home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / ARCHIVE / OPENCLOS.ZIP / OPENCLOS.DOC < prev    next >
Encoding:
Text File  |  1990-10-17  |  3.3 KB  |  101 lines

  1. OPEN/CLOSE/FLUSH v3.0
  2. Documentation
  3. (updated 16 October 1990)
  4.  
  5.  
  6.  
  7. INTRODUCTION
  8. ------------
  9.  
  10. OPEN, CLOSE, and FLUSH are three short utility programs designed to
  11. save space on your hard drive and simplify subdirectory manipulation.
  12.  
  13. OPEN takes an ARC or ZIP archive file and "opens" it into its own
  14. subdirectory. CLOSE does exactly the opposite, taking an existing
  15. subdirectory and "closing" it into an ARC or ZIP archive file. Used
  16. together, OPEN and CLOSE allow you to keep less-frequently used files
  17. on your hard drive for easy access in a convenient and economical
  18. way.
  19.  
  20. The FLUSH utility simply deletes a directory, including all files and
  21. all included subdirectories.
  22.  
  23. OPEN, CLOSE, and FLUSH will work on any IBM-compatible computer. The
  24. file ARC.EXE (version 6.0 or later) is required to use the ARC-related
  25. portions of OPEN and CLOSE. The file PKUNZIP.EXE (version 1.1 or
  26. later) is required to use the ZIP-related portions of OPEN. The file
  27. PKZIP.EXE (version 1.1 or later) is required to use the ZIP-related
  28. portions of CLOSE.
  29.  
  30.  
  31.  
  32. USING OPEN
  33. ----------
  34.  
  35. To use OPEN, type "OPEN projectname" at the DOS prompt, where
  36. "projectname" is the pathname of the ARC or ZIP archive file you wish
  37. to open.
  38.  
  39. Typing "OPEN" with no parameters will display a listing of all ARC
  40. and ZIP archive files in the current directory. Use Home, End, and
  41. the four arrow keys to move the highlight cursor to the archive file
  42. you wish to open, and then press Enter to open that archive, or Esc
  43. to abort.
  44.  
  45. The programs ARC.EXE (version 6.0 or later) and/or PKUNZIP.EXE
  46. (version 1.1 or later) must be in the current path when OPEN is
  47. executed.
  48.  
  49. For online help, type "OPEN ?" at the DOS prompt.
  50.  
  51.  
  52.  
  53. USING CLOSE
  54. -----------
  55.  
  56. To use CLOSE, move to the subdirectory you wish to close (using CD),
  57. and type "CLOSE projectname" at the DOS prompt, where "projectname"
  58. is the name of the subdirectory you wish to close.
  59.  
  60. Typing "CLOSE" with no parameters will display the name of the
  61. current subdirectory and ask for confirmation of the closing. Press
  62. Enter to close the subdirectory, or Esc to abort.
  63.  
  64. The default archive method for CLOSE is ZIP (using PKZIP.EXE). If ZIP
  65. is used, the files in the ZIP archive will be sorted automatically if
  66. the Norton Utilities program DS.EXE is located in the current PATH.
  67.  
  68. To use ARC archiving (with ARC.EXE) instead of ZIP, add the following
  69. line to your environment:
  70.  
  71.      CLOSE=ARC
  72.  
  73. Depending on the archive method chosen, either ARC.EXE (vresion 6.0 or
  74. later) or PKZIP.EXE (version 1.1 or later) must be in the current
  75. path when CLOSE is executed.
  76.  
  77. For online help, type "CLOSE ?" at the DOS prompt.
  78.  
  79.  
  80.  
  81. USING FLUSH
  82. -----------
  83.  
  84. To use FLUSH, type "FLUSH directoryname" at the DOS prompt, where
  85. "directoryname" is the pathname of the directory you wish to flush.
  86.  
  87. Typing "FLUSH" with no parameters will display a listing of all
  88. subdirectories in the current directory. Use Home, End, and the four
  89. arrow keys to move the highlight cursor to the subdirectory you wish
  90. to flush, and then press Enter to flush that subdirectory, or Esc to
  91. abort.
  92.  
  93. FLUSHing a directory removes that entire directory tree, including all
  94. included files and subdirectories.
  95.  
  96. For online help, type "FLUSH ?" at the DOS prompt.
  97.  
  98.  
  99.  
  100. [end of file]
  101.