View Single Post
  #2  
Old 03-31-2003, 07:54 AM
kalons kalons is online now
Registered User
 
Join Date: 03-22-2003
Posts: 13
You can use the touch utility from http://unxutils.sourceforge.net/ to do it, calling it from a Run Program step. For example:

touch "%PROJDIR%\*.exe"

The above will work if you extract touch.exe to a location in your PATH environment. Or you could put it in the VisBuildPro\Tools path and use "%TOOLSDIR%\touch" instead.
Reply With Quote