tgriggs603
03-06-2003, 09:59 PM
Hi
I'm calling a "Run Program" step in my build %ATTRIB(C:\Build\project\bin\Release\project.exe, -r )%
It keeps failing and I can't figure out why!
Failed to create process: The system cannot find the file specified.
Step 'Set target exe non-read only' failed
Build ended.
When I type the same instructions on the command-line attrib -r "c:\build\project\bin\release\project.exe" it works fine...Any ideas?
-Tom
I'm calling a "Run Program" step in my build %ATTRIB(C:\Build\project\bin\Release\project.exe, -r )%
It keeps failing and I can't figure out why!
Failed to create process: The system cannot find the file specified.
Step 'Set target exe non-read only' failed
Build ended.
When I type the same instructions on the command-line attrib -r "c:\build\project\bin\release\project.exe" it works fine...Any ideas?
-Tom