CODE
Command: c:\windows\system32\cmd.exe /c "del" "D:\BACKUP\Delphi Done\MediaPlayer Demo2\mpdemo.exe"
The filename, directory name, or volume label syntax is incorrect.
The filename, directory name, or volume label syntax is incorrect.
CODE
Command: c:\windows\system32\cmd.exe /c "C:\Program Files\Borland\Delphi 3\bin\dcc32.exe" "D:\BACKUP\Delphi Done\MediaPlayer Demo2\mp.pas"
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
I'm throwing the quotes around everything because of the possibility of spaces in the path/filename. The second one especially confuses me since I put that one into a command-prompt manually and had it work.
Any ideas on why these are not working and how to correct them?