home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / easydos.zip / HELP.DOC < prev    next >
Text File  |  1988-04-21  |  7KB  |  145 lines

  1. Welcome to EasyDos.  Although EasyDos is quite easy to use (hence the
  2. name EasyDos), you may have some difficulty at first.  This help
  3. screen has been provided to help you through your first few uses of
  4. EasyDos.  Once you get the hang of it, you'll probably never need to
  5. refer to the help screen again.  However, unless you delete it, it
  6. will always be here on the disk if you need it.
  7.  
  8.  
  9. EasyDos is not intended to be a full-blown alternative to the Disk
  10. Operating System.  It does, however, provide some of the most common
  11. DOS commands, such as file copying, deleting, renaming, etc.  The
  12. purpose of EasyDos is to allow you to perform these functions without
  13. being proficient in using the somewhat confusing DOS syntax.  Just
  14. make the appropriate selection from the menu, and EasyDos will prompt
  15. you for any parameters needed.  No longer will you have to worry
  16. about whether or not you've got all the parameters or if they're in
  17. the right place.  EasyDos does it all for you.
  18.  
  19.  
  20. To execute EasyDos, simply type in EASYDOS at the DOS prompt.  EasyDos
  21. will execute immediately, and you will first see a program information
  22. screen which provides information about the author and the program;
  23. then the menu will appear.  If you wish to bypass this screen, type in
  24. EASYDOS /N at the DOS prompt and you will go immediately to the menu.
  25.  
  26. Here is a detailed description of each option on the EasyDos menu and
  27. how to invoke that option:
  28.  
  29.  
  30. Erase all .BAK files----Press the letter B at the EasyDos prompt.
  31.  
  32. You may have noticed that when you use certain word processing or
  33. database management software, any time you update a file the old
  34. version of the file is stored on the disk with a .BAK extension.
  35. After a while, these files start building up and taking up needed
  36. disk space.  You can use EasyDos to get rid of some or all of these
  37. files and thus free up disk space.  Select this option at the EasyDos
  38. prompt, and all of your .BAK files will be listed on the screen.
  39. EasyDos will ask you whether or not to delete without approval.  If
  40. you answer "Y" all of your .BAK files will be deleted and you will be
  41. returned to the menu.  If you answer "N" EasyDos will list your .BAK
  42. files one by one and ask you if it should be deleted.  This is the
  43. preferred way since it avoids accidentally erasing a .BAK file you
  44. wanted to keep.
  45.  
  46.  
  47. Rename a file----Press the letter R at the EasyDos prompt.
  48.  
  49. Use this option to change the name of any file.  Select the option at
  50. the prompt; EasyDos will prompt you for the old filename and the new
  51. filename.  The file will then be given the new filename.  If you try
  52. to rename a file that does not exist or if you choose as a new
  53. a filename one that already exists, EasyDos will display an error
  54. message and return you to the menu.
  55.  
  56.  
  57. Directory of disk----Press the letter D at the EasyDos prompt.
  58.  
  59. This option will display the files in the current directory of the
  60. specified disk drive.  Select the option at the prompt.  EasyDos will
  61. ask you which disk drive to search.  Enter a drive letter and the
  62. files will be listed on the screen.
  63.  
  64.  
  65. Change Path----Press the letter P at the EasyDos prompt.
  66.  
  67. This will allow you to change the current directory.  After you select
  68. the option, EasyDos will prompt you for the new subdirectory.  Enter
  69. the desired subdirectory, separating names with the \ symbol.  To go
  70. to the root directory, enter the \ symbol by itself.  If you enter a
  71. subdirectory that does not exist, EasyDos will display an error
  72. message and return you to the menu.
  73.  
  74.  
  75. Copy a file----Press the letter C at the EasyDos prompt.
  76.  
  77. Use to copy a file from one drive to another or from one file to
  78. another.  EasyDos will prompt you for source filename and destination
  79. filename.  Enter the names and the file will be copied.  If you try
  80. to copy a file that does not exist, an error message will be displayed
  81. and you will be returned to the menu.  If you try to copy to a file
  82. that already exists, EasyDos will ask you whether or not to overwrite
  83. the file.  Simply answer Y or N and EasyDos will respond accordingly.
  84. If there is not enough disk space to store the copied file, EasyDos
  85. will display an error message and abort the copy operation.  Note:
  86. after the copy is complete, the destination file may not be the exact
  87. same size as the source file.  This is because EasyDos copies the
  88. files in 128-Byte sections.  This may cause a few extra bytes to be
  89. added to the end of the file.  Do not be alarmed; the file's integrity
  90. is still intact, and it will behave exactly as the source file.  The
  91. extra bytes will have no effect whatsoever.
  92.  
  93.  
  94. Erase a file----Press the letter E at the EasyDos prompt.
  95.  
  96. This option will erase a file from the disk.  EasyDos will prompt you
  97. for the file to be erased.  Enter the file you want to erase.  EasyDos
  98. will search the disk for the file.  If it finds the file, it will
  99. erase it; if it does not find the file, it will display an error
  100. message.
  101.  
  102.  
  103. Change CONFIG.SYS file----Press the letter S at the EasyDos prompt.
  104.  
  105. The CONFIG.SYS file is used by your computer when you first turn it
  106. on.  DOS will read the file (if it exists--it is not required) and
  107. use it to determine factors such as buffer size, number of files that
  108. can be open at one time, device drivers, etc.  EasyDos will allow you
  109. to change that file at any time by selecting this option.  When you
  110. do so, EasyDos will first display the current CONFIG.SYS file, if it
  111. exists, then allow you to type in a new one.  Simply type in the file
  112. as you would like it to be, then type QUIT.  The word QUIT is not
  113. stored as part of the file.  If there is insufficient disk space to
  114. store the file, EasyDos will display an error message and abort the
  115. operation.
  116.  
  117.  
  118. Change AUTOEXEC.BAT file----Press the letter A at the EasyDos prompt.
  119.  
  120. The AUTOEXEC.BAT file is used by your computer when you first turn it
  121. on.  DOS will read the file (if it exists--it is not required) and
  122. use it to execute any commands or programs you would like to execute
  123. each time you boot your computer.  Common uses include using it to
  124. ask for the date and time and then execute an application such as a
  125. word processor or database management program.  EASYDOS will allow you
  126. to change the AUTOEXEC.BAT file at any time by selecting this option.
  127. When you do so, EasyDos will first display the current AUTOEXEC.BAT
  128. file, if it exists, then allow you to type in a new one.  Simply type
  129. in the file as you would like it to be, then type QUIT.  The word QUIT
  130. is not stored as part of the file.  If there is insufficient disk
  131. space to store the file, EasyDos will display an error message and
  132. abort the operation.
  133.  
  134.  
  135. Get Help----Press the letter H at the EasyDos prompt.
  136.  
  137. Use this option to obtain information about how to use EasyDos and
  138. information on how EasyDos can help you.
  139.  
  140.  
  141. Quit----Press the letter Q at the EasyDos prompt.
  142.  
  143. Use this option to terminate execution of EasyDos and return to the
  144. Disk Operating System.
  145.