answersLogoWhite

0

Put the entire drive:\path\filename in double quotes (").

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What slash and alphabet represents hidden in a batch script?

In a batch script, the slash ("/") is often used to indicate command options or switches, while the alphabet that follows specifies the particular option being invoked. For example, in the command xcopy /s, the "/s" is a switch that tells the xcopy command to copy directories and subdirectories except empty ones. This convention helps in modifying the behavior of commands based on user requirements.


How do you answer Y in a batch file automatically?

Each command has its own way of telling it to bypass confirmation. Enter <command> /? for a description of the switches you can use with that command.


What does the file extension mean at the end of a file name?

It is a batch command file.


How do you create ipconfig batch file?

Here is an example of a batch file that carries out the command ipconfig. @echo off ipconfig /all pause exit


Why does this batch file closes whenever you type in a command that has a symbol or space in it how do you fix this?

A batch file will close when it reaches the last line of code or an error.


What is internal or external command operable program or batch file?

An internal command is a command built into the command interpreter (such as Command Prompt in Windows), allowing it to execute without needing a separate executable file. Examples include commands like COPY, DIR, and DEL. An external command, on the other hand, is a separate executable file (like .exe, .com, or .bat files) that the command interpreter can run, such as PING or FORMAT. If a command is not recognized, it may indicate that it is not an internal command or that the external command's executable file is not found in the system's PATH.


Batch command to shutdown?

To create a batch command that shuts down a Windows computer, you can use the following command in a text file with a .bat extension: shutdown /s /t 0 This command initiates a shutdown (/s) with a timeout of 0 seconds (/t 0), meaning the shutdown will occur immediately. You can save this command in a .bat file and run it to shut down your computer.


How do I check if a registry value exist or not from a DOS batch file?

Get the Registry entry using regedit command. use the command from command prompt or copy that in a batch file and execute. Use errorlevel command to verify. hope this helps!! @echo off reg query RootKeyName\Path\To\Key\To\Query /v KeyName echo Does not Exist!!!!


What does the file extension .bat mean at the end of a file name?

It is a batch command file.


How do you make a batch file without it closing immediately when you start it or use a command?

YES


How can you open a separate program with Batch files and then close that program with Batch?

Batch file that opens a program waits 5 seconds then closes that program. For some reason I cannot get this batch to perform the open portion, wait, then the close portion in .... startup batch file hangs up on second command.


What is the full form of BAT?

if by bat you made the .bat file extension then the full form of bat is batch. it is a file that is created with batch script, the windows command line.