home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersguides-&-software / whale22r.zip / SAVEAS.WEX < prev    next >
Text File  |  1994-12-31  |  207b  |  9 lines

  1. Rem  This is an example of how you can use the %time variable as part of a
  2. Rem  file name to save your screen to a pretty unique name.
  3. Menu Save As
  4. SelectEdit 1
  5. SetText AO%time.txt
  6. SelectButton OK
  7.  
  8.  
  9.