home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Nerecenz / Utils / autoit_v1_4.exe / Examples / comspec.ini < prev    next >
Text File  |  1999-01-18  |  183b  |  10 lines

  1. ; Example Script
  2. ; ==============
  3. ; Creates a file called C:\hello.txt using the command.com command
  4. ; Echo and redirection
  5.  
  6. Run, COMMAND.COM /C Echo Hello > C:\Hello.txt
  7.  
  8.  
  9.  
  10.