home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 86 / odm86.zip / DOSMAN.HLP < prev    next >
Text File  |  1993-10-27  |  15KB  |  387 lines

  1. 0001000000
  2. ^P
  3. ^C^IHot-Key Information
  4. F1   Help                     Shift-F3  duplicates single file
  5. F2   toggles sound/silence    Shift-F4  renames file(s)
  6. F3   copies file(s)           Shift-F7  create & edit file
  7. F4   moves file(s)            Shift-F8  continues search
  8. F5   prints directory         Enter     views file
  9. F6   selects sorting options  Space     marks/unmarks file
  10. F7   edits file               +         marks all files
  11. F8   searches for a file      ~         inverts marks
  12. F9   shows credits screen     -         unmarks all files
  13. F10  change drive/directory   Esc       exits program
  14. Ins  creates directory        Del       deletes file(s)
  15. @    hides/unhides file(s)    #         protects file(s)
  16. /    (slash) runs program or executes command
  17. *    Show information about currently highlighted file
  18. Ctrl-Enter views all marked files.
  19. Ctrl-Z views marked files from cursor downward.
  20. PgUp, PgDn, Home, End, and arrows move through directory.
  21. Shift-F1 brings up this screen.
  22. ^P
  23.  
  24.  
  25. ^C^I
  26.  
  27. ^C^1^V
  28.  
  29. ^CProgrammed by
  30. ^CDaniel Tobias
  31.  
  32. ^CCopyright 1990-1993 by Softdisk Publishing
  33.  
  34. ^CThe names of various programs mentioned in conjunction with
  35. ^Cthis program's file viewing capabilities are trademarks of
  36. ^Ctheir respective owners, and are mentioned for identification
  37. ^Cpurposes only.  No endorsement of this program by other
  38. ^Csoftware publishers is implied.
  39.  
  40. ^C^I
  41.  
  42. ^P
  43. ^C^IMain Screen
  44.  
  45. The main screen of DOS Manager shows you the current directory.
  46. Use the arrow keys to move around on the directory, or use the
  47. mouse on the scroll bar to the right.  Press ENTER to view the
  48. current file (or, if it is a subdirectory, to go to it).
  49. Double-clicking with the mouse has the same effect.
  50.  
  51. To select multiple files for an operation such as copying,
  52. moving, or deleting, use the space bar to toggle a check mark in
  53. front of the currently-highlighted file, or click with the
  54. middle mouse button if you have a three-button mouse.
  55.  
  56. Various functions are available from menus which can be "pulled
  57. down" from the top line with a mouse click, or by pressing Alt
  58. and the first letter of the menu.  Each function also has a "hot
  59. key" to access the function without going through the menus.
  60.  
  61. ^C^IPress F1 again now to read the full instruction manual.
  62. ^P
  63. ^C^IGetting Ready to Print
  64.  
  65. You have selected a printout, and DOS Manager is getting ready
  66. to write to your printer.
  67.  
  68. Be sure your printer is turned on, on line, lined up with the
  69. top of a page, and is set to the proper mode in which you would
  70. like the printout to appear.
  71.  
  72. After pressing ESC to leave this help text, press the space bar
  73. to begin printing, or ESC if you decide you don't want to print
  74. after all.
  75. ^P
  76. ^C^IText Editor
  77.  
  78. This is a miniature text editor, designed particularly for
  79. editing batch and control files.  It is not intended as a full-
  80. function word processor.
  81.  
  82. Available commands:
  83.  
  84.   F1   Help                     Home       Go to start of line
  85.   F2   Toggle sound             End        Go to end of line
  86.   F4   Insert another file      Ctrl-Home  Go to top of file
  87.   F5   Print the file           Ctrl-End   Go to end of file
  88.   F6   Insert a line            Backspace  Delete before cursor
  89.   F7   Delete current line      Del        Delete at cursor
  90.   F8   Search for text          Shift-F8   Repeat search
  91.   F9   Program information      Ins        Toggle insert mode
  92.   F10  Save file and exit       Esc        Exit without saving
  93.  
  94.   Arrows move around, and PgUp and PgDn page.
  95. ^P
  96. ^C^ICreating a Text File
  97.  
  98. You are first asked for the name of the file to create.  You are
  99. then placed into the DOS Manager text editor to let you put text
  100. into the new file.  You must type a name that is not already in
  101. use for another file.  If you want to replace an existing file,
  102. use the Delete command on it first.  If you want to edit an
  103. existing text file, use the Edit command.
  104.  
  105. The text editor creates standard ASCII text files.  Once you are
  106. in the editor, you can press <F1> for more help on the editor
  107. functions.
  108. ^P
  109. ^C^IChanging Directories
  110.  
  111. You are being asked for a new directory to go to, which can be
  112. on the same disk drive or a different one.  Type the MS-DOS path
  113. specification, in the standard format, such as:
  114.  
  115. ^1    C:\TEXT\DOCS\
  116. ^1    A:
  117. ^1    SUBDIR\NEXT
  118.  
  119. You can get a full tree to select from by pressing F8, or access
  120. the history of past directory changes with the arrow keys.
  121.  
  122. You can also navigate the directories of the current drive by
  123. moving to a subdirectory on the main screen and pressing ENTER,
  124. or moving to the ".." entry at the top of a directory and
  125. pressing ENTER to go up to its parent directory.
  126. ^P
  127. ^C^ICreating a Directory
  128.  
  129. To create a subdirectory within the current directory, simply
  130. type the desired directory name.
  131. ^P
  132. ^C^IRun Program or Command
  133.  
  134. You can type the name of any executable program or batch file
  135. you wish to run, or a DOS command such as DIR.
  136.  
  137. You can add any parameters you wish to pass to the program or
  138. command.  Type the command you wish to execute exactly as you
  139. would from the DOS command line.
  140.  
  141. Note that it's possible to do destructive things through DOS
  142. commands, such as DEL *.* to delete all files in a directory, or
  143. FORMAT C: to reformat your hard disk.  DOS Manager doesn't do
  144. any command parsing to screen out harmful commands, so be
  145. careful what you do with this function just as you would be
  146. careful what you type at the DOS command line.
  147. ^P
  148. ^C^IFind File
  149.  
  150. You are being asked for the name of a file to search for.  Don't
  151. include any drive or path information; the file will be searched
  152. for in all directories of the current drive.
  153.  
  154. You may include MS-DOS wildcard characters:
  155.  
  156.        STUFF.*        selects all files with the name "STUFF"
  157.                       no matter what extension they have
  158.  
  159.        A*.TXT         selects all .TXT files starting with A
  160.  
  161.        DEMO?B.ARC     selects all .ARC files starting with DEMO,
  162.                       followed by any character, then a B.
  163.  
  164. Once a file is found, you can go to it, keep searching, or abort
  165. the search.
  166. ^P
  167. ^C^ICopy and Move
  168.  
  169. These commands will act on the files in the current directory
  170. which you have selected by pressing the space bar, or by
  171. pressing + to select all files.  If directories are selected,
  172. all of their contents, including subdirectories beneath them,
  173. will be acted on as well.  If no files or directories are
  174. selected, the file at the current highlight-bar position will be
  175. chosen.
  176.  
  177. Copy makes a copy of the files to another directory, leaving the
  178. originals alone.  Move puts the files in a different directory,
  179. removing them from the current place.
  180.  
  181. Copy and Move keep the filenames the same as they presently are.
  182. Use Duplicate if you want to copy a single file to a new file of
  183. a different name.
  184.  
  185. If there is insufficient space on the destination drive, you
  186. will be prompted to insert a new formatted disk.
  187. ^P
  188. ^C^IRename
  189.  
  190. This command will act on the files in the current directory
  191. which you have selected by pressing the space bar, or by
  192. pressing + to select all files.  If no files or directories are
  193. selected, the file at the current highlight-bar position will be
  194. chosen.
  195.  
  196. You are then prompted for new names for each of the files and
  197. directories you have selected.  A directory is treated just like
  198. any other file; you can rename it to any other legal name.
  199. (Files within a directory are not changed.)
  200.  
  201. Legal filenames consist of up to eight characters, followed
  202. optionally by a period (.) and up to three characters as an
  203. extension.
  204. ^P
  205. ^C^IDuplicate
  206.  
  207. This command lets you copy a single file into a different name,
  208. either in the current directory or a different directory.
  209.  
  210. Duplicate always acts on the file at the current highlight-bar
  211. position, whether or not you have selected other files using the
  212. space bar or +.
  213.  
  214. You are prompted for the name of the new file you wish to create
  215. as a duplicate of the selected file.  If you type a name with no
  216. path, the current directory will be used.  You can type any
  217. drive or path preceding the name to select the position of the
  218. file you are creating.
  219.  
  220. Subdirectories can't be duplicated using this command; use the
  221. Copy command to copy files from one directory to another.
  222. ^P
  223. ^C^IDeleting Directory
  224.  
  225. You are about to delete a directory.  If you do this, everything
  226. in the directory, including any files and subdirectories, will
  227. be removed.  Thus, you'd better be really certain that this is
  228. what you actually want to do, so you don't accidentally lose
  229. files you wanted to keep.
  230.  
  231. It's always a good idea to make regular backups of your hard
  232. disk, so that you can recover files you delete by mistake.
  233.  
  234. MS-DOS's UNDELETE command (5.0 and up), and some other software
  235. packages, might be able to recover some of the files you have
  236. deleted, but this is dubious, particularly after you've written
  237. other information to your disk.  So, always regard all deletions
  238. as permanent and irrevocable.
  239. ^P
  240. ^C^IDelete
  241.  
  242. This command will act on the files in the current directory
  243. which you have selected by pressing the space bar, or by
  244. pressing + to select all files.  If no files or directories are
  245. selected, the file at the current highlight-bar position will be
  246. chosen.
  247.  
  248. Say "Y" as each filename is shown to confirm that you really
  249. want to delete it.  Be careful you don't delete something you
  250. wanted to keep.  Press the exclamation mark (!) to skip further
  251. questions and delete all remaining selected files without asking
  252. you first.
  253.  
  254. You will still be asked to confirm deletion of subdirectories
  255. and of hidden, system, or read-only files, as such deletions are
  256. potentially more perilous than deletion of normal files.
  257. ^P
  258. ^C^IDirectory Tree
  259.  
  260. You can display the tree of any drive in order to select a
  261. directory to go to or to copy files to.
  262.  
  263. First, press the letter of the desired drive when prompted (or
  264. ENTER to use the current drive).  Then, the tree will be
  265. generated.
  266.  
  267. When the tree is displayed, use the arrow keys to move around,
  268. and ENTER to choose the currently highlighted directory.  You
  269. can also double-click the mouse on a directory name to select
  270. it.  Press ESC to abort without selecting a directory.
  271. ^P
  272. ^C^IDirectory Sorting
  273.  
  274. You may select a sorting order to use in displaying directories,
  275. or choose Unsorted to leave them in their actual order.
  276.  
  277. These options affect only the order files are shown within DOS
  278. Manager; they don't change the actual order on your disks.
  279.  
  280. Your chosen directory sorting order remains in effect until you
  281. change it by bringing up this command again.
  282.  
  283. Numeric sorts put files in order of any numbers found within
  284. their names or extensions, so that HELP9.TXT sorts before
  285. HELP10.TXT, whereas normal alphabetic sorting would put these
  286. files in the opposite order.
  287.  
  288. Size sorting proceeds from largest to smallest; if you copy
  289. files in this order to multiple floppy disks, you will generally
  290. get a reasonably efficient utilization of space.
  291. ^P
  292. ^C^IViewing Spreadsheet
  293.  
  294. You are viewing a spreadsheet or template created using
  295. Lotus 1-2-3, Symphony, or a compatible program.
  296.  
  297. You can use the arrow keys, PgUp, PgDn, and Home to move
  298. around in the spreadsheet to view other parts of it, but
  299. you can't change data in the spreadsheet.
  300.  
  301. Each time you move, the whole spreadsheet is reloaded,
  302. so this can be slow for large spreadsheets.  However,
  303. you needn't wait for the loading to complete before
  304. pressing another key to move again or exit.
  305.  
  306. <Esc> or <Enter> returns you to the main screen.
  307. If you are viewing multiple files, <Space> goes to the next one.
  308. ^P
  309. ^C^IFile Contents
  310.  
  311. DOS Manager has the built in capability of listing a number of
  312. specialized file types, such as ARC, ZIP, LZH and ARJ archives,
  313. DBase-style database files, Lotus-style spreadsheet templates,
  314. and GIF, PCX, BMP, LBM, and Print Shop graphics.  The file type
  315. is automatically detected when you press ENTER to view a file.
  316. Files that are not of a supported type will be displayed either
  317. as ASCII text or as raw hexadecimal dumps depending on their
  318. content.  Ctrl-Enter views all marked files; while viewing
  319. multiple files, Space goes to the next, and ESC stops viewing.
  320.  
  321. Specialized-format file listings are shown one screenful at a
  322. time, and you should press ENTER to continue to the next screen.
  323. F5 will print the entire listing (not just the current page),
  324. and F6 switches to a raw hexadecimal dump of the file.  These
  325. "hex dumps" will probably not be meaningful to non-technical
  326. users, but may be helpful to PC experts who want to see what the
  327. innards of their files look like in their raw form.
  328. ^P
  329. ^C^IPrinter Error
  330.  
  331. DOS Manager is unable to send output to the printer.
  332.  
  333. You may be out of paper, or the printer may be offline.
  334.  
  335. Please correct this and press ENTER to try again, or else
  336. press ESC to abort the printout.
  337. ^P
  338. ^C^IHide/Unhide, Protect/Unprotect
  339.  
  340. These command will act on the files in the current directory
  341. which you have selected by pressing the space bar, or by
  342. pressing + to select all files.  If no files are selected,
  343. the file at the current highlight-bar position will be chosen.
  344.  
  345. For each file, if it is already hidden (or read-only, depending
  346. on which command you chose), it will be un-hidden (or un-
  347. protected) if you say Yes, and left alone if you say No.
  348. Conversely, if it is not already hidden (or read-only), it is
  349. set to this status.
  350.  
  351. A Hidden file will not show in a normal DIR listing from the
  352. DOS prompt (though it still shows in DOS Manager).  A read-only
  353. file is not deletable or modifiable, except with programs that
  354. can handle such files (like DOS Manager, which will allow you
  355. to delete read-only files after a warning).  You may want to
  356. use these commands to set your files so that others can't see
  357. or change them, but be aware that some programs might not be
  358. able to work with files that have been so modified.
  359. ^P
  360. ^C^IQuitting
  361.  
  362. You are being asked if you want to leave DOS Manager.
  363.  
  364. Press <Y> to quit, or <N> to return to the main DOS Manager
  365. screen.  You can also click on the "Y" or "N" yellow-on-blue
  366. areas in the dialog box to select one of these choices.
  367.  
  368. <Esc> or the right mouse button are equivalent to saying No,
  369. and will return you to the DOS Manager main screen.
  370. ^P
  371. ^C^IChanging Directories while Files are Marked
  372.  
  373. When you change directories, all files in the current
  374. directory will be un-marked, since marks are only preserved
  375. in one directory at a time.
  376.  
  377. Because of this, you are warned before you change directories
  378. using the <Enter> command, to prevent you from accidentally
  379. undoing marks you really wanted to leave.
  380.  
  381. Your choices are <C> to continue changing to the selected
  382. directory, in the process removing file marks;  <V> to
  383. view the list of files in the selected directory without
  384. going there or undoing file marks;  or <A> to abort and
  385. return to the main screen without any change of directory or
  386. file marks.
  387.