View Single Post
  #2  
Old 03-06-2003, 09:00 PM
Too_Tall_Crown_Victoria Too_Tall_Crown_Victoria is online now
Registered User
 
Join Date: 01-14-2003
Posts: 44
Tom,

This is the syntax to use in the Run Program step:

C:\WINNT\system32\cmd.exe /C ATTRIB -R "c:\build\project\bin\release\project.exe"

Visual build has a system macro so that your command will look like this:

%DOSCMD% ATTRIB -R "c:\build\project\bin\release\project.exe"

Tom
Reply With Quote