home *** CD-ROM | disk | FTP | other *** search
/ Softdisk PC 99 / sofd99.zip / DOSMAN.DOC (.txt) < prev    next >
Softdisk Text Compressor Document  |  1994-11-25  |  31KB  |  1,162 lines

  1.  
  2. DOS Manager is a program designed to help you perform many
  3. useful operations with your disks, files, and directories. A
  4. user-friendly menu structure makes DOS Manager easy to use.
  5. You can view directories on your hard disk and SDPCfloppy disks;
  6. copy, rename, move, and delete files; and SDPCexamine graphic,
  7. text, database, spreadsheet and SDPCother common types of files.
  8. Small text files can be edited with DOS Manager. You can even
  9. run other programs from within DOS Manager.  You can format
  10. floppy disks, too.
  11.  
  12.  
  13. ^C^IGetting Started
  14.  
  15. To run DOS MANAGER from the DOS prompt, go to the drive and
  16. path in which DOS MANAGER is installed, and type DOSMAN.  It
  17. is strongly suggested that you install DOS Manager to a hard
  18. disk, in a directory that is somewhere in your DOS PATH (as
  19. set in your AUTOEXEC.BAT file), so that you can run it at any
  20. time without first changing directories.
  21.  
  22.  
  23. ^C^IAdvanced Command-Line Options
  24.  
  25. You can follow the name "DOSMAN" with any of the following
  26. command switches for special options:
  27.  
  28.      DOSMAN /M          runs in monochrome mode.
  29.                         [e.g., for LCD screens on which
  30.                         the normal colors are hard to read]
  31.  
  32.      DOSMAN /25         These commands select between 25-line
  33.      DOSMAN /43         and 43 (or 50) line mode.  EGA cards
  34.      DOSMAN /50         support 43 line mode, VGA cards
  35.                         support 50 lines, and all cards
  36.                         support 25 line mode.  Normally, the
  37.                         default is to use the highest mode
  38.                         your display adapter supports, but
  39.                         this can be overridden with these
  40.                         command line switches.  There are
  41.                         also menu items within the program
  42.                         to change video mode, or to make the
  43.                         current mode the default for future
  44.                         sessions.
  45.  
  46.      DOSMAN /0          Causes DOS Manager to start up in
  47.                         whatever text mode (25, 43, or 50
  48.                         lines) you are already in when you
  49.                         run it, without changing the mode.
  50.  
  51.      DOSMAN /NOMOUSE    Disables the mouse.  Use if you
  52.                         are having compatibility problems
  53.                         due to your system's mouse driver,
  54.                         or if you just don't want to use
  55.                         your mouse for whatever reason.
  56.  
  57.      DOSMAN /NOSVGA     Disables use of SVGA graphics modes
  58.                         for graphic display.  This may be
  59.                         necessary if you have a non-SVGA
  60.                         monitor with an SVGA adapter, to
  61.                         stop DOS Manager from trying to use
  62.                         modes that won't work for you.
  63.  
  64.      DOSMAN /NOSB       Disables use of SoundBlaster card
  65.                         to play sound files.  Do this if
  66.                         attempting to play .WAV or .VOC
  67.                         files causes system problems.
  68.                         With this option set, these sounds
  69.                         won't play at all, since DOS
  70.                         Manager doesn't support playing
  71.                         sound files without a SoundBlaster.
  72.  
  73.      DOSMAN /NOEMS      Disables use of extended memory
  74.                         when swapping out to run a program
  75.                         or the DOS command line.
  76.  
  77.      DOSMAN /Q          "Quick Run": Skips the opening
  78.                         title/warranty info.
  79.  
  80.      DOSMAN /?          See all possible command switches.
  81.  
  82. In addition, you can specify a particular directory to start
  83. at by typing its name in the command line:
  84.  
  85. ^1     DOSMAN C:\FILES\
  86.  
  87. If you specify a filename, you will go straight into file-
  88. viewing mode with that particular file.  This lets DOS
  89. Manager be used as a command-line-accessible file lister:
  90.  
  91. ^1     DOSMAN C:\FILES\TEST.TXT
  92.  
  93. If you specify a file mask (a name with the DOS wildcard
  94. characters * and SDPC?), file listings will be limited to
  95. those matching the mask (plus all subdirectories) until
  96. you change the mask using the Ctrl-M command:
  97.  
  98. ^1     DOSMAN *.TXT
  99.  
  100. If you include the command switch /EDIT and SDPCspecify a
  101. filename, you will go straight into the built-in text editor
  102. to edit the file you have selected:
  103.  
  104. ^1     DOSMAN /EDIT C:\FILES\TEST2.DOC
  105.  
  106. Finally, if you include the switch /EXIT along with a
  107. filename (with or without the /EDIT parameter), then DOS
  108. Manager will exit to DOS after completing the viewing or
  109. editing of the specified file.
  110.  
  111. Of course, you do not need to use any of these advanced
  112. parameter options; all functions, including file viewing and
  113. editing, are accessible in a menu-driven way within DOS
  114. Manager.  These options merely provide another means by which
  115. advanced users may make use of the power of DOS Manager.
  116. For instance, you may want to create a batch file VIEW.BAT
  117. containing the following line:
  118.  
  119. ^1     DOSMAN %1 /EXIT
  120.  
  121. Then, when you type "VIEW filename", the specified file will
  122. be viewed in DOS Manager, then you will be returned to the
  123. DOS prompt.  Add "/EDIT" to the above line, and the specified
  124. file will be edited instead of viewed.
  125.  
  126. For technical support on this and other Softdisk Publishing
  127. programs, call 1-318-221-8311.
  128.  
  129.  
  130. ^C^IThe Basics
  131.  
  132. DOS Manager uses pull-down menus at the top of the screen.
  133. Mouse users can pull them down by clicking on the menu names,
  134. like "File", "Directory", etc.  You can also pull down a menu
  135. by pressing Alt and its first letter (Alt-F for File, etc.).
  136. Select a menu item by clicking on it (or releasing your mouse
  137. button while on it), or by moving around with the arrow keys
  138. and pressing Enter when the desired menu item is selected, or
  139. by pressing the first letter of the desired menu item.
  140.  
  141. Many of the functions of this program are also tied to "hot
  142. keys" (such as function keys or combinations of Ctrl, Alt,
  143. Shift, and a function or letter key) which can be pressed from
  144. the main screen in place of pulling down a menu item.
  145.  
  146. In addition, when function keys are itemized on the bottom of
  147. the screen, you can click on the name of the key (the part
  148. that is in yellow on blue on color monitors) to access the
  149. function as if you have pressed that key.
  150.  
  151. Other mouse features:  The right mouse button acts like the
  152. ESC key, to get you out of whatever you are in.  Also, when
  153. there is a little square within brackets in the upper left
  154. corner of a screen window, clicking on it works like ESC to
  155. close the window.
  156.  
  157. When scrolling text is presented, and while a directory is
  158. displayed, you will see a "scroll bar" at the right edge of
  159. the window.  The pointer within it shows how far into the file
  160. or directory you are.  Clicking within the scroll bar and
  161. above the pointer acts like PgUp; clicking below the pointer
  162. acts like PgDn; and SDPC"dragging" the pointer moves to a
  163. different point of the file or directory.  Also, the
  164. arrowheads above and SDPCbelow the scroll bar act like the up and
  165. down arrow keys, and will repeat if you hold the mouse button
  166. down while pointing to them.
  167.  
  168. Online help is available at most parts of DOS Manager. Bring
  169. it up by pressing the <F1> key.  Pressing <F1> twice in a row
  170. brings up this text.  <Shift+F1> brings up a list of hot keys.
  171.  
  172.  
  173. ^C^IUsing DOS Manager
  174.  
  175. After a title screen, DOS Manager goes straight to the main
  176. command screen.  The current directory is displayed, including
  177. file names, the dates they were last modified, and their size.
  178.  
  179. If you chose a file mask using the command-line option or the
  180. Ctrl-M command (or the "Mask" choice on the Settings menu),
  181. then file listing is limited to matching files.  Otherwise,
  182. all files in the current directory are shown.
  183.  
  184. Use the arrow keys, <PgUp>, and <PgDn> to move around in the
  185. directory.  Also, you can click the mouse on a directory entry
  186. to go to it.  Clicking on the entry that is already
  187. highlighted is equivalent to pressing ENTER to view that file.
  188. (See information on file viewing below.)
  189.  
  190. You can also move around within the current directory by
  191. typing the beginning of the name of the file you are looking
  192. for.  The cursor will be moved to a matching file, if there
  193. is one.  The backspace key removes the last character from
  194. the string being searched for.
  195.  
  196. You may see some unfamiliar files in the directory, since all
  197. hidden and system files are shown.  For instance, the root
  198. directory of the disk you boot will include files such as
  199. "IO.SYS" and SDPC"MSDOS.SYS".  Don't delete, move, or rename these
  200. files; this might make your disk fail to boot correctly.  You
  201. will be given a warning if you try to delete these or other
  202. read-only or system files.
  203.  
  204.  
  205. ^C^1Selecting Files
  206.  
  207. The highlight bar indicates the current file which will be
  208. operated on by various commands.  Some commands can act on
  209. more than one file at once, if you mark a set of files as
  210. described here.
  211.  
  212. Use the <Space Bar> to flag the currently highlighted file. A
  213. "check mark" is shown next to it to indicate that it is
  214. marked.  Pressing the <Space Bar> on a "marked" file will
  215. unmark the file.
  216.  
  217. The "+" (or "=") key will mark all files in the current
  218. directory (including subdirectories); the "-" key will unmark
  219. all marked files.  The "~" (or "`") key will toggle (invert)
  220. the status of all marked files, making the marked ones
  221. unmarked and vice versa.
  222.  
  223. These file-marking commands are also accessible as items in
  224. the Directory menu.
  225.  
  226. NOTE:  If you have a three-button mouse, you can use the
  227. middle mouse button to click on a file for the purpose of
  228. marking or unmarking it.
  229.  
  230. If any files are marked, the total size of the marked files is
  231. shown at the bottom of the screen.  The amount of space needed
  232. for copying these files to a floppy or a hard disk is also
  233. shown.  This measurement is based on the normal 1 KB
  234. allocation for floppies and SDPC2 KB for hard disks. If your
  235. destination drive does not have the indicated amount of free
  236. space, you will not have room to copy all files you selected.
  237.  
  238. All marked files are automatically unmarked when you change to
  239. a different drive or directory.  Otherwise, marks stay in
  240. place until you unmark them, allowing you to do multiple
  241. operations on a set of files.
  242.  
  243.  
  244. ^C^1Erasing (Deleting) Files
  245.  
  246. Selecting Erase from the File menu or pressing <Del> will
  247. delete all marked files or the current file at the highlight
  248. bar if no files are marked.  Because deletion can be
  249. dangerous, you are first asked if you really want to delete
  250. each file. Answer "Yes" every time to delete the indicated
  251. file or press the exclamation point <!> key at the first
  252. "Yes/No" question to delete the indicated file and all
  253. subsequent files without further questions. Answering "No" to
  254. each question or pressing <Esc> gets you out without losing
  255. any files.  Answer "No" if you decide you really don't want to
  256. delete the files.
  257.  
  258. If one of the selected files is a subdirectory, all files
  259. within the subdirectory and any subordinate subdirectories
  260. within it will be deleted.  Also, the subdirectory will be
  261. removed.  In other words, this procedure will get rid of the
  262. entire tree of subdirectories that are "below" the one you
  263. selected.
  264.  
  265. WARNING:  The RD command from the MS-DOS command line won't
  266. let you remove a directory until you have deleted everything
  267. within it, from the lowest level upward.  DOS Manager is more
  268. powerful; it will remove a whole subdirectory tree with all of
  269. its contents in one stroke.  This is a useful feature for
  270. "spring cleaning" of your hard drive, but it can also be
  271. dangerous.  Large amounts of important data can be deleted if
  272. you are not careful.  For this reason, a special warning
  273. message is given when DOS Manager is about to delete a
  274. directory.  You must press <Y>es to go on, even if you have
  275. already used the <!> option on an earlier Yes-No question in
  276. the same delete command.  Of course, if you back up your hard
  277. drive regularly, don't worry about losing too much important
  278. data.  You HAVE backed up your system recently, haven't you?
  279.  
  280.  
  281. ^C^1Copying and Moving Files
  282.  
  283. Selecting Copy from the File menu or pressing <F3> copies
  284. files to another drive or directory.
  285.  
  286. Selecting Move from the File menu or pressing <F4> moves
  287. files.
  288.  
  289. There is a difference: Copy leaves the original files alone
  290. and creates copies of them elsewhere; Move moves the files to
  291. another place, either on the same or a different drive, and
  292. removes them from their original location.  Moving within the
  293. same drive is very fast since only the directory entries need
  294. be moved.  Moving to a different drive is accomplished by
  295. copying the file and then deleting it.
  296.  
  297. For both the copy and move commands, you are asked to name the
  298. destination drive and/or path.  Type a path specification such
  299. as "C:\STUFF\" or "A:" according to the DOS syntax.  Press
  300. <F8> (when asked for a path) to see a tree structure of your
  301. disk (primarily for hard disk users). Use the <Arrow Keys> to
  302. select the desired directory; press <Enter> to select it.
  303. Once a path is selected, you'll be returned to the input field
  304. with that path entered; pressing <Enter> at that point starts
  305. the copy or move.
  306.  
  307. While in the path input field, the up and SDPCdown arrows will
  308. move through a "history" of the most recent directories which
  309. you have entered, if any, to make it easy for you to copy
  310. several things to the same directory.  This history is only
  311. preserved in the current run of DOS Manager; it starts afresh
  312. when you exit and SDPCrun it again later.  The last ten
  313. directories you have input in the Copy, Move, or Go To
  314. Directory commands are accessible in this manner.  Just press
  315. <Enter> when the desired directory is shown.
  316.  
  317. If you type a path representing a directory that does not
  318. exist, you will be asked if you'd like to create it.
  319.  
  320. If the files you have selected include subdirectories, they
  321. will be copied along with all of their contents.  This means
  322. that directories of the same name will be created at the
  323. destination path and all files within each selected directory
  324. (and any subdirectories nested beneath it) will be copied to
  325. the destination directories.  Hence, you can copy or move an
  326. entire tree of subdirectories from one place to another.  This
  327. can be handy for copying disks that include subdirectories or
  328. rearranging your hard disk's tree structure.  For your own
  329. safety, DOS Manager will not allow you to move a directory
  330. tree structure to a position where a directory would become
  331. its own ancestor.  This procedure is not allowed because it
  332. would create a messy situation.
  333.  
  334. If the files won't all fit on a floppy disk you are copying
  335. to, DOS Manager will copy as many as it can, then prompt you
  336. to insert another disk.  In this way, you can copy the files
  337. to a set of disks.  You even get an option to format the
  338. disks you insert, so you can continue copying even if you
  339. run out of blank, formatted disks.
  340.  
  341. The Copy command lets you copy multiple files to a different
  342. path while preserving their filenames.  There is also another
  343. command, Duplicate, to copy a single file to a different file,
  344. possibly in the same directory.  To do this, select Duplicate
  345. from the File menu or press <Shift+F3>. You will be prompted
  346. for a new filename which may include a drive and SDPCpath if you
  347. wish.  The default is the path and name of the file you
  348. selected.  Use the <Left> and SDPC<Right> arrow keys to move
  349. around in the text line to edit the filename.  For example,
  350. copy "C:\STUFF\TEST.TXT" to the file "C:\STUFF\TEST.BAK" in
  351. order to make a backup copy.  Note that, unlike the Copy and
  352. Move commands, the Duplicate command acts only on the
  353. currently selected file (the one at the cursor), regardless of
  354. which files you have marked.
  355.  
  356.  
  357. ^C^1Hiding and Write-Protecting Files
  358.  
  359. Two items on the File menu, "Hide/Unhide" and SDPC"Write-Protect",
  360. allow you to modify the attributes of files, which tell DOS
  361. how to deal with them.  Most normal files are neither hidden
  362. nor write-protected, but there are occasions when you might
  363. wish to add or remove these attributes to a file.
  364.  
  365. A Hidden file won't show when you list the directory of the
  366. disk with the DIR command (though they still show in DOS
  367. Manager).  This may be helpful in concealing something from
  368. other users of your PC.  A Read-Only (write-protected) file
  369. cannot be deleted or changed; this can be useful to protect
  370. your valuable data from being accidentally overwritten.
  371.  
  372. These commands act on all marked files, or on the currently-
  373. selected file if none is marked.  You are prompted for each
  374. file on whether you wish to modify its attribute.  These
  375. commands work as "toggles", meaning that if the file is
  376. already hidden when you select the Hide command, it will be
  377. unhidden.  The prompt for each file will tell you whether you
  378. are hiding, unhiding, protecting, or unprotecting it.
  379.  
  380. Be careful using these commands; some other programs may not
  381. be able to deal with hidden or read-only files, so you could
  382. end up putting your data files out of reach of the
  383. applications for which you use them.  But don't worry; you can
  384. always reverse the hiding or write-protection by using the
  385. appropriate DOS Manager commands again.
  386.  
  387. The "hot-key" for the Hide command is "@", while the key for
  388. the Write-Protect command is "#".
  389.  
  390.  
  391. ^C^1Renaming Files
  392.  
  393. Selecting Rename from the Directory menu or pressing
  394. <Shift+F4> renames the selected files or the current file if
  395. none are selected.  You will be prompted for a new name for
  396. each selected file in the standard DOS syntax of up to eight
  397. characters, plus an optional extension of up to three
  398. characters preceded by a period.  You can rename
  399. subdirectories just like regular files.
  400.  
  401.  
  402. ^C^1Printing Directory
  403.  
  404. Select Print Directory from the Directory menu, or press <F5>,
  405. to print out a listing of the current directory.
  406.  
  407.  
  408. ^C^1Sorting Directory
  409.  
  410. Select Directory Sort Order from the Settings menu, or press
  411. <F6>, to select options for sorting of the directories as
  412. viewed or printed.  The directories themselves, as stored on
  413. the disk and SDPCviewed with the DIR command in DOS, are not
  414. altered in their order by this sorting.  You can sort by
  415. filename, extension, size, date/time, or numerically.
  416.  
  417. The numeric sort extracts numbers found within filenames and
  418. arranges them in order.  For instance, "MEMO.001" has the
  419. number 1 in it while "23SKIDOO.TXT" has the number 23.  Such
  420. files will be arranged in numeric order with "ties" broken
  421. alphabetically.  This sorting order is useful when you have a
  422. series of files with consecutive numbers without leading
  423. zeroes.  For example, if you have "FILE1.DAT" through
  424. "FILE10.DAT", the tenth file will alphabetize after 1 rather
  425. than after 9 but the numeric sort will put them in their
  426. proper numeric order.
  427.  
  428. Sorting by size proceeds from largest down to smallest. This
  429. is the ideal order to copy files to multiple disks; it will
  430. usually use the space efficiently, as the big files get copied
  431. first, and the small ones fill in the extra space on each
  432. disk.
  433.  
  434. Once you have selected a sorting type, all directories
  435. displayed within DOS Manager will be sorted in this manner
  436. until you change it by pressing <F6> again.  There is an
  437. "Unsorted" option which you may select in order to return to
  438. displaying directories in their actual order on your disk
  439. rather than any sorted order.
  440.  
  441.  
  442. ^C^1Changing Directories
  443.  
  444. Press <F10>, or select Go To Drive/Path from the Directory
  445. menu, to change directories so as to view and SDPCoperate on files
  446. at other places on your disks.  You may type in a path to go
  447. to this location or press <F8> to see the tree structure just
  448. like the copy and move commands.  Also, the history feature
  449. works using the up and SDPCdown arrows just as with the copy and
  450. move commands.
  451.  
  452. Another way to move around is to press <Enter> while the
  453. selection bar is sitting on a subdirectory (or double-click on
  454. a subdirectory with the mouse).  The ".." entry at the top of
  455. a subdirectory is a special directory entry created
  456. automatically by DOS, standing for the parent directory.
  457. Therefore, when you press <Enter> while the selection bar is
  458. on "..",  DOS Manager goes up one level to the directory in
  459. which the current subdirectory is contained.
  460.  
  461. NOTE:  Because changing directories while files are marked
  462. causes these marks to be undone, you are given a special
  463. warning if you press <Enter> on a subdirectory entry while
  464. files are marked.  From this dialog box, press C to change to
  465. the new directory (in the process unmarking the files), V to
  466. view the directory without going there (preserving the file
  467. marks), or A to abort without going anywhere.
  468.  
  469. Use the "Change Dir" option from the Settings menu to tell DOS
  470. Manager what directory to place you in upon quitting to DOS.
  471. If the Change Dir option is enabled, you will be left in the
  472. directory you have changed to via the above-noted directory
  473. change and SDPCnavigation commands.  If this option is disabled,
  474. you will be returned to the directory you were in when you ran
  475. DOS Manager.
  476.  
  477. This option is a "toggle"; each time you select it from the
  478. menu, it reverses the setting, and displays a dialog box
  479. showing the new status.  The menu item switches between
  480. "Enable Change Dir Option" and SDPC"Disable Change Dir Option" to
  481. show which action it will perform.
  482.  
  483.  
  484. ^C^1Searching for Files
  485.  
  486. Select Find File from the Directory menu or press <F8> to
  487. search for a file.  With this feature, DOS Manager looks
  488. through the entire drive for a particular file.  You are
  489. prompted for the filename.  The filename may include wildcards
  490. in standard DOS syntax.  If a matching file is found, you are
  491. given an option to go to the directory in which it is found
  492. with the selection bar sitting on the particular file you
  493. want.
  494.  
  495. You can resume your search where you left off by pressing
  496. <Shift+F8> to find the next matching file.
  497.  
  498.  
  499. ^C^1Creating Directories
  500.  
  501. Select Create Subdirectory from the Directory menu or press
  502. <Ins> to create a new subdirectory.  This is similar to the
  503. "MD" command in DOS.  You are prompted for the pathname.  If
  504. you don't include a drive and SDPCdirectory prefix, the directory
  505. you name will be created within the directory currently being
  506. displayed.
  507.  
  508.  
  509. ^C^1Formatting Disks
  510.  
  511. Select "Format disk in drive A" or "Format disk in drive B"
  512. from the Misc. menu to format a floppy disk.  You will be
  513. asked to select the appropriate format for the disk you have
  514. inserted (the choices will vary depending on what type of
  515. drive you have), and then the disk will be formatted.  This
  516. process prepares a disk to be used for storing data, and it
  517. wipes out any data that might already be on the disk.  Use
  518. it on all new disks if they're not purchased pre-formatted,
  519. as well as old disks that you'd like to clear off all data
  520. from and start over with.
  521.  
  522. You also get a chance to format disks whenever you are
  523. copying files to a floppy disk and SDPCrun out of space.  This
  524. lets you continue the copy even if you don't have enough
  525. formatted disks handy.
  526.  
  527. Ctrl-A and SDPCCtrl-B are the hot keys for formatting a disk in
  528. drive A or drive B respectively.  From the format-selection
  529. screen, Ctrl-V lets you type a volume label for the new disk
  530. (this appears at the top of the disk's directory).
  531.  
  532.  
  533. ^C^1Viewing Files
  534.  
  535. One of the most powerful and easy-to-use features of DOS
  536. Manager is the built-in file viewing feature.  To look at any
  537. file, just press <Enter> while the selection bar is resting on
  538. the file you are interested in viewing, or double-click on a
  539. file with the mouse.  (Selecting the View File item in the
  540. File menu is equivalent.)  The file will be displayed.  There
  541. are a number of different ways of viewing files.  The method
  542. is selected automatically based on the kind of file.  For most
  543. common kinds of files, you simply press <Enter> to get a peek
  544. at the file.  This is handy when you're cleaning out your
  545. directories and SDPCaren't sure what is contained in a particular
  546. file.
  547.  
  548. Ordinary ASCII text files will be displayed as plain text with
  549. a text presenter similar to the scrolling text viewers in
  550. various programs we have published.  In fact, you are in this
  551. presenter right now.  Use the <Arrow Keys>, <PgUp>, and <PgDn>
  552. to move around within the text or <Esc> to return to the main
  553. screen.  <Home> goes to the top of the file, <End> to the end.
  554.  
  555. When a line is longer than 75 characters, it will be word-
  556. wrapped onto the next line.  This feature is denoted by a
  557. right-pointing arrowhead indicating that this is really part
  558. of the previous line.
  559.  
  560. If you'd like to use the full 80-character width of the text
  561. screen to display text files, press <Shift-F6> while viewing a
  562. text file.  This will toggle the width between 75 characters
  563. (with a scroll bar) and SDPC80 characters (without a scroll bar).
  564. The setting of this toggle remains in place until you change
  565. it, even if you leave the viewer and go to a different file,
  566. so you can leave the mode the way you prefer.  This setting 
  567. will be saved to DOS Manager's configuration file so it 
  568. remains in place in future sessions.
  569.  
  570. Another "toggle" feature is to enable or disable "fast
  571. paging," a mode where Page Up and SDPCPage Down go immediately
  572. to the next or previous page instead of scrolling to it one
  573. line at a time.  Use <F3> to toggle this feature.  It is also
  574. saved in the configuration file, and this setting is used
  575. in both the text viewer and the text editor.
  576.  
  577. TECHIE NOTE:  Line breaks are recognized whether they consist
  578. of the usual carriage-return followed by linefeed; just a CR
  579. or LF by itself; either or both CR/LF with its high-bit set;
  580. or several other possibilities. Therefore, files from just
  581. about any word processor will display in a readable manner
  582. despite their individual quirks.
  583.  
  584. To search for particular text within a file, press <F8> and
  585. type in the text you are looking for.  Use either upper or
  586. lower case.  The search starts at the current file position
  587. (the first line on the screen at the time you press <F8>). It
  588. continues until the end of the file or the desired text is
  589. found.  If the text is found, it is highlighted.
  590.  
  591. Most word processors use embedded commands.  There are too
  592. many different programs for DOS Manager to provide specific
  593. support for each; however, DOS Manager can read most text
  594. files, although some may be accompanied by some "funny-
  595. looking" characters.
  596.  
  597. WordPerfect is given special support by DOS Manager.  Its
  598. special embedded commands are automatically stripped so you
  599. can view the text without all the embedded commands.  The text
  600. won't look exactly as it does within the word processor
  601. because most of the special commands are ignored rather than
  602. interpreted, but the text will be readable.
  603.  
  604. Softdisk's own compressed file format, used for text files
  605. on Softdisk PC (VGA edition), is supported by DOS Manager.
  606. These files will be viewed as ASCII text, with the compression
  607. completely transparent to the user.  These files usually have
  608. a .CTX extension, but they will be recognized and properly
  609. viewed no matter what extension they have.
  610.  
  611. Another kind of file displayed in a different manner is a
  612. spreadsheet.  DOS Manager recognizes spreadsheets created with
  613. the popular Lotus 1-2-3, Symphony, and Quattro programs, as 
  614. well as Softdisk's Personal Calc, and also any other 
  615. programs which create files that are compatible with any of 
  616. these. These spreadsheets will be displayed in a simulation 
  617. of the spreadsheet screen.  Not all of the formatting 
  618. options are implemented.  The columns are all the same width 
  619. regardless of what is set in the template.  Many other 
  620. special features are not recognized, but you will usually be 
  621. able to interpret the data in the spreadsheet. 
  622.  
  623. Press the <Arrow Keys>, <PgUp>, and <PgDn> to move around the
  624. spreadsheet.  Every time you move, the entire spreadsheet must
  625. be loaded again, because all the data is not saved in memory.
  626. You needn't wait for the load to be completed before pressing
  627. another key because all keystrokes will automatically
  628. terminate the load and execute the next command.  Generally,
  629. the upper-left portion of the spreadsheet is at the beginning
  630. of the file.  This part of the file will load and display
  631. quickly after which time you can exit or move about the
  632. spreadsheet without waiting for the rest of the spreadsheet to
  633. load.
  634.  
  635. Database files, such as those in the dBASE III format, can
  636. also be displayed.  These are files with a ".DBF" extension.
  637. Foxbase, dBASE III, Clipper, and many other programs use
  638. database files of this standardized format.  These files
  639. contain lists of field names and SDPCvalues for each of the
  640. database's records.  Press <Enter> at the end of each page to
  641. continue or press <F5> to print the entire contents of the
  642. database.  (Warning: this may be a very long printout in some
  643. cases, since databases can have an almost unlimited amount of
  644. data.)
  645.  
  646. Another file type supported by DOS Manager is the archive file
  647. such as .ARC, .ARJ, .LZH., .PAK, .ZIP, or .ZOO.  These files,
  648. familiar to computer bulletin board system users, consist of a
  649. number of files compressed into one smaller archive file. DOS
  650. Manager will not extract files from an archive.  You need the
  651. ARC, ARJ, LHARC, PAK, PKUNZIP, and ZOO programs to accomplish
  652. this.  DOS Manager will display a listing of the files
  653. contained within each archive.  For ZIP files, DOS Manager
  654. tells you what version of the archiver was used to create the
  655. file; which operating system was used (compatible archiver
  656. programs exist on many non-MS-DOS machines); and SDPCwhat version
  657. is needed to extract it.
  658.  
  659. Most varieties of self-extracting archives (archive files
  660. which have been converted into .EXE files so they can be run
  661. directly to extract their contents) are also supported, and
  662. their archive directories will be shown in the same manner as
  663. with regular archive files.  This includes Softdisk
  664. Publishing's own "SOFTLIB format" self-installing files (used
  665. on various Softdisk products including Shareware Spotlight and
  666. the files on the Download Superstore); their contents can be
  667. previewed using DOS Manager before you install them.
  668.  
  669. NOTE:  While some archivers are capable of splitting archives
  670. across multiple files, DOS Manager will not always be able to
  671. show the contents of parts beyond the first, since DOS Manager
  672. won't "chain" automatically to succeeding files, and the other
  673. parts may not have the header information needed for DOS
  674. Manager to view them separately.
  675.  
  676. Yet another file type which can be displayed within DOS
  677. Manager is graphic files of the GIF, PCX, BMP, LBM (IFF),
  678. Print Shop, and PrintMaster formats.  These formats come in
  679. many varieties, with lots of different display modes and color
  680. combinations, so we can't guarantee that all of them will
  681. display correctly, but most common graphic files are
  682. displayable.  Your display adapter will determine the range of
  683. modes you can display.  VGA systems can display the full range
  684. of graphics (and if yours is an SVGA, you'll get even better
  685. resolution on graphic files where this is appropriate), but
  686. EGA systems can display most graphic files (though some may
  687. look funny if they're set up for VGA modes).  CGA and SDPCHercules
  688. Mono systems don't have much graphic support in this program,
  689. but certain types of graphics will display even on these.  In
  690. all cases, if a graphic file is of a type unsupported by DOS
  691. Manager or your display adapter, it will be shown as a binary
  692. file listing (as described below).
  693.  
  694. While a graphic is displayed, pressing F6 will switch to a raw
  695. hexadecimal/ASCII listing of the file, and another key or
  696. mouse click returns to the main DOS Manager screen. Print Shop
  697. or PrintMaster images will display on multiple pages so you
  698. can see all images in a file; for these, use PgUp and SDPCPgDn to
  699. page, or ESC to exit.
  700.  
  701. NOTE:  If, after attempting to view a graphic file, your
  702. screen clears and nothing seems to be happening, first look at
  703. your disk drive light; if it is on, then it is probably still
  704. loading or decompressing the graphic file; some graphic files
  705. can be very large, and may take a while to load.  If the light
  706. is off, try pressing a key or clicking the mouse.  The graphic
  707. may simply appear as a blank screen because its color palette
  708. settings have all been mapped to "black" in the graphic mode
  709. you are in.  This sometimes happens when the graphic was
  710. designed for a graphic mode which is not supported by your
  711. display adapter.  Pressing a key should return you to the main
  712. DOS Manager screen.
  713.  
  714. Another file type that can be "viewed" (or, actually, heard)
  715. is sound files of the WAV and SDPCVOC formats.  This feature
  716. requires that you have a Sound Blaster or compatible sound
  717. card.  Since there are a number of kinds of sound files, some
  718. might not be playable under DOS Manager, but most common
  719. WAV and SDPCVOC files should work.  You can stop a sound from
  720. playing by pressing a key, or wait for it to finish by
  721. itself.  Pressing F6 while a sound is playing gives a binary
  722. listing of the sound file.
  723.  
  724. When you press <Enter> on executable files (.EXE, .COM), other
  725. than self-extracting archives (dealt with above), you are
  726. given a choice of pressing the slash (/) to run them, or <F6>
  727. to view them as binary files.  (If the .EXE file is a Windows
  728. application, no run option is given, as you must run it from
  729. Windows.  Also, you are not given an option to run DOSMAN.EXE
  730. itself, to prevent multiple copies of this program from being
  731. loaded in memory.)
  732.  
  733. When all else fails, DOS Manager will display files as
  734. straight binary data, in hexadecimal bytes, along with their
  735. ASCII equivalents.  If you're not a "techie", you probably
  736. won't be able to interpret this display.  You can press <Esc>
  737. to get out of it.  A binary display is selected for files that
  738. are unsupported for display.  You can also get a raw binary
  739. display of any other type of file by pressing <F6> during the
  740. normal display of a file.  Pressing <F6> while a binary dump
  741. is displayed switches the mode to text-file display.  This
  742. display will usually look like garbage unless the file
  743. actually IS a text file.  You can also find text strings
  744. within an .EXE program file this way.  A display of a binary
  745. dump can be viewed just like a text file.
  746.  
  747.  
  748. ^C^1Viewing Multiple Files
  749.  
  750. Ctrl-Enter will cause all currently selected (marked) files to
  751. be displayed, in the manner described above, one at a time.
  752. Press Space to go on to the next file, or Esc to end the
  753. display and return to the main screen.  This feature is useful
  754. for presenting slide shows of multiple graphics, or for
  755. getting a quick look at the contents of a whole bunch of
  756. files.
  757.  
  758. If you interrupt a multiple-file display in the middle using
  759. the Esc key, the cursor will be left at the file you last
  760. viewed.  Press Ctrl-Z to continue viewing the files where you
  761. left off.  (In general, Ctrl-Z will view all marked files on
  762. or below the cursor.)  Pressing Ctrl-Enter will go back and
  763. view all the marked files starting with the first one.
  764.  
  765.  
  766. ^C^1File Information
  767.  
  768. If you want to see some brief information about a file without
  769. viewing the entire file, press the asterisk (*) while the
  770. desired file is highlighted, or select the "File Information"
  771. item in the File menu.  This causes a small dialog box to pop
  772. up telling you what type the current file is.  All the file
  773. types that are specially detected (as discussed above in the
  774. file viewing command) will be identified, and some additional
  775. information may be shown for some of these file types, like
  776. the dimensions and number of colors of a graphic file, the
  777. number of records in a database file, and the version of the
  778. PKUNZIP program needed to extract a ZIP file.
  779.  
  780. To see information on all marked files, press Ctrl-I or select
  781. the "Info on Marked Files" item from the menu.  You can print
  782. this report by pressing F5 while the information is displayed.
  783.  
  784.  
  785. ^C^1Editing Files
  786.  
  787. In addition to viewing text files, you can also edit them. You
  788. can only edit text files.  Spreadsheet, database, archive,
  789. graphic and SDPCbinary files can be viewed but not changed.  To
  790. edit a file, select the Alter (Edit) File item from the File
  791. menu, or press <F7> from the main screen, when the desired
  792. file is highlighted.  (You can also press <F7> from the text
  793. viewer screen to edit the file being viewed.)
  794.  
  795. To create and edit a new file, press <Shift+F7>, and type the
  796. name of the file when prompted.  The file will be created and
  797. you will be placed in the editor to edit it.
  798.  
  799. Only text files can be edited, and there is a limit to the
  800. size of files you can edit.  If you try to edit a file which
  801. cannot be edited, you will be told so.  The built-in DOS
  802. Manager editor may not work for massive documents or for
  803. documents that need embedded word-processor commands; however,
  804. it is ideal for creating and modifying the simple text files
  805. needed by DOS such as CONFIG.SYS, AUTOEXEC.BAT, other batch
  806. files, and configuration files.  The current version of
  807. DOS Manager has improved memory management in the editor
  808. which may permit editing of larger files than was previously
  809. possible in earlier versions, but this will vary based on
  810. the amount of free conventional system memory you have.
  811.  
  812. The one non-ASCII format which can be edited is Softdisk
  813. format (.CTX) compressed files.  These can be edited just
  814. like ASCII files.  A "C" will be shown in the upper right
  815. corner when a compressed file is being edited.  The text will
  816. be re-compressed when you save it, so that the resulting file
  817. is still in the Softdisk compressed format.
  818.  
  819. The editor screen is similar to the text viewer used when
  820. pressing <Enter> on text files; however, this feature allows
  821. you to change as well as view the text.  Move around with the
  822. arrow keys; type characters to insert them; press <Ins> to
  823. toggle between overwriting the character at the cursor and
  824. inserting new characters before it; and SDPCpress <Del> to delete
  825. the character at the cursor.  Also, <F7> deletes a line and
  826. <F6> inserts a line.  <F1> gives you a help screen for the
  827. editing commands.  <F8> searches for a particular text string.
  828. DOS Manager starts the search at the point of the cursor.  The
  829. cursor is moved to the start of the desired string if it is
  830. found or to the end of the file if it is not found.  <Home>
  831. and <End> go to the beginning of the current line, and
  832. <Ctrl-Home> and SDPC<Ctrl-End> go to the top and SDPCbottom of the
  833. file.  <Ctrl-Right> and SDPC<Ctrl-Left> move forward and backward
  834. one word at a time.
  835.  
  836. <F3> toggles between a fast Page Up and SDPCPage Down, and a
  837. slower page which scrolls one line at a time.
  838.  
  839. When you reach the end of a line, words will wrap just like in
  840. the text display mode.  This includes the use of a rightward
  841. arrowpoint at the start of the next line indicating it is a
  842. continuation from the previous line. This feature allows you
  843. to create and modify text files with lines longer than 80
  844. characters.  This is often necessary with batch files.
  845. Carriage returns will not be inserted except where you
  846. explicitly press <Enter>.
  847.  
  848. When you're finished editing, press <F10> to save the file and
  849. return to the directory screen.  The file will be saved as
  850. straight ASCII. This includes the carriage returns and
  851. linefeeds indicated by pressing <Enter>.  The file may differ
  852. from the way it was originally stored if it was created on a
  853. word processor with different conventions.
  854.  
  855. When a file is loaded to be edited, the same processing is
  856. done to it as in the text display portion of the program. This
  857. means that various line-breaks are recognized and some word-
  858. processor commands, WordPerfect for example, are stripped.
  859. These commands are NOT added back into the file before it is
  860. saved; therefore, they will be lost.  Do not use the DOS
  861. Manager editor to edit a file created under a different word
  862. processor using its special commands unless you don't care if
  863. these commands are stripped when the file is returned to
  864. straight ASCII.  This may be what you want to do.  For
  865. instance, if the file is going to be used as a batch file or
  866. transferred to another user with a different word processor,
  867. it SHOULD be a straight ASCII file because the embedded
  868. command codes will only confuse matters.
  869.  
  870. Within the editor, <Alt-S> saves the file without exiting.
  871. Do this often if you are doing a lengthy edit, so that your
  872. work isn't lost if there is a power outage.
  873.  
  874. There are also some commands for moving blocks of text around.
  875. Move the cursor to the beginning of the block you wish to mark
  876. and press <Alt-B>.  Then, move to the end of the block and
  877. press <Alt-B> again.  The block you have marked will be
  878. highlighted.  At this point, <Alt-C> "cuts" the block (deletes
  879. it from the file and places it in a "cut buffer" to be pasted
  880. elsewhere), <Alt-O> copies it into the cut buffer without
  881. deleting it, and <Alt-R> resets (un-highlights) the block.
  882. Once a block is in the cut buffer, <Alt-P> pastes it at the
  883. current cursor position (you can do this repeatedly with the
  884. same buffer to duplicate a piece of text), and <Alt-E> exports
  885. the contents of the cut buffer to another file.
  886.  
  887. With the mouse, you can also mark blocks by clicking on the
  888. start of the block and SDPCholding the button down and "dragging"
  889. the mouse to the end of the block.  After this, the same
  890. commands as above copy, cut, and paste the block.
  891.  
  892. While a block is in the cut buffer, you can view the buffer's
  893. contents by pressing <Alt-V>.
  894.  
  895. <F4> imports text from another file (either an ASCII text file
  896. or a Softdisk compressed text file) and SDPCplaces it at the
  897. current cursor position.
  898.  
  899. One more neat feature in the editor: <Alt-M> converts all
  900. Macintosh extended characters in the document you're editing
  901. to their equivalent in PC extended ASCII.  Use this when
  902. you've just "ported over" a file from a Macintosh disk and
  903. you find it's got all those goofy characters where there's
  904. supposed to be an apostrophe, a quote mark, or a foreign
  905. character.  This happens because the Mac has special symbols
  906. for these purposes that don't agree with the PC characters.
  907. The <Alt-M> function will convert them.  (Don't use this
  908. feature if your file already has PC-style extended characters
  909. such as foreign symbols, line-drawing characters, etc., since
  910. they will get converted in an unpredictable manner.)
  911.  
  912. In a similar vein, <Alt-W> will convert extended characters
  913. from Windows fonts, which have their own set of "goofy"
  914. characters that aren't compatible with either the Macintosh
  915. or the standard PC ASCII set.
  916.  
  917. In these conversions, not all characters in the respective
  918. fonts have a PC ASCII equivalent, so some are simply changed
  919. to a space, or to the ASCII character that looks the most
  920. like the given character.
  921.  
  922.  
  923. ^C^1Running Programs
  924.  
  925. You can also run external programs from DOS Manager.  Do this
  926. by selecting Execute Command from the Run menu or by pressing
  927. the forward slash </>.  You are asked what command to use,
  928. defaulting to the name of the file at the directory selection
  929. bar when you press this command key.  If the file is an .EXE,
  930. .COM, or .BAT file, you can run it immediately by pressing
  931. <Enter>.  You can also type any other DOS command, such as
  932. FORMAT A:, and it will be executed.  Enter a null string (by
  933. pressing <Del> repeatedly to remove the default filename, or
  934. pressing the <Space Bar> followed by the <Backspace Key>) to
  935. "shell" to a DOS prompt to perform whatever other commands you
  936. wish.  Type "EXIT" to get back to DOS Manager.
  937.  
  938. NOTE: You can't run Windows programs from DOS Manager, even if
  939. you are running DOS Manager from Windows.
  940.  
  941. You can also "shell" directly to a DOS prompt by pressing
  942. Shift-F5, either from the main screen or from within the text
  943. viewer or text editor.
  944.  
  945. If you wish to add parameters to a command, press the <End>
  946. key, then press the space bar to separate the first parameter
  947. from the command itself and then type the parameters as you
  948. would from a DOS command line.
  949.  
  950. There is a history feature, similar to that in the Copy, Move,
  951. and Go To Directory commands, to let you re-enter any of the
  952. last ten commands you have executed.  Use the up and SDPCdown
  953. arrows to bring up these commands, and <Enter> to run the one
  954. that is currently visible.
  955.  
  956. Note that there is a slight delay before a command is
  957. executed.  This is because DOS Manager and all related data
  958. stored in your PC's memory must be swapped out to free this
  959. memory space for the other program you are running.  If you
  960. have expanded memory available, this will be used to hold DOS
  961. Manager temporarily; otherwise, it will be swapped to disk.
  962. This function may fail if you lack sufficient space on the
  963. current default drive.  All temporary swap files will be
  964. deleted once you return to the menu; they will not take up
  965. space on your disk drive permanently. If, due to a system
  966. crash or some such problem, a temporary file does not get
  967. deleted, you can delete it yourself later.  These files will
  968. show up in the root directory of your current drive, and are
  969. "read-only", with cryptic eight-letter names with no
  970. extension.  They can be deleted using DOS Manager.
  971.  
  972. Note that some programs with large memory needs, such as
  973. Windows, may not be runnable from DOS Manager.  If you wish to
  974. run such a program, you'll need to quit DOS Manager first.
  975.  
  976. You can set up 10 "hotkeys" to run programs or commands you
  977. use frequently.  They are Alt-F1 through Alt-F10.  Use the
  978. "Set up hotkeys" item on the Settings menu to bring up a
  979. screen where you can designate a path to go to and SDPCa program
  980. to run for each of these keys.  If you designate a path but
  981. no program, DOS Manager won't run anything but will go to the
  982. indicated directory.  If you designate a program but no
  983. path, DOS Manager will run the program in the current
  984. directory.  If you want to go to a DOS command line prompt,
  985. use an asterisk (*) as the "run" item.
  986.  
  987. In command lines (for running a command or on the hotkey
  988. screen), you can use several "macro" character sequences to
  989. represent highlighted or marked files:
  990.  
  991.   %f   represents the currently highlighted file
  992.   %p   represents the current directory path
  993.   %m   represents all marked files
  994.  
  995. Thus, a command line "COPY %m B:" will cause all marked
  996. files to be copied to drive B.  "COPY %f B:" will only
  997. copy the file that is currently highlighted.
  998. "EDIT %p%f" will edit the currently highlighted file
  999. using the DOS editor, preceding its name with the full
  1000. path of the current directory.
  1001.  
  1002. The "%m" macro is very powerful, as it causes the command to
  1003. be executed in turn on each of the files you have marked.
  1004. This is done by creating a temporary batch file.
  1005.  
  1006.  
  1007. ^C^1Compression
  1008.  
  1009. The Softdisk compressed text format has already been mentioned
  1010. above in conjunction with DOS Manager's ability to view these
  1011. files and SDPCedit them.  There are also items on the "Misc." menu
  1012. which allow you to to compress a text file into a Softdisk
  1013. format compressed file, or conversely decompress a compressed
  1014. file into a text file.
  1015.  
  1016. The way compression works is to find certain common groups
  1017. of letters and SDPCconvert them to single binary characters, as
  1018. well as converting long sequences of a single character
  1019. (such as dashed lines) to a shorter sequence that tells how
  1020. many times the character is repeated.  Various high-ASCII
  1021. characters, not normally found in text, are used to encode
  1022. these special things.  In cases where these characters
  1023. actually do appear in text (e.g., as graphic characters),
  1024. special coding sequences are used to represent them.  This
  1025. compression system is designed for English-language text,
  1026. and may not work well with other languages which have
  1027. different common letter sequences and use many accented
  1028. characters.
  1029.  
  1030. This feature can be useful for converting text files from
  1031. a Softdisk PC issue to standard ASCII format for use in your
  1032. favorite word processor, or for converting your own text files
  1033. to compressed format to take up less disk space.  Compressed
  1034. files are viewable and SDPCeditable within DOS Manager, but they
  1035. won't work directly in other word processors until you
  1036. decompress them.
  1037.  
  1038. Note, however, that because some header information is saved
  1039. to the beginning of a compressed text file, a short text file
  1040. may actually get larger when compressed.  The text compression
  1041. feature is best used on long text files.
  1042.  
  1043. Highlight one or more files, just as you would for the Copy
  1044. or Delete commands, then choose "Compress" or "Decompress."
  1045. (The hot-keys are Ctrl-C and SDPCCtrl-D respectively.)
  1046.  
  1047. The resulting compressed file will have a .CTX extension,
  1048. with the rest of the filename the same as the original text
  1049. file.  The original filename of the text file is stored in
  1050. the header of the compressed file, so that when you use the
  1051. Decompress command, the decompressed file will be written
  1052. to the name of the original text file.  (However, you are
  1053. given an option of typing in a different destination filename
  1054. when you are compressing or decompressing.)
  1055.  
  1056. Both the Compress and the Decompress commands leave the
  1057. original files alone and SDPCcreate new files containing the
  1058. compressed or decompressed text.  It is your own responsi-
  1059. bility to delete or move the original files if you don't
  1060. want them taking up space on your disk.  If a file already
  1061. exists by the name you are compressing or decompressing to,
  1062. you'll be warned that the old file is going to be
  1063. overwritten.
  1064.  
  1065.  
  1066. ^C^1Other Functions
  1067.  
  1068. Press <F2> or select the "Turn Sound On/Off" item in the
  1069. Settings menu to turn the sound on or off.  With sound off,
  1070. the "beeps" that sound on occasion will be silenced.
  1071.  
  1072. Select the "Enable/Disable Change Dir Option" item in the
  1073. Settings menu to enable or disable the feature of changing the
  1074. current DOS directory to the directory you have reached while
  1075. running DOS Manager.  If enabled, on exiting this program you
  1076. will be placed in the directory you have just displayed on the
  1077. screen; if disabled, you will be returned to the directory
  1078. which was current when you started DOS Manager.  Note that if,
  1079. in the meantime, you have renamed or deleted the original
  1080. directory, you will not be returned to it in any case.
  1081.  
  1082. Select the "Set DOS Time/Date" item in the Settings menu to
  1083. modify the DOS date and time (which shows in the lower left
  1084. corner of the main DOS Manager box, and is used by DOS to
  1085. keep track of the creation dates of files, etc.).  This will
  1086. bring up a box with the date and time, where the left and
  1087. right arrows move between the different fields and the up
  1088. and down arrows change the currently highlighted field.
  1089.  
  1090. The "Video Mode Toggle" in the Settings menu (also accessible
  1091. by pressing <Ctrl-V> from the main screen) switches between
  1092. 25-line and SDPC50-line mode (43-line mode on EGA adapters).
  1093. CGA, MDA, and Hercules adapters only have 25-line mode, so
  1094. this option isn't present if you're running DOS Manager on
  1095. such a system.  Toggling the mode with this item changes the
  1096. video mode, but only in the current session; the next time
  1097. you run DOS Manager it will once again come up in the default
  1098. mode, unless you use another menu item: "Make video mode
  1099. default," which saves the current mode as the default to use
  1100. in future sessions.  In all cases, you can override the
  1101. default using the /25, /50, and /0 command line switches.
  1102.  
  1103.  
  1104. ^C^1Exiting
  1105.  
  1106. Select Quit from the File menu or press <Esc> to exit DOS
  1107. Manager.
  1108.  
  1109.  
  1110. ^C^ICREDITS
  1111.  
  1112. Programmed by Daniel Tobias.
  1113.  
  1114. Uses program code and SDPCroutines from quite a number of sources,
  1115. including other Softdisk Publishing programs, public domain
  1116. and freeware source code, commercial libraries used under
  1117. license, etc.  The following is as complete a list of credits
  1118. as I could come up with, and I apologize if I left anyone out.
  1119.  
  1120. Swapping to disk or extended memory when shelling to run DOS
  1121. commands and external programs is done with SWAP, by Michael
  1122. Tischer.
  1123.  
  1124. Disk formatting is done using routines taken from Simple
  1125. Format, by Bob Falk, published by Softdisk Publishing.
  1126.  
  1127. Sound Blaster routines were written by Carlos Hasan, and
  1128. adapted by Laurent Bossavit of Periodisk, the French affiliate
  1129. of Softdisk.
  1130.  
  1131. Graphic display is done using FastGraph 3.04 from Ted Gruber
  1132. Software.
  1133.  
  1134. Additional graphic-related routines were adapted from program
  1135. code written for Softdisk by George Leritte and SDPCMike Chapin.
  1136.  
  1137. Programming help, suggestions, bug reports, and other
  1138. assistance was provided by many other people, including
  1139. Jonathan Bianca, Todd Lewis, Jim Weiler, Vic Phares, Judi
  1140. Mangham, David Stallard, Mark Brooks, Kirk Abbott, Steven
  1141. Goldsmith, R. "Chats" Feldman, "Dilettante" Pickett, Don
  1142. Donaldson, and Dave White.
  1143.  
  1144. This program was written in Pascal with some assembly
  1145. routines, and was compiled in Borland Pascal 7.0 and SDPCTurbo
  1146. Assembler 3.1.
  1147.  
  1148.  
  1149. ^C^IDISCLAIMER
  1150.  
  1151. Any product name (e.g., Lotus 1-2-3, Symphony, dBASE III,
  1152. FoxBase, Clipper, ARC, ARJ, PKZIP, PKUNZIP, LHARC, Print Shop,
  1153. PrintMaster, WordPerfect, Macintosh or Windows) mentioned in
  1154. this text or in DOS Manager is a trademark of its respective
  1155. publisher or manufacturer.  DOS Manager provides viewing
  1156. capabilities for several of these file formats for the
  1157. convenience of its users, but DOS Manager is not officially
  1158. endorsed or supported by the manufacturers of the above-named
  1159. products.  Softdisk Publishing does not provide technical
  1160. support for programs created by other software companies.
  1161.  
  1162.