Try wrapping the script path inside a pair of quotes " ", e.g.,
start "C:\Hello\This is my script\beep.bat"Hi Romeo - Different error message! (Which may be a small step??)
So when I run the command in quotes I get the following message within the cmd prompt :
"C:\Users\...\programs" appears to be a folder. Typing a folder name will do nothing. Windows is displaying an error message as expected because it does not know what you are trying to do.
Where is your script file (with extension) is stored? For example a file name hello.bat is stored inside c:\users\romeo\ so full path name is folder name + filename, in this case, c:\users\romeo\hello.bat
I think you are copying the location name from the Windows Explorer, but are not adding the filename after it.
Edited by Romeo29, 05 November 2013 - 11:48 AM.




Back to top










