home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / collect.zip / GRAF.ZIP / FILEMAIN.HLP < prev    next >
Text File  |  1991-08-15  |  2KB  |  32 lines

  1. OPEN file means simply to read a data file from the disk
  2. drive. (OPEN is the equivalent of LOAD in old software.)
  3. OPEN will bring up a listing of Data files to choose
  4. from. If you already have a file opened and you have made
  5. any changes (I.E. Edited), you will be prompted to SAVE
  6. the current file prior to OPENing a new one.
  7. ---------------------------------------------------------
  8. SAVE will write to disk ANY Data file OPENED ( and read
  9. in ) previously. If you have an OPENed a file, it's name
  10. and type are shown on the screen. SAVE will write the
  11. Data file to the disk using the same NAME it was OPENed
  12. with.
  13. ---------------------------------------------------------
  14. SAVE AS will likewise write a Data file to the disk, but
  15. you are prompted to enter a name, thus allowing you to
  16. do things such as EDIT a Data file and saving it (and the
  17. subsequent changes) under a different name in an effort
  18. to keep the original "clean." DO NOT add a DOS EXTENSION;
  19. Collect! does this for you (it uses it's own extension so
  20. it can automatically locate your data files.) If you do,
  21. SAVE AS will simply not save at all. You can also press
  22. ESCAPE if you change your mind.
  23. ---------------------------------------------------------
  24. NEW will allow you to create a NEW Data file. You will be
  25. required to enter a filename for your Data File, and also
  26. choose from an existing TYPE of collection.
  27. ---------------------------------------------------------
  28. ABOUT tells you the Collect! Version number and shows a
  29. copyright notice.
  30. ---------------------------------------------------------
  31. QUIT --- EXIT to DOS prompt; END the program.
  32.