home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dnload.zip / LOGREAD.WAS < prev    next >
Text File  |  1993-03-08  |  316b  |  6 lines

  1. ;This short script will load Windows Notepad with the ;Log.txt file. Using Notepad, you may edit the file as you ;wish when there comes a time to delete filenames or add ;comments to the file. Just make sure that the Path is ;correct for your system.
  2.  
  3. proc main
  4. run "notepad.exe c:\prowin\log\Log.txt" 
  5. endproc
  6.