Hi,
I am facing one issue.
When ran from an existing batch file the process executes successfully.
But when we copy the original data from that file to a new bat file it doesnt work..
Whats the solution for this?
Bat File Copy Problem
Moderator: DosItHelp
Re: Bat File Copy Problem
Guessing:
The new script file is saved with the wrong encoding or wrong file extension. Use the notepad editor that ships with Windows, select the "File"->"Save as" menu item, make sure the encoding is set to "ANSI" and the file type is "all files (*.*)". Explicitly write the filename with extension .bat in the file name box.
Steffen
The new script file is saved with the wrong encoding or wrong file extension. Use the notepad editor that ships with Windows, select the "File"->"Save as" menu item, make sure the encoding is set to "ANSI" and the file type is "all files (*.*)". Explicitly write the filename with extension .bat in the file name box.
Steffen