home *** CD-ROM | disk | FTP | other *** search
/ Chip: Extra / Image.bin / aol / util / whale / saveas.wex < prev    next >
Encoding:
Text File  |  1994-12-30  |  207 b   |  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.