Most voted "cmd" questions
Command Prompt (cmd.exe executable name) is the command line interpreter provided by Microsoft on OS/2, Windows CE, and Windows NT operating systems (including Windows 2000, XP, Vista, 7, Server 2003, and Server 2008).
Learn more…266 questions
Sort by count of
-
-1
votes1
answer303
viewsProblem updating Pip on CMD
I am trying to use Robot Framework and one of the steps is to make this IP work in cmd....…
-
-1
votes1
answer279
viewsError executing npx command React-Native init
Citation npm ERR! code ENOLOCAL npm ERR! Could not install from "Ricci Appdata Roaming npm-cache_npx 8724" as it does not contain a package.json file. npm ERR! A complete log of this run can be…
-
-1
votes1
answer21
viewsCommand at the Windows CMD prompt
I use the following command at the prompt to unzip the file and at the end close the window. However, when there are no more files, it informs that it has no file and does not close the window. How…
-
-1
votes1
answer16
viewsHow can I delete Regedit records that in the directory contain the serial "SID" by a file. bat
I’m trying to create a file .bat delete specific records within Regedit that works on any computer. When I try to delete the records inside the directory (Computer HKEY_LOCAL_MACHINE SYSTEM…
-
-2
votes1
answer182
viewsHow to pass data read in a program in c++ as momando in cmd
I would like to know how to read something in a program and pass this reading as a command to cmd, through stdlib or cstdlib library, whatever. The picture shows what I’m trying to do.…
-
-2
votes3
answers262
viewsBatch programming
I would like to make a batch that does the following count: Read the source file: 7895537000011 7895537000028 7895537000035 7895537000042 7895537000059 7895537000066 7895537000011 7895537000011…
-
-2
votes1
answer505
viewsHow can I answer a completed cmd question?
I am automating a process through a file. bat and at a certain point the cmd gives me a question, I wonder how can I do to answer. I tried to: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1…
-
-2
votes1
answer1333
viewsVery slow docker in Windows 10
I recently installed Docker for Windows on my laptop, however it is very slow. I own a notebook DELL Latitude 7490 with 8gb RAM, 240gb SSD and intel processor I5 8° generation - Windows 10…
-
-2
votes1
answer113
viewsCommand findstr no cmd
Hello, I made a bat to print information from inside an xml file (Posversion.xml) only that it only gives me the line information I searched and does not tell me which machine that file belongs to.…
-
-2
votes2
answers185
viewsA bat that copies a file to a folder named after it
Hello, I’m trying to create a bat that copies a file from a folder and creates a folder with the name of that file, and plays that file inside it but it’s not working very well and I need help @echo…
-
-2
votes1
answer179
viewsHow to capture the result of a command and store in a MS-DOS variable?
I am developing a script and need to check if a file has been converted before. I decided to create a database saving file checksum, and before converting the next file I check its checksum and…
-
-2
votes0
answers9
viewsJupyter notebook install Ganymede
Hey guys, I’m trying to install Ganymede so I can use Java, Javascript and Kotlin in Jupyter Notebook. I have already installed in Jupyter, Python and C#. But whenever I try to run the command to…
-
-3
votes1
answer107
viewsCould someone explain this batch code to me?
Could someone explain this code to me? I know what this is about, but I can’t apply it. for /f "tokens=2 delims== " %%A in ('wmic baseboard get serialnumber /value ^| find /i "SerialNumber="') do…
-
-3
votes1
answer26
viewshow to create a . bat that creates another . bat with more than one command?
i want to create a file . bat creating another file . bat, but when I try to create I can’t put more than one command. example: I have my test.bat file that will create another file called…
-
-5
votes1
answer1627
viewsSystem cannot find specified path
I am trying to create a script to configure Opengl in Dev-Cpp automatically. But I’m getting the message "the system can’t find the specified path". The file code . bat is this below: echo off cls…
-
-5
votes3
answers93
viewsOpen Multiple Programs at Once CMD
I want to use CMD to open a program several times. Example I want to open 5 times with a single command. And not as in this example. So I don’t want this way, but any that opens with a single…