home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 70 / odm70.zip / DOSMAN.HLP < prev    next >
Text File  |  1992-10-08  |  13KB  |  339 lines

  1. 0011000000
  2. ^P
  3. ^C^IHot-Key Information
  4.  
  5. F1   Help                     Shift-F3  duplicates single file
  6. F2   toggles sound/silence    Shift-F4  renames file(s)
  7. F3   copies file(s)           Shift-F7  create & edit file
  8. F4   moves file(s)            Shift-F8  continues search
  9. F5   prints directory         Enter     views file
  10. F6   selects sorting options  Space     marks/unmarks file
  11. F7   edits file               +         marks all files
  12. F8   searches for a file                [except subdirectories]
  13. F9   shows credits screen     -         unmarks all files
  14. F10  change drive/directory   Esc       exits program
  15. Ins  creates directory        Del       deletes file(s)
  16.  
  17. /    (slash) runs program or executes command
  18.  
  19. PgUp, PgDn, Home, End, and arrows move through directory.
  20. Shift-F1 brings up this screen.
  21. ^P
  22.  
  23.  
  24. ^C^I
  25.  
  26. ^C^1^V
  27.  
  28. ^CProgrammed by
  29. ^CDaniel Tobias
  30.  
  31. ^CCopyright 1990-92 by Softdisk, Inc.
  32.  
  33. ^CThe names of various programs mentioned in conjunction with
  34. ^Cthis program's file viewing capabilities are trademarks of
  35. ^Ctheir respective owners, and are mentioned for identification
  36. ^Cpurposes only.  No endorsement of this program by other
  37. ^Csoftware publishers is implied.
  38.  
  39. ^C^I
  40.  
  41. ^P
  42. ^C^IMain Screen
  43.  
  44. The main screen of DOS Manager shows you the current directory.
  45. Use the arrow keys to move around on the directory, or use the
  46. mouse on the scroll bar to the right.  Press ENTER to view the
  47. current file (or, if it is a subdirectory, to go to it).
  48. Double-clicking with the mouse has the same effect.
  49.  
  50. To select multiple files for an operation such as copying,
  51. moving, or deleting, use the space bar to toggle a check mark in
  52. front of the currently-highlighted file, or click with the
  53. middle mouse button if you have a three-button mouse.
  54.  
  55. Various functions are available from menus which can be "pulled
  56. down" from the top line of the screen with a mouse click, or by
  57. pressing Alt and the first letter of the desired menu.  Each
  58. function also has a "hot key" to access the function without
  59. going through the menus.
  60.  
  61.            Press F1 now to see the full instructions.
  62. ^P
  63. ^C^IGetting Ready to Print
  64.  
  65. You have selected a printout, and DOS Manager is getting ready
  66. to send the report 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^IGetting Into the Text Editor
  97.  
  98. You are first asked for the name of the file to edit.  The
  99. default is the currently-selected file, but you can type
  100. something else, even a name of a file that doesn't exist but you
  101. want to create.
  102.  
  103. There is a size limit to files you can edit, depending on your
  104. available memory; you'll be told if a file is too big.
  105.  
  106. Only ASCII text files can be edited.  Non-text files are not
  107. editable, and many word processor files have embedded commands
  108. that will be stripped by DOS Manager when you edit them.
  109.  
  110. Lines longer than 80 characters will be shown word-wrapped onto
  111. multiple lines, with an arrowhead () at the left edge of
  112. continued lines to show they are part of the preceding line.
  113. ^P
  114. ^C^IChanging Directories
  115.  
  116. You are being asked for a new directory to go to, which can be
  117. on the same disk drive or a different one.  Type the MS-DOS path
  118. specification, in the standard format, such as:
  119.  
  120. ^1    C:\TEXT\DOCS\
  121.  
  122. ^1    A:
  123.  
  124. ^1    SUBDIR\NEXT
  125.  
  126. You can get a full tree to select from by pressing F8.
  127.  
  128. You can also navigate the directories of the current drive by
  129. moving to a subdirectory on the main screen and pressing ENTER,
  130. or moving to the ".." entry at the top of a directory and
  131. pressing ENTER to go up to its parent directory.
  132. ^P
  133. ^C^ICreating a Directory
  134.  
  135. To create a subdirectory within the current directory, simply
  136. type the desired directory name.
  137. ^P
  138. ^C^IRun Program or Command
  139.  
  140. You can type the name of any executable program or batch file
  141. you wish to run, or a DOS command such as DIR.
  142.  
  143. You can add any parameters you wish to pass to the program or
  144. command.  Type the command you wish to execute exactly as you
  145. would from the DOS command line.
  146.  
  147. Note that it's possible to do destructive things through DOS
  148. commands, such as DEL *.* to delete all files in a directory, or
  149. FORMAT C: to reformat your hard disk.  DOS Manager doesn't do
  150. any command parsing to screen out harmful commands, so be
  151. careful what you do with this function just as you would be
  152. careful what you type at the DOS command line.
  153. ^P
  154. ^C^IFind File
  155.  
  156. You are being asked for the name of a file to search for.  Don't
  157. include any drive or path information; the file will be searched
  158. for in all directories of the current drive.
  159.  
  160. You may include MS-DOS wildcard characters:
  161.  
  162.        STUFF.*        selects all files with the name "STUFF"
  163.                       no matter what extension they have
  164.  
  165.        A*.TXT         selects all .TXT files starting with A
  166.  
  167.        DEMO?B.ARC     selects all .ARC files starting with DEMO,
  168.                       followed by any character, then a B.
  169.  
  170. Once a file is found, you can go to it, keep searching, or abort
  171. the search.
  172. ^P
  173. ^C^ICopy and Move
  174.  
  175. These commands will act on the files in the current directory
  176. which you have selected by pressing the space bar, or by
  177. pressing + to select all files.  You can select a subdirectory
  178. with the space bar (though directories are not automatically
  179. highlighted by "+"), and in this case the directory and
  180. everything in it will be acted on by the copy or move command.
  181. If no files or directories are selected, the file at the current
  182. highlight-bar position will be chosen.
  183.  
  184. Copy makes a copy of the files to another directory, leaving the
  185. originals alone.  Move puts the files in a different directory,
  186. removing them from the current place.
  187.  
  188. Copy and Move keep the filenames the same as they presently are.
  189. Use Duplicate if you want to copy a single file to a new file of
  190. a different name.
  191.  
  192. If there is insufficient space on the destination drive, you
  193. will be prompted to insert a new formatted disk.
  194. ^P
  195. ^C^IRename
  196.  
  197. This command will act on the files in the current directory
  198. which you have selected by pressing the space bar, or by
  199. pressing + to select all files.  You can select a subdirectory
  200. with the space bar (though directories are not automatically
  201. highlighted by "+").  If no files or directories are selected,
  202. the file at the current highlight-bar position will be chosen.
  203.  
  204. You are then prompted for new names for each of the files and
  205. directories you have selected.  A directory is treated just like
  206. any other file; you can rename it to any other legal name.
  207. (Files within a directory are not changed.)
  208.  
  209. Legal filenames consist of up to eight characters, followed
  210. optionally by a period (.) and up to three characters as an
  211. extension.
  212. ^P
  213. ^C^IDuplicate
  214.  
  215. This command lets you copy a single file into a different name,
  216. either in the current directory or a different directory.
  217.  
  218. Duplicate always acts on the file at the current highlight-bar
  219. position, whether or not you have selected other files using the
  220. space bar or +.
  221.  
  222. You are prompted for the name of the new file you wish to create
  223. as a duplicate of the selected file.  If you type a name with no
  224. path, the current directory will be used.  You can type any
  225. drive or path preceding the name to select the position of the
  226. file you are creating.
  227.  
  228. Subdirectories can't be duplicated using this command; use the
  229. Copy command to copy files from one directory to another.
  230. ^P
  231. ^C^IDeleting Directory
  232.  
  233. You are about to delete a directory.  If you do this, everything
  234. in the directory, including any files and subdirectories, will
  235. be removed.  Thus, you'd better be really certain that this is
  236. what you actually want to do, so you don't accidentally lose
  237. files you wanted to keep.
  238.  
  239. It's always a good idea to make regular backups of your hard
  240. disk, so that you can recover files you delete by mistake.
  241.  
  242. Some software packages might be able to recover some of the
  243. files you have deleted, but this is dubious, particularly after
  244. you've written other information to your disk.  So, always
  245. regard all deletions as permanent and irrevocable.
  246. ^P
  247. ^C^IDelete
  248.  
  249. This command will act on the files in the current directory
  250. which you have selected by pressing the space bar, or by
  251. pressing + to select all files.  You can select a subdirectory
  252. with the space bar (though directories are not automatically
  253. highlighted by "+").  If no files or directories are selected,
  254. the file at the current highlight-bar position will be chosen.
  255.  
  256. Say "Y" as each filename is shown to confirm that you really
  257. want to delete it.  Be careful you don't delete something you
  258. wanted to keep.  Press the exclamation mark (!) to skip further
  259. questions and delete all remaining selected files without asking
  260. you first.
  261.  
  262. You will still be asked to confirm deletion of subdirectories
  263. and of hidden, system, or read-only files, as such deletions are
  264. potentially more perilous than deletion of normal files.
  265. ^P
  266. ^C^IDirectory Tree
  267.  
  268. You can display the tree of any drive in order to select a
  269. directory to go to or to copy files to.
  270.  
  271. First, press the letter of the desired drive when prompted (or
  272. ENTER to use the current drive).  Then, the tree will be
  273. generated.  
  274.  
  275. When the tree is displayed, use the arrow keys to move around,
  276. and ENTER to choose the currently highlighted directory.  You
  277. can also double-click the mouse on a directory name to select
  278. it.  Press ESC to abort without selecting a directory.
  279. ^P
  280. ^C^IDirectory Sorting
  281.  
  282. You may select a sorting order to use in displaying all
  283. directories, or choose Unsorted to leave directories in their
  284. actual order.
  285.  
  286. These options affect only the order the directory entries are
  287. shown within DOS Manager, and do not change the actual order
  288. of the directories on your disks.
  289.  
  290. Your chosen directory sorting order remains in effect until
  291. you change it by bringing up this command again.
  292.  
  293. Numeric sorts put files in order of any numbers found within
  294. their names or extensions, so that HELP9.TXT sorts before
  295. HELP10.TXT, whereas normal alphabetic sorting would put these
  296. files in the opposite order.
  297. ^P
  298. ^C^IViewing Spreadsheet
  299.  
  300. You are viewing a spreadsheet or template created using 
  301. Lotus 1-2-3, Symphony, or a compatible program.
  302.  
  303. You can use the arrow keys, PgUp, PgDn, and Home to move
  304. around in the spreadsheet to view other parts of it, but
  305. you can't change data in the spreadsheet.
  306.  
  307. Each time you move, the whole spreadsheet is reloaded,
  308. so this can be slow for large spreadsheets.  However,
  309. you needn't wait for the loading to complete before
  310. pressing another key to move again or exit.
  311.  
  312. ESC or ENTER returns you to the main screen.
  313. ^P
  314. ^C^IFile Contents
  315.  
  316. DOS Manager has the built in capability of listing a number of
  317. specialized file types, such as ARC, ZIP, LZH and ARJ archives,
  318. DBase-style database files, and Lotus-style spreadsheet
  319. templates.  The file type is automatically detected when you
  320. press ENTER to view a file.  Files that are not of a supported
  321. type will be displayed either as ASCII text or as raw
  322. hexadecimal dumps depending on their content.
  323.  
  324. Specialized-format file listings are shown one screenful at a
  325. time, and you should press ENTER to continue to the next screen.
  326. F5 will print the entire listing (not just the current page),
  327. and F6 switches to a raw hexadecimal dump of the file.  These
  328. "hex dumps" will probably not be meaningful to non-technical
  329. users, but may be helpful to PC experts who want to see what the
  330. innards of their files look like in their raw form.
  331. ^P
  332. ^C^IPrinter Error
  333.  
  334. DOS Manager is unable to send output to the printer.
  335.  
  336. You may be out of paper, or the printer may be offline.
  337.  
  338. Please correct this and press ENTER to try again, or else
  339. press ESC to abort the printout.