View Single Post
Old Apr 16th, 2006, 9:31 AM   #4
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
@infogeek: I think Steiner is talking windows, not linux.

@steiner: Open a batch file, say 1.bat and put
echo some command >c:\docume~1\file2.bat

If you want to append to the file every time you run 1.bat, use
echo some command >>c:\docume~1\file2.bat
OpenLoop is offline   Reply With Quote