home *** CD-ROM | disk | FTP | other *** search
/ MS-DOS 8.0 / MS-DOS8.iso / DOS / DOSSHELL.HLP < prev    next >
Text File  |  1994-05-31  |  161KB  |  4,813 lines

  1. Help For MS-DOS Shell for MS-DOS 6
  2. ----------------------------------
  3.  
  4. !I!@
  5. MS-DOS Shell Help Index
  6.  
  7. To see a topic:
  8.  
  9.  - Double-click the topic.
  10.  
  11. Or
  12.  
  13.  - Press TAB to select the topic you want, and then press ENTER.
  14.  
  15. KEYBOARD HELP
  16. -------------
  17.    " General MS-DOS Shell Keys "~K101~
  18.    " Movement Keys "~K102~
  19.    " Help Keys "~K109~
  20.    " Active Task List Keys "~K103~
  21.    " Program List Keys "~K104~
  22.    " File List Keys "~K105~
  23.    " File Selection Keys "~K106~
  24.    " Directory Tree Keys "~K107~
  25.    " Drive Selection Keys "~K108~
  26.  
  27. COMMANDS HELP
  28. -------------
  29. File List Menus
  30.    " File Menu "~I205~
  31.    " Options Menu "~I202~
  32.    " View Menu "~I203~
  33.    " Tree Menu "~I204~
  34.    " Help Menu "~I210~
  35.  
  36. Program List Menus
  37.    " File Menu "~I201~
  38.    " Options Menu "~I202~
  39.    " View Menu "~I209~
  40.    " Help Menu "~I210~
  41.  
  42. View Screen Menus
  43.    " Display Menu "~I207~
  44.    " View Menu "~I208~
  45.    " Help Menu "~I210~
  46.  
  47. PROCEDURES HELP
  48. ---------------
  49.    " Basic Procedures "~R100~
  50.    " File List Procedures "~R101~
  51.    " Program List Procedures "~R102~
  52.    " Running Programs "~R103~
  53.    " Other MS-DOS Shell Procedures "~R104~
  54.  
  55. MS-DOS SHELL BASICS HELP
  56. ------------------------
  57.    " Welcome to MS-DOS Shell "~$100~
  58.    " Menus and Commands "~$103~
  59.    " Dialog Boxes "~$105~
  60.    " File List and Program List "~$114~
  61.    " File List Overview "~1N~
  62.    " Program List Overview "~I099~
  63.    " How to Leave MS-DOS Shell "~$125~
  64.  
  65. USING HELP
  66. ----------
  67.    " Requesting Help Directly "~H100~
  68.    " Using Help Buttons "~H102~
  69.    " Using Help Menu Commands "~H103~
  70.    " How to Learn About MS-DOS Shell "~H104~@@
  71.  
  72. !R!@
  73. Procedures
  74.  
  75. Each of the following topics contains a list of procedures.
  76.  
  77. To see a list of procedures:
  78.  
  79.  - Double-click the topic.
  80.  
  81. Or
  82.  
  83.  - Press TAB to select the topic you want, and then press
  84.    ENTER.
  85.  
  86.    " Basic Procedures "~R100~
  87.    " File List Procedures "~R101~
  88.    " Program List Procedures "~R102~
  89.    " Running Programs "~R103~
  90.    " Other MS-DOS Shell Procedures "~R104~@@
  91.  
  92. Following is F1 Help (context-sensitive) for menus, commands, dialog boxes, options, command buttons, and messages, in all views including the Help window itself.
  93.  
  94. -----------------------PROGRAM LIST F1 HELP-----------------
  95.  
  96. !PMHD!!1MHD!@
  97. File Menu
  98.  
  99. You can use commands on the File menu to add, open, copy, delete, and change the properties of program items and groups. You can also add files to groups and change the order in which program items and groups are listed. In addition, you can quit MS-DOS Shell, or run a program.@@
  100.  
  101. !PMAA!!1MAA!@
  102. New Command
  103.  
  104. Adds a new group or program item to the currently selected group.
  105.  
  106. Related Procedures
  107.    " Adding and Changing Program Groups "~I100~
  108.    " Adding Program Items to Program Groups "~I102~@@
  109.  
  110. !1DSS!@
  111. New Program Object Dialog Box
  112.  
  113. In this dialog box, you can choose whether you want to create a new program item or a new group. Select either Program Item or Program Group, and choose the OK button.
  114.  
  115. A program item contains start-up instructions for a program. It's not the program file.
  116.  
  117. A program group is a collection of program items in the program list.
  118.  
  119. To get Help on a dialog box option, select it and press F1.
  120.  
  121. Related Procedures
  122.    " Adding and Changing Program Groups "~I100~
  123.    " Adding Program Items to Program Groups "~I102~@@
  124.  
  125. !PDSR!!PDSS!@
  126. New Program Item or New Program Group
  127.  
  128. Select either Program Item or Program Group, and choose the OK button.
  129.  
  130. A program item contains start-up instructions for a program. It's not the program file.
  131.  
  132. A program group is a collection of program items in the program list.@@
  133.  
  134. !PD3Y!!1D3Q!@
  135. Add Program Dialog Box
  136.  
  137. In this dialog box, you can type information about the program item you are adding. You must type a name for the program item and a command that starts the program.
  138.  
  139. Related Procedure
  140.    " Adding Program Items to Program Groups "~I102~
  141.  
  142. To get Help on a dialog box option, select it and press F1.@@
  143.  
  144. !PD3Q!!PD:Q!@
  145. Program Title Box
  146.  
  147. Type a name for your program item in the Program Title box. It can contain up to 23 characters (including blank spaces). @@
  148.  
  149. !PD3R!!1D3R!!PD:R!@
  150. Commands Box
  151.  
  152. Type the command that starts the program, including any parameters. It can contain up to 255 characters (including blank spaces).
  153.  
  154. Replaceable Parameters
  155. ----------------------
  156. One kind of parameter you can specify is a replaceable parameter that tells MS-DOS Shell to display a dialog box when the program starts.
  157.  
  158. For example, if you want MS-DOS Shell to prompt you for a file to open when you start Microsoft Word, you can use the following startup command:
  159.  
  160.      word %1
  161.  
  162. NOTE: The replaceable parameter must be between 1 and 9. Zero and 10 will not work. For each numeral you set, MS-DOS Shell will display a dialog box.
  163.  
  164. Using More than One Command
  165. ---------------------------
  166. You can type as many commands in the Commands box as you like. To use more than one command, separate each command with a semicolon (;). There must be a space on each side of the semicolon.
  167.  
  168. Related Topic
  169.    " Defining the Prompt Dialog Box "~PD7W~@@
  170.  
  171. DB displays when choose program item
  172. !PDCW!@
  173. File Dialog Box
  174.  
  175. In this dialog box, type the name of the file you want the program to open. When you choose the OK button, the program will start and open the file.
  176.  
  177. To get Help on a dialog box option, select it and press F1.@@
  178.  
  179. !PD7W!@
  180. Defining the Prompt Dialog Box
  181.  
  182. You can define the dialog box that MS-DOS Shell displays when you choose the program item. You can specify the title of the dialog box, explanatory information, the prompt message, and parameters that allow you to open files without using a dialog box.
  183.  
  184. To get Help on a dialog box option, select it and press F1.@@
  185.  
  186. !PD7Q!@
  187. Window Title Box
  188.  
  189. Type or edit the title of the dialog box that you are defining.@@
  190.  
  191. !PD7R!@
  192. Program Information Box
  193.  
  194. If you like, you can type or edit text that will appear at the top of the dialog box.@@
  195.  
  196. !PD7S!@
  197. Prompt Message Box
  198.  
  199. If you like, you can type or edit a prompt for the text box. For example, the message, "File to Edit?" prompts you to type a filename in the text box.@@
  200.  
  201. !PD7T!@
  202. Default Parameters Box
  203.  
  204. You can specify a default parameter, such as a filename, that will appear in the Prompt dialog box whenever you choose the program item.
  205.  
  206. There are two parameters you can use to open files directly.
  207. MS-DOS Shell will suggest the file specified by the following parameters:
  208.  
  209. To suggest                  Type this parameter
  210. ----------                  -------------------
  211. The file selected
  212. when you start the
  213. program                           %f
  214.  
  215. The parameter
  216. used the last
  217. time the program
  218. was used                          %l@@
  219.  
  220. !PD3S!!PD:S!!1D3S!@
  221. Startup Directory Box
  222.  
  223. You can type the path to the directory that contains the data files the program uses.
  224.  
  225. This directory will become the current directory when you choose the program item.@@
  226.  
  227. !PD3T!!1D3T!!PD:T!@
  228. Application Shortcut Key Box
  229.  
  230. You can add or change a shortcut key combination for the program. When you choose the Enable Task Swapper command, you can use the shortcut key combination to move to the program if it is running. The shortcut key does not start the program.
  231.  
  232. To create the shortcut key combination, press either SHIFT, CTRL, or ALT, and a letter. After you create it, it will appear next to the program name in the Active Task List.
  233.  
  234. NOTE: Some key combinations are not available. Do not use the following combinations:
  235.  
  236. CTRL+C
  237. CTRL+M
  238. CTRL+I
  239. CTRL+H
  240. CTRL+[
  241. CTRL+5 (on the keypad)
  242. SHIFT+CTRL+M
  243. SHIFT+CTRL+I
  244. SHIFT+CTRL+H
  245. SHIFT+CTRL+[
  246. SHIFT+CTRL+5 (on the keypad)
  247.  
  248. Related Procedure
  249.    " Adding Program Items to Program Groups "~I102~@@
  250.  
  251. !PD3U!!1D3U!!PD:U!@
  252. Pause After Exit Check Box
  253.  
  254. If you select this check box, when you quit the program MS-DOS prompts you to press any key to return to MS-DOS Shell. If you don't select it, you return immediately to MS-DOS Shell when you quit the program.
  255.  
  256. Pausing is useful if you want to read text that your program displays after it finishes running, before you return to MS-DOS Shell.@@
  257.  
  258. !PD3V!!1D3V!!PD:V!@
  259. Password Box
  260.  
  261. You can type a password up to 20 characters (including blank spaces). If you don't want to use a password, leave the Password box empty.
  262.  
  263. A password protects a program item by limiting access to those who know the password. After you change a password, write it down and keep it in a safe place. A dialog box will prompt you for the password every time you use the program item.@@
  264.  
  265. !PD3Z!!PD:Z!@
  266. Advanced Button
  267.  
  268. Displays another dialog box where you can specify additional properties.@@
  269.  
  270. !PD8]!@
  271. Advanced Dialog Box
  272.  
  273. In this dialog box, you can add Help text and specify memory, video mode, reserved shortcut keys, and program switching.
  274.  
  275. To get Help on a dialog box option, select it and press F1.@@
  276.  
  277. !PD3Q!!PD8Q!!PD0U!!PDBU!@
  278. Help Text Box
  279.  
  280. You can type up to 255 characters (including blank spaces) of Help information for the program group or item. If you don't want to use Help text, leave the Help Text box empty.
  281.  
  282. Line Breaks
  283. -----------
  284. In the Help Text box, pressing ENTER doesn't indicate a line break.
  285.  
  286. To indicate a line break:
  287.  
  288.  - Type a caret (^) followed by the letter m.
  289.  
  290. Viewing the Help Text
  291. ---------------------
  292. You can read this Help text by selecting the program item or group and pressing F1.@@
  293.  
  294. !PD8R!@
  295. Conventional Memory KB Required Box
  296.  
  297. You can specify in kilobytes the minimum amount of memory required to run this program when using task swapping. The default value is 128.
  298.  
  299. If less memory is available when you start a program, MS-DOS Shell will display a message.@@
  300.  
  301. !PD8S!@
  302. XMS Memory KB Required Box
  303.  
  304. You can specify in kilobytes the minimum amount of extended memory required to run this program when using task swapping. The default value is zero.
  305.  
  306. If less memory is available when you start a program, MS-DOS Shell will display a message.@@
  307.  
  308. !PD8T!@
  309. XMS Memory KB Limit Box
  310.  
  311. You can specify in kilobytes the maximum amount of extended memory that can be used by the program. This option controls the amount of memory that can be swapped by the program. The default value is 384 on systems that have at least this much memory. Otherwise, the default value is the total amount of extended memory.@@
  312.  
  313. !PD8U!!PD8V!@
  314. Video Mode Option
  315.  
  316. This option reserves memory for screen display information during task swapping. Usually the memory reserved by Text mode is enough, but you may need more memory if you are running a CGA video adapter.
  317.  
  318. Select this option  If
  319. ------------------  --
  320. Text                The program runs in text mode. Consider
  321.                     using text mode if the program doesn't
  322.                     need to display graphics. It will speed
  323.                     disk swapping. Text mode is the default
  324.                     option.
  325.  
  326. Graphics            The program runs in graphics mode. This
  327.                     option is needed only if you are running
  328.                     a CGA video adapter.@@
  329.  
  330. !PD8W!@
  331. Prevent Program Switch Check Box
  332.  
  333. Turns off task swapping when the program is running. When this check box is selected, you must quit the program to return to MS-DOS Shell.@@
  334.  
  335. !PD8X!!PD8Y!!PD8Z!!PD8X!!PD8Y!!PD8Z!@
  336. Reserve Shortcut Keys Check Boxes
  337.  
  338. Turns off the specified shortcut keys in MS-DOS Shell so that the program can use those keys.
  339.  
  340. Selecting   
  341. this        Turns off the shortcut to
  342. ---------   -------------------------
  343. ALT+TAB     Toggling between two programs.
  344.  
  345. ALT+ESC     Displaying the next program.
  346.  
  347. CTRL+ESC    Returning to MS-DOS Shell from a program.@@
  348.  
  349. !PDBZ!!1DBV!@
  350. Add Group Dialog Box
  351.  
  352. In this dialog box, you specify information about the new group you are creating. You must type a name for the group. You can also type Help information for the group, and a password to limit access to the group.
  353.  
  354. To get Help on a dialog box option, select it and press F1.@@
  355.  
  356. !PDBT!!PD0T!@
  357. Title Box
  358.  
  359. Type a name for the new group. A title is required. It can contain up to 23 characters (including blank spaces).@@
  360.  
  361. !PDBW!!PD0W!@
  362. Password Box
  363.  
  364. You can type a password for the group in the Password box. It can contain up to 20 characters (including blank spaces). If you don't want to include a password, leave the Password Box empty.
  365.  
  366. A password protects a group by limiting access to those who know the password. After you change a password, write it down and keep it in a safe place. A dialog box will prompt you for the password every time you use this group.@@
  367.  
  368. !PD1Q!!PD1T!!1D!@
  369. Password Dialog Box
  370.  
  371. You must type the password before you can use this program item or group.@@
  372.  
  373. !PMAB!!1MAB!@
  374. Open Command
  375.  
  376. Starts a program and an associated file (if there is one) or displays the contents of a group.
  377.  
  378. Related Procedures
  379.    " Opening Files "~I131~
  380.    " Opening Program Groups "~I123~@@
  381.  
  382. !PMAC!!1MAC!@
  383. Copy Command
  384.  
  385. Copies a program item to the group you specify. After you choose the Copy command, open the group you want to copy the program item to, and then press F2.
  386.  
  387. Related Procedure
  388.    " Copying Program Items and Program Groups "~I114~@@
  389.  
  390. !HC!@
  391. Copy Program Items
  392.  
  393. You are in the middle of copying a program item to a group.
  394.  
  395. To continue:
  396.  
  397. 1. Double-click the destination group.
  398. 2. Press F2.
  399.  
  400. Or
  401.  
  402. 1. Move the selection cursor to the destination group and
  403.    press ENTER.
  404. 2. Press F2.
  405.  
  406.  
  407. To cancel the command:
  408.  
  409.  - Press ESC.
  410.  
  411. Related Procedure
  412.    " Copying Program Items and Program Groups "~I114~@@
  413.  
  414. !PMAD!!1MAD!@
  415. Delete Command
  416.  
  417. Deletes the selected group or program item from a group. Before deleting a group, you must delete all of its program items.
  418.  
  419. Related Procedure
  420.    " Deleting Program Items and Program Groups "~I116~@@
  421.  
  422. !PDHS!!1DHQ!@
  423. Delete Item Dialog Box
  424.  
  425. If you want to delete the selected program item or group, choose 1.
  426.  
  427. If you do not want to delete the selected program item or group, choose 2 (or press ESC) to cancel the deletion and return to the program list.
  428.  
  429. Related Procedure
  430.    " Deleting Program Items and Program Groups "~I116~@@
  431.  
  432. !PMAE!!1MAE!@
  433. Properties Command
  434.  
  435. For a program item, this command specifies the title, the command that starts the program, the startup directory for the program to use, an application shortcut key, Help text, a password, and other properties.
  436.  
  437. For a group, it specifies the title, Help text, and password assigned to that group.
  438.  
  439. Related Procedures
  440.    " Adding and Changing Program Groups "~I100~
  441.    " Changing Program Item Properties "~I104~@@
  442.  
  443. !PD:Y!@
  444. Program Item Properties Dialog Box
  445.  
  446. In this dialog box, you can specify information about the selected program item. You can change any or all of the information displayed in this dialog box. You must include a name for the program item and a command, including any parameters, that starts the program.
  447.  
  448. Related Procedure
  449.    " Adding and Changing Program Groups "~I100~
  450.  
  451. To get Help on a dialog box option, select it and press F1.@@
  452.  
  453. !PD0Z!!1DBR!@
  454. Program Group Properties Dialog Box
  455.  
  456. In this dialog box, you can change the information about the selected group. You can change any or all of the information displayed in this dialog box. You must include a title for the group.
  457.  
  458. Related Procedure
  459.    " Changing Program Item Properties "~I104~
  460.  
  461. To get Help on a dialog box option, select it and press F1.@@
  462.  
  463. !PMAF!!1MAF!@
  464. Reorder Command
  465.  
  466. Moves the selected program item or group from its current location to the location you specify. After choosing this command, use the arrow keys to move to the new location, and then press ENTER. You can also double-click the new location.
  467.  
  468. Related Procedure
  469.    " Reordering Program Items in a Program Group "~I133~@@
  470.  
  471. !HR!@
  472. Reorder Program Items and Program Groups
  473.  
  474. You are in the middle of moving the selected program item or group to a new location in the program list. 
  475.  
  476. To continue:
  477.  
  478.  - Double-click the new location.
  479.  
  480. Or
  481.  
  482.  - Move the selection cursor to the new location, and then press ENTER.
  483.  
  484.    MS-DOS Shell inserts the program item or group at the new
  485.    location.
  486.  
  487.  
  488. To cancel the command:
  489.  
  490.  - Press ESC.
  491.  
  492. Related Procedure
  493.    " Reordering Program Items in a Program Group "~I133~@@
  494.  
  495. !PMHG!!1MHG!!1MHL!!VMHO!!2MHL!!YMHL!@
  496. Help Menu
  497.  
  498. You can use the commands on the Help menu to display an index of Help topics, information on the keys you can use with MS-DOS Shell, basic skills for working with MS-DOS Shell, commands, and procedures.@@
  499.  
  500. !PMBI!!1MBI!!1MEG!!VMFC!!2MEG!!YMEG!@
  501. Index Command
  502.  
  503. Opens the Help window and displays the MS-DOS Shell Help Index.@@
  504.  
  505. !PMBJ!!1MBJ!!1MEH!!VMFD!!2MEH!!YMEH!@
  506. Keyboard Command
  507.  
  508. Opens the Help window and displays a list of shortcut keys you can use with MS-DOS Shell.@@
  509.  
  510. !PMBK!!1MBK!!1MEI!!VMFE!!2MEI!!YMEI!@
  511. Shell Basics Command
  512.  
  513. Opens the Help window and displays a list of topics for basic skills you need to work with MS-DOS Shell.@@
  514.  
  515. !PMBL!!1MBL!!1MEJ!!VMFF!!2MEJ!!YMEJ!@
  516. Commands Command
  517.  
  518. Opens the Help window and displays a list of all MS-DOS Shell commands, grouped by menu.@@
  519.  
  520. !PMBM!!1MBM!!1MEK!!VMFG!!2MEK!!YMEK!@
  521. Procedures Command
  522.  
  523. Opens the Help window and displays a list of topics you can see for help on MS-DOS Shell tasks.@@
  524.  
  525. !PMBN!!1MBN!!1MEL!!VMFH!!2MEL!!YMEL!@
  526. Using Help Command
  527.  
  528. Opens the Help window and displays a list of topics which explain how to use MS-DOS Shell Help.@@
  529.  
  530. !PMBP!!1MBP!!1MEN!!VMFJ!!2MEN!!YMEN!@
  531. About Shell Command
  532.  
  533. Displays copyright and version information about MS-DOS Shell.@@
  534.  
  535. --------------------HELP WINDOW F1 Help---------------------
  536. (Close and OK buttons are covered by the Command Buttons topic)
  537.  
  538. !PDZR!!1DZR!!2DZR!!YDZR!!VDZR!@
  539. Back Button
  540.  
  541. Displays the previous Help topic.@@
  542.  
  543. !PDZS!!1DZS!!2DZS!!YDZS!!VDZS!@
  544. Keys Button
  545.  
  546. Displays a list of topics that show the keys and key combinations you can use with MS-DOS Shell.@@
  547.  
  548. !PDZT!!1DZT!!2DZT!!YDZT!!VDZT!@
  549. Index Button
  550.  
  551. Displays an index of Help topics.
  552.  
  553. Related Procedures
  554.    " Choosing Command Buttons "~I109~
  555.    " Using MS-DOS Shell Help "~I153~@@
  556.  
  557. !PDZU!!1DZU!!2DZU!!YDZU!!VDZU!@
  558. Help Button
  559.  
  560. Displays Help on MS-DOS Shell Help.@@
  561.  
  562.  
  563. -----------------FILE LIST F1 HELP-------------------------
  564.  
  565. !1MHH!!2MHH!!YMHH!@
  566. File Menu
  567.  
  568. You can use the commands on this menu to carry out actions on files and directories, or to quit MS-DOS Shell. To carry out an action on one or more files or a directory, select the files or the directory before you choose the command. @@
  569.  
  570. !1MCA!!2MCA!!YMCA!@
  571. Open Command
  572.  
  573. Starts a selected program and an associated file, if there is one.
  574.  
  575. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see
  576.    " File List Messages "~1DMK~
  577.  
  578. Related Procedure
  579.    " Opening Files "~I131~@@
  580.  
  581. !1MCB!!2MCB!!YMCB!!PMAH!!1MAH!@
  582. Run Command
  583.  
  584. Displays a dialog box in which you type the name of the program file that starts the program.
  585.  
  586. Related Procedure
  587.    " Starting Programs "~I147~@@
  588.  
  589. !1DAQ!!2DAQ!!YDAQ!!PDAQ!@
  590. Run Dialog Box
  591.  
  592. In this dialog box, you can start a program by typing the name of its program file and then choosing the OK button. If the file is not in the current directory, you must precede the filename with its complete path. You can use the MS-DOS directory wildcards (.. and .) to specify paths.
  593.  
  594. Type any parameters for the program after the program filename. For example, to open a file named TEST.DOC in Microsoft Word, you would type the following:
  595.  
  596.      word test.doc.
  597.  
  598. Related Procedure
  599.    " Starting Programs "~I147~
  600.  
  601. To get Help on a dialog box option, select it and press F1.
  602.  
  603. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  604.    " File List Messages "~1DMK~
  605.  
  606. For more information on MS-DOS commands and wildcards, see the User's Guide.@@
  607.  
  608. !1MCC!!2MCC!!YMCC!@
  609. Print Command
  610.  
  611. Prints the selected text file or files. The Print command only works if you have run print.exe at the command prompt.
  612.  
  613. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  614.    " File List Messages "~1DMK~
  615.  
  616. Related Procedure
  617.    " Printing Files "~I134~
  618.  
  619. For more information about print.exe, type HELP PRINT at the command prompt.@@
  620.  
  621. !1MCD!!2MCD!!YMCD!@
  622. Associate Command
  623.  
  624. Associates all files having the same extension with a program. Instead of your starting the program and then opening the file, MS-DOS Shell does this automatically. When you choose a file with the specified extension, the program starts with the file loaded.
  625.  
  626. You can also use the Associate command to associate a program with a selected file.
  627.  
  628. You can also associate files without an extension with a program file.
  629.  
  630. Related Procedure
  631.    " Associating Files with a Program "~I105~@@
  632.  
  633. !1DDU!!2DDU!!YDDU!@
  634. Associate File Dialog Box
  635.  
  636. In this dialog box, you type the extension(s) of the files you want to associate with the selected program file. For example, DOC is the extension for the MEMO.DOC filename.
  637.  
  638. You can also associate files without an extension with a program file, by typing a period instead of an extension. Note that every file without an extension will be associated with the selected program file.
  639.  
  640. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  641.    " File List Messages "~1DMK~
  642.  
  643. Related Procedure
  644.    " Associating Files with a Program "~I105~
  645.  
  646. To get Help on a dialog box option, select it and press F1.@@
  647.  
  648. !1DDR!!2DDR!!YDDR!@
  649. Extension Box
  650.  
  651. Type the extension(s) of the files you want to associate. For example, DOC is the extension for the MEMO.DOC file. You can associate multiple extensions, separating them with a single space (you can type up to 79 characters). However, you can associate an extension with only one program at a time.
  652.  
  653. To associate all files without an extension with a program file, type a period instead of an extension.@@
  654.  
  655. !1D5T!!2D5T!!YD5T!@
  656. Associate File Dialog Box
  657.  
  658. In this dialog box, you type the program filename of the program you want to associate with files that have the extension you specified. Each time you open a file with the extension, the program automatically starts with the file loaded.
  659.  
  660. You can also associate a program file with all files that do not have an extension.
  661.  
  662. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  663.    " File List Messages "~1DMK~
  664.  
  665. Related Procedure
  666.    " Associating Files with a Program "~I105~
  667.  
  668. To get Help on a dialog box option, select it and press F1.@@
  669.  
  670. !1D5Q!!2D5Q!!YD5Q!@
  671. Program Box
  672.  
  673. Type the filename and path of the program you want to associate with the selected file or files. For example, type the following:
  674.  
  675.         c:\winword\winword.exe@@
  676.  
  677. !1MCE!!2MCE!!YMCE!@
  678. Search Command
  679.  
  680. Finds files on all or part of the current disk drive, depending on what you specify.
  681.  
  682. Related Procedure
  683.    " Searching for Files "~I139~@@
  684.  
  685. !1DOV!!2DOV!!YDOV!@
  686. Search File Dialog Box
  687.  
  688. In this dialog box, you type the name of the file you want to find. You can use MS-DOS wildcards (* or ?) to find a group of files with similar names or extensions.
  689.  
  690. Select the Search Entire Disk check box to search the entire drive rather than just the selected directory.
  691.  
  692. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  693.    " File List Messages "~1DMK~
  694.  
  695. Related Procedure
  696.    " Searching for Files "~I139~
  697.  
  698. To get Help on a dialog box option, select it and press F1.@@
  699.  
  700. !1DOQ!!2DOQ!!YDOQ!@
  701. Search For Box
  702.  
  703. Type the name of the file you want to find. You can use MS-DOS wildcards (* or ?) to find a group of files with similar names or extensions. For example, to find all files with a .TXT extension, specify *.TXT.@@
  704.  
  705. !1DOS!!2DOS!!YDOS!@
  706. Search Entire Disk Check Box
  707.  
  708. If you want to search an entire disk for a file or files, select this check box.
  709.  
  710. If you want to search only the currently displayed directory, clear this check box.@@
  711.  
  712. !SN!@
  713. Search List Window
  714.  
  715. Displays a file or files found using the Search command. You can run, print, associate, move, copy, delete, or rename any file in the list. You can also select a file or files and change the attributes. You can view the contents of a selected file.
  716.  
  717. Related Procedure
  718.    " Searching for Files "~I139~@@
  719.  
  720. !1MCF!!2MCF!!YMCF!@
  721. View File Contents Command
  722.  
  723. Displays the contents of the selected text file or binary file.
  724.  
  725. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  726.    " File List Messages "~1DMK~
  727.  
  728. Related Procedure
  729.    " Viewing File Contents "~I149~@@
  730.  
  731. !VN!@
  732. View File Window
  733.  
  734. Displays the contents of the selected text file or binary file.
  735.  
  736. To scroll through the file by using a mouse:
  737.  
  738.  - At the top of the window, click the words "PgUp" or
  739.    "PgDn," or click the arrows.
  740.  
  741.  
  742. To scroll through a file by using the keyboard:
  743.  
  744.  - Press the PAGE UP, PAGE DOWN, UP ARROW, or DOWN ARROW
  745.    keys.
  746.  
  747. You can switch the screen display between ASCII and hexadecimal formats by using commands on the Display menu, or by pressing F9.
  748.  
  749. To return to the file list:
  750.  
  751.  - From the View menu, choose Restore View.
  752.  
  753. Or
  754.  
  755.  - Press ESC.
  756.  
  757. Related Procedure
  758.    " Viewing File Contents "~I149~@@
  759.  
  760. (*View File Screen*)
  761. !VMHM!@
  762. Display Menu
  763.  
  764. You can use commands on this menu to switch between a hexadecimal or ASCII file display.@@
  765.  
  766. !VMEO!@
  767. ASCII Command
  768.  
  769. Switches the file display from hexadecimal to ASCII.@@
  770.  
  771. !VMEP!@
  772. Hex Command
  773.  
  774. Switches the file display from ASCII to hexadecimal.@@
  775.  
  776. (*View File Screen*)
  777. !VMHN!@
  778. View Menu
  779.  
  780. You can use the commands on this menu to do the following:
  781.  
  782.   * Redraw the screen.
  783.  
  784.   * Return to the file list. You can also press ESC 
  785.     to return to the file list.@@
  786.  
  787. !VMFB!@
  788. Restore View Command
  789.  
  790. Returns to the file list.@@
  791.  
  792. !1MCH!!2MCH!!YMCH!@
  793. Move Command
  794.  
  795. Moves the selected file or files from one directory to a directory you specify.
  796.  
  797. Related Procedure
  798.    " Moving Files "~I129~@@
  799.  
  800. !1DFV!!2DFV!!YDFV!@
  801. Move Dialog Box
  802.  
  803. In this dialog box, you type the drive and directory you want to move the selected file to.
  804.  
  805. If you're moving only one file, you can also specify a new name for the file after the path.
  806.  
  807. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  808.    " Copy and Move Messages "~I163~
  809.  
  810. Related Procedure
  811.    " Moving Files "~I129~
  812.  
  813. To get Help on a dialog box option, select it and press F1.@@
  814.  
  815. !1DFR!!2DFR!!YDFR!@
  816. To Box
  817.  
  818. Type the drive and destination directory you want to move the selected file to.
  819.  
  820. If you're moving only one file, you can also specify a new name for the file after the path.@@
  821.  
  822. Move's
  823. !1DFQ!!2DFQ!!YDFQ!@
  824. From Box
  825.  
  826. Lists the name(s) of the file or files you want to move. If there are several filenames, you can scroll through them by using the arrow keys.
  827.  
  828. If you do not want to move these files, press ESC to cancel the command.@@
  829.  
  830. !1MCI!!2MCI!!YMCI!@
  831. Copy Command
  832.  
  833. Copies one or more files in one directory to a directory you specify.
  834.  
  835. Related Procedure
  836.    " Copying Files "~I113~@@
  837.  
  838. !1D9V!!2D9V!!YD9V!@
  839. Copy Dialog Box
  840.  
  841. Type the drive and destination directory you want to copy the selected file(s) to.
  842.  
  843. If you're copying only one file, you can also specify a new name for the file after the path.
  844.  
  845. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  846.    " Copy and Move Messages "~I163~
  847.  
  848. Related Procedure
  849.    " Copying Files "~I113~
  850.  
  851. To get Help on a dialog box option, select it and press F1.@@
  852.  
  853. !1D9Q!!2D9Q!!YD9Q!@
  854. From Box
  855.  
  856. Lists the name(s) of the file or files you want to copy. If there are several filenames, you can scroll through them by using the arrow keys.
  857.  
  858. If you do not want to copy these files, press ESC to cancel the command.@@
  859.  
  860. !1D9R!!2D9R!!YD9R!@
  861. To Box
  862.  
  863. Type the drive and path of the new location for the file or files you want to copy.
  864.  
  865. To copy a file within a directory, you must give it a different filename. Type the new filename after the path.@@
  866.  
  867. !1DVR!!2DVR!!YDVR!@
  868. Confirm on Replace Message
  869.  
  870. A file with this name already exists in the location you specified. Choose 1 to cancel the Move or Copy command. Choose 2 to replace the file in the destination directory with the file you are moving or copying.@@
  871.  
  872. !1MCJ!!2MCJ!!YMCJ!@
  873. Delete Command
  874.  
  875. Deletes selected files or directories.
  876.  
  877. Related Procedure
  878.    " Deleting Files and Directories "~I117~@@
  879.  
  880. !1DJU!!2DJU!!YDJU!@
  881. Delete File Dialog Box
  882.  
  883. This dialog box displays the name(s) of the file or files you selected for deletion. If you selected several files, you can scroll through them by using the LEFT ARROW and RIGHT ARROW keys.
  884.  
  885. If you do not want to delete these files, press ESC to cancel the command.
  886.  
  887. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  888.    " File List Messages "~1DMK~
  889.  
  890. Related Procedure
  891.    " Deleting Files and Directories "~I117~
  892.  
  893. To get Help on a dialog box option, select it and press F1.@@
  894.  
  895. !1DJR!!2DJR!!YDJR!@
  896. Delete Box
  897.  
  898. Displays the name or names of files you selected for deletion. If you selected several files, you can scroll through them by using the LEFT ARROW and RIGHT ARROW keys.
  899.  
  900. If you do not want to delete these files, press ESC to cancel the command.
  901. -
  902. -
  903.  
  904. !1MCK!!2MCK!!YMCK!@
  905. Rename Command
  906.  
  907. Renames a selected file or directory to the name you specify.
  908.  
  909. Related Procedure
  910.    " Renaming Files and Directories "~I136~@@
  911.  
  912. !1DRS!!2DRS!!YDRS!@
  913. Rename Dialog Box
  914.  
  915. In this dialog box, you type the new name for the file or directory you selected.
  916.  
  917. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  918.    " File List Messages "~1DMK~
  919.  
  920. Related Procedure
  921.    " Renaming Files and Directories "~I136~
  922.  
  923. To get Help on a dialog box option, select it and press F1.@@
  924.  
  925. !1DRT!!2DRT!!YDRT!@
  926. New Name Box
  927.  
  928. Type a new name for the selected file or directory. You can include as many as 8 characters in the name. You can follow the name with a period and an extension of up to three characters.
  929.  
  930. If you selected more than one file or directory, rename the first one, choose the OK button, rename the second one, and continue until you have renamed all of them.@@
  931.  
  932. !1MCL!!2MCL!!YMCL!@
  933. Change Attributes Command
  934.  
  935. Displays the attributes assigned to a file. Attributes include Hidden, System, Archive, and Read-Only. You can choose this command to assign or remove attributes.
  936.  
  937. Related Procedure
  938.    "  Changing File Attributes "~I107~@@
  939.  
  940. !1D4S!!2D4S!!YD4S!@
  941. Change Attributes Dialog Box
  942.  
  943. In this dialog box, an arrow indicates attributes currently assigned to the selected file. Use the UP ARROW and DOWN ARROW keys to select the attributes you want, and press the SPACEBAR to assign them, or remove them from the file. You can also use the mouse.
  944.  
  945. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  946.    " File List Messages "~1DMK~
  947.  
  948. Related Procedure
  949.    " Changing File Attributes "~I107~
  950.  
  951. To get Help on a dialog box option, select it and press F1.@@
  952.  
  953. !1D4W!!2D4W!!YD4W!@
  954. File Attributes
  955.  
  956. An arrow next to an attribute means it is assigned to the file. Use the UP ARROW and DOWN ARROW keys to select the attributes you want, and press the SPACEBAR to assign them or remove them from the file.
  957.  
  958. Set this attribute       To
  959. ------------------       --
  960. Hidden                   Prevent a file from appearing in
  961.                          lists on your screen. 
  962.  
  963. System                   Mark a file as an MS-DOS system
  964.                          file and prevent it from appearing
  965.                          in lists on your screen.
  966.  
  967. Archive                  Mark a file that has been changed
  968.                          since it was backed up.
  969.  
  970. Read-Only                Prevent a file from being changed.
  971.  
  972.  
  973. Clear this attribute     To
  974. --------------------     --
  975. Hidden                   Allow the file to appear in lists
  976.                          on your screen.
  977.  
  978. System                   Mark a system file as a regular
  979.                          file so it will appear in lists.
  980.  
  981. Archive                  Stop archiving a file.
  982.  
  983. Read-Only                Change a file.
  984.  
  985. You can display hidden and system files without changing the files' attributes by using the File Display Options command on the Options menu.@@
  986.  
  987. !1DES!!2DES!!YDES!@
  988. Change Attributes Dialog Box
  989.  
  990. Select the first option to change the attributes of each selected file one at a time; select the second option to change the attributes of all files at once.@@
  991.  
  992. !1MCN!!2MCN!!YMCN!@
  993. Create Directory Command
  994.  
  995. Creates a new directory on the current drive. If a directory is selected, this command creates a subdirectory within that directory.
  996.  
  997. Related Procedure
  998.    " Creating Directories "~I115~@@
  999.  
  1000. !1DGT!!2DGT!!YDGT!@
  1001. New Directory Name Box
  1002.  
  1003. Type the name you want to give the new directory.@@
  1004.  
  1005. !1DGS!!2DGS!!YDGS!@
  1006. Create Directory Dialog Box
  1007.  
  1008. In this dialog box, type the name of the directory you want to create. The new directory will be a subdirectory of the parent directory listed under Parent Name.
  1009.  
  1010. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  1011.    " File List Messages "~1DMK~
  1012.  
  1013. Related Procedure
  1014.    " Creating Directories "~I115~
  1015.  
  1016. To get Help on a dialog box option, select it and press F1.@@
  1017.  
  1018.  
  1019. !1MCP!!2MCP!!YMCP!@
  1020. Select All Command
  1021.  
  1022. Selects all files in the currently selected directory.
  1023.  
  1024. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  1025.    " File List Messages "~1DMK~
  1026.  
  1027. Related Procedure
  1028.    " Selecting All Files in a Directory "~I141~@@
  1029.  
  1030. !1MDA!!2MDA!!YMDA!@
  1031. Deselect All Command
  1032.  
  1033. Cancels all selections except one in the currently selected directory.
  1034.  
  1035. MS-DOS Shell displays error messages in the dialog box. To get Help on these messages, see 
  1036.    " File List Messages "~1DMK~
  1037.  
  1038. Related Procedure
  1039.    " Selecting All Files in a Directory "~I141~@@
  1040.  
  1041. !PMAJ!!1MAJ!!1MDC!!2MDC!!YMDC!@
  1042. Exit Command
  1043.  
  1044. Quits MS-DOS Shell and displays the MS-DOS command prompt.@@
  1045.  
  1046. !PMHE!!1MHE!!1MHI!!2MHI!!YMHI!@
  1047. Options Menu
  1048.  
  1049. You can use the commands on the Options menu to view and change options associated with files and groups. Commands are also provided for using the MS-DOS Shell task-swapping feature and for changing screen colors and modes used to display MS-DOS Shell.
  1050. --@@
  1051.  
  1052. !PMAK!!1MAK!!1MDD!!2MDD!!YMDD!@
  1053. Confirmation Command
  1054.  
  1055. Specifies whether MS-DOS Shell should prompt you for confirmation before deleting files and replacing files with duplicate names. The command also applies to mouse actions that involve moving and copying files.
  1056.  
  1057. Related Procedures
  1058.    " Deleting Files and Directories "~I117~
  1059.    " Copying Files "~I113~
  1060.    " Moving Files "~I129~@@
  1061.  
  1062. !PDNS!!1DNS!!2DNS!!YDNS!@
  1063. Confirmation Dialog Box
  1064.  
  1065. In this dialog box, you can specify whether MS-DOS Shell should prompt you for confirmation before a file is deleted or replaced, or when you are performing mouse actions that involve copying or moving files.
  1066.  
  1067. Related Procedures
  1068.    " Deleting Files and Directories "~I117~
  1069.    " Copying Files "~I113~
  1070.    " Moving Files "~I129~
  1071.  
  1072. To get Help on a dialog box option, select it and press F1.@@
  1073.  
  1074. !PDNT!!1DNT!!2DNT!!YDNT!@
  1075. Confirm on Delete Check Box
  1076.  
  1077. Select this check box to receive a message before you delete a file or directory.@@
  1078.  
  1079. !PDNU!!1DNU!!2DNU!!YDNU!@
  1080. Confirm on Replace Check Box
  1081.  
  1082. Select this check box to receive a message before you replace a file in the same directory by moving or copying.@@
  1083.  
  1084. !PDNV!!1DNV!!2DNV!!YDNV!@
  1085. Confirm on Mouse Operation Check Box
  1086.  
  1087. Select this check box to receive a message when you perform a mouse action that involves moving or copying a file.@@
  1088.  
  1089. !PMAL!!1MAL!!1MDE!!2MDE!!YMDE!@
  1090. File Display Options Command
  1091.  
  1092. Lists files in sequence by name, extension, date, size, or order on the disk. Also controls the display of hidden and system files.
  1093.  
  1094. Related Procedure
  1095.    " Changing the File Display Order "~I132~@@
  1096.  
  1097. !PDLS!!1DLS!!2DLS!!YDLS!@
  1098. File Display Options Dialog Box
  1099.  
  1100. In this dialog box, you can change the order in which files are listed. You can list files by name, extension, date, size, or order on the disk. You can also specify whether you want to display files with hidden or system file attributes.
  1101.  
  1102. Related Procedure
  1103.    " Changing the File Display Order "~I132~
  1104.  
  1105. To get Help on a dialog box option, select it and press F1.@@
  1106.  
  1107. !PDLT!!1DLT!!2DLT!!YDLT!@
  1108. Name Box
  1109.  
  1110. Specify the type of file you want MS-DOS to list by typing an extension. You can use MS-DOS naming conventions, including wildcards (* and ?).@@
  1111.  
  1112. !PDLU!!1DLU!!2DLU!!YDLU!@
  1113. Display Hidden/System Files Check Box
  1114.  
  1115. Select this check box to display hidden and system files without changing their attributes.@@
  1116.  
  1117. !PDLV!!1DLV!!2DLV!!YDLV!@
  1118. Descending Order Check Box
  1119.  
  1120. Select this check box to use reverse alphabetical order, Z to A, to sort by filename and extension. If sorting by date, the Descending Order option displays the most recently modified file first. @@
  1121.  
  1122. !PDLW!!1DLW!!2DLW!!YDLW!@
  1123. Sort By Name Option
  1124.  
  1125. Select this option to sort by filename, in alphabetical order from A to Z.@@
  1126.  
  1127. !PDLX!!1DLX!!2DLX!!YDLX!@
  1128. Sort By Extension Option
  1129.  
  1130. Select this option to sort first by the filename extension (for example, .TXT), and then by filename, in alphabetical order, from A to Z.@@
  1131.  
  1132. !PDLY!!1DLY!!2DLY!!YDLY!@
  1133. Sort By Date Option
  1134.  
  1135. Select this option to sort files by the date they were last modified, starting with the oldest file.@@
  1136.  
  1137. !PDLZ!!1DLZ!!2DLZ!!YDLZ!@
  1138. Sort By Size Option
  1139.  
  1140. Select this option to sort by the file size, from the smallest to the largest.@@
  1141.  
  1142. !PDL[!!1DL[!!2DL[!!YDL[!@
  1143. Sort By DiskOrder Option
  1144.  
  1145. Select this option to sort by the order of the files on the disk.@@
  1146.  
  1147. !PMAM!!1MAM!!1MDF!!2MDF!!YMDF!@
  1148. Select Across Directories Command
  1149.  
  1150. Controls whether or not you can select files in more than one directory. A mark next to the command name indicates that the command is active.
  1151.  
  1152. Related Procedure
  1153.    " Selecting Files Across Directories "~I140~@@
  1154.  
  1155. !PMDG!!1MDG!!2MDG!!YMDG!!PMAN!@
  1156. Show Information Command
  1157.  
  1158. Displays information on the selected file or files, the directory, and the disk.
  1159.  
  1160. Related Procedure
  1161.    " Viewing File, Directory, and Drive Information "~I120~@@
  1162.  
  1163. !PDYR!!1DYR!! !2DYR!!YDYR!@
  1164. Show Information Dialog Box
  1165.  
  1166. This dialog box displays information on the currently selected disk and its directories and files.@@
  1167.  
  1168. !PMAO!!1MAO!!1MDH!!2MDH!!YMDH!@
  1169. Enable Task Swapper Command
  1170.  
  1171. Turns on or off task swapping and displays the Active Task List to the right of the program list. With task swapping on, you can have more than one program open at a time and switch back and forth between programs. A mark next to the command indicates that task swapping is on.
  1172.  
  1173. Related Procedures
  1174.    " Using Task Swapping and the Active Task List "~I152~
  1175.    " Switching Between Programs "~I148~@@
  1176.  
  1177. !PMAP!!1MAP!!1MDI!!2MDI!!YMDI!@
  1178. Display Command
  1179.  
  1180. Changes the screen mode and resolution used to display MS-DOS Shell.
  1181.  
  1182. Related Procedure
  1183.    " Changing the Screen Display "~I154~@@
  1184.  
  1185. !PDXT!!1DXT!!2DXT!!YDXT!@
  1186. Screen Display Mode
  1187.  
  1188. This dialog box displays the screen mode options available to you, based on information from the video driver and your hardware. Select the screen mode you want to use to display MS-DOS Shell, and then choose the OK button. To see a display mode before you choose it, select it and choose the Preview button.
  1189.  
  1190. Related Procedure
  1191.    " Changing the Screen Display "~I154~@@
  1192.  
  1193. !PDXR!!PDWR!!1DXR!!1DWR!!2DXR!!2DWR!!YDXR!!YDWR!@
  1194. Preview Button
  1195.  
  1196. Temporarily redraws the screen in the display mode or color scheme you selected. You can preview as many options as you like. Choose the OK button to confirm your selection, or the Cancel button to close the dialog box without making a change.@@
  1197.  
  1198. !PMDJ!!1MDJ!!2MDJ!!YMDJ!!PMBA!@
  1199. Colors Command
  1200.  
  1201. Changes the color scheme used for MS-DOS Shell.
  1202.  
  1203. Related Procedure
  1204.    " Changing Colors "~I106~@@
  1205.  
  1206. !PDWQ!!1DWQ!!2DWQ!!YDWQ!@
  1207. Color Scheme Dialog Box
  1208.  
  1209. In this dialog box, select the color scheme you want for MS-DOS Shell and then choose the OK button.
  1210.  
  1211. You can see a color scheme before you choose it by choosing the Preview button.
  1212.  
  1213. Related Procedure
  1214.    " Changing Colors "~I106~
  1215.  
  1216. To get Help on a dialog box option, select it and press F1.
  1217.  
  1218. !PDWT!!1DWT!!2DWT!!YDWT!@
  1219. Color Scheme Option
  1220.  
  1221. You can change colors or return to the default setting by selecting one of the color schemes provided in this list and then choosing the OK button. You can see a color scheme before you choose it by choosing the Preview button.
  1222.  
  1223. Related Procedure
  1224.    " Changing Colors "~I106~@@
  1225.  
  1226. !PMHF!!1MHF!!1MHJ!!2MHJ!!YMHJ!@
  1227. View Menu
  1228.  
  1229. You can use the commands on this menu to display a single file list, two file lists, or information on files in the current directory.
  1230.  
  1231. You can also display a list of groups and program items and a list of files and directories at the same time.@@
  1232.  
  1233. !PMBB!!1MBB!!1MDK!!2MDK!!YMDK!@
  1234. Single File List Command
  1235.  
  1236. Displays a single directory tree and file list for the current drive.
  1237.  
  1238. Related Procedure
  1239.    " Displaying a List of Files in a Directory "~I119~@@
  1240.  
  1241. !PMBC!!1MBC!!1MDL!!2MDL!!YMDL!@
  1242. Dual File Lists Command
  1243.  
  1244. Displays two directory trees and file lists for the selected drive(s) in the file list.
  1245.  
  1246. Related Procedure
  1247.    " Displaying Two File Lists "~I121~@@
  1248.  
  1249. !PMBD!!1MBD!!1MDM!!2MDM!!YMDM!@
  1250. All Files Command
  1251.  
  1252. Lists every file on the current drive, as well as information about the drive, its directories, and its files.
  1253.  
  1254. Related Procedure
  1255.    " Displaying a List of All Files "~I118~@@
  1256.  
  1257. !PMBE!!1MBE!!1MDN!!2MDN!!YMDN!@
  1258. Program/File Lists Command
  1259.  
  1260. Displays a list of directories and files and a list of groups and programs.
  1261.  
  1262. Related Procedure
  1263.    " Viewing the File List and the Program List "~I125~@@
  1264.  
  1265. !PMBF!!1MBF!!1MDO!!2MDO!!YMDO!@
  1266. Program List Command
  1267.  
  1268. Displays a list of groups and program items in the current group.
  1269.  
  1270. Related Procedure
  1271.    " Opening Program Groups "~I123~@@
  1272.  
  1273. !PMBH!!1MBH!!1MEA!!2MEA!!YMEA!!VMFA!@
  1274. Repaint Screen Command
  1275.  
  1276. Redraws the screen. The Repaint Screen command does not update the list of files; if you want to update the lists to show changes, use the Refresh command.@@
  1277.  
  1278. !1MEB!!2MEB!!YMEB!@
  1279. Refresh Command
  1280.  
  1281. MS-DOS Shell rereads the disk and updates the lists to show changes such as deleted or restored files.@@
  1282.  
  1283. !1MHK!!2MHK!!YMHK!@
  1284. Tree Menu
  1285.  
  1286. You can use the commands on this menu to display or hide subdirectories in the Directory Tree.@@
  1287.  
  1288. !1MEC!!2MEC!!YMEC!@
  1289. Expand One Level Command
  1290.  
  1291. Displays the next level of subdirectories for the selected directory in the Directory Tree.
  1292.  
  1293. Related Procedure
  1294.    " Expanding Directories "~I127~@@
  1295.  
  1296. !1MED!!2MED!!YMED!@
  1297. Expand Branch Command
  1298.  
  1299. Displays all levels of subdirectories in the selected directory in the Directory Tree.
  1300.  
  1301. Related Procedure
  1302.    " Expanding Directories "~I127~@@
  1303.  
  1304. !1MEE!!2MEE!!YMEE!@
  1305. Expand All Command
  1306.  
  1307. Displays all subdirectories in all directories in the Directory Tree.
  1308.  
  1309. Related Procedure
  1310.    " Expanding Directories "~I127~@@
  1311.  
  1312. !1MEF!!2MEF!!YMEF!@
  1313. Collapse Branch Command
  1314.  
  1315. Hides all currently displayed subdirectories in the selected directory in the Directory Tree.
  1316.  
  1317. Related Procedure
  1318.    " Collapsing Directories "~I112~@@
  1319.  
  1320. --------------------- ERROR MESSAGE F1 HELP ---------------
  1321. The following are most of the F1 messages, although some messages may be placed near related F1 Help topics.
  1322. Also included is Help on common command buttons.
  1323.  
  1324. !I163!@
  1325. Copy and Move Messages
  1326.  
  1327. Following are several specific MS-DOS Shell messages you may receive when moving and copying files and advice about how to handle them.
  1328.  
  1329. Invalid Path
  1330. ------------
  1331. Make sure that you specified the correct path for the file or directory (including the correct drive letter). The path is the location of the file or directory in the directory tree. The entire path must not be longer than 66 characters. For more information about paths, see "MS-DOS Basics," in the User's Guide.
  1332.  
  1333. File or Drive Does Not Exist
  1334. ----------------------------
  1335. Check to be sure the drive, path, and filename are correct. Use the file list to make sure the file is on the disk in the specified drive. Try using the Refresh command on the View menu to update the file list.
  1336.  
  1337. You Have More than One File Selected
  1338. ------------------------------------
  1339. When you have more than one file selected that you want to copy or move, you must specify a destination directory -- not a file. Make sure you specified an existing directory and that its path is correct.
  1340.  
  1341. Access Denied
  1342. -------------
  1343. You may have tried using a file that you do not have access rights to. Check with your system administrator.@@
  1344.  
  1345. !1DMJ!!1DMK!!1DML!!1DMM!!1DMN!!1DMO!!1DMP!!1DMQ!!1DMR!!1DMS!!1DMT!!1DMU!!1DMV!!1DMW!!1DMX!!1DMZ!!2DMJ!!2DMK!!2DML!!2DMM!!2DMN!!2DMO!!2DMP!!2DMQ!!2DMR!!2DMS!!2DMT!!2DMU!!2DMV!!2DMW!!2DMX!!2DMZ!!YDMJ!!YDMK!!YDML!!YDMM!!YDMN!!YDMO!!YDMP!!YDMQ!!YDMR!!YDMS!!YDMT!!YDMU!!YDMV!!YDMW!!YDMX!!2DMN!@
  1346. File List Messages
  1347.  
  1348. Following are several specific MS-DOS Shell messages you may receive and advice about how to handle them.
  1349.  
  1350. The File Doesn't Exist
  1351. ----------------------
  1352. Make sure you specified the correct path and filename.
  1353.  
  1354. Access Denied or Invalid Path
  1355. -----------------------------
  1356. You may have tried one of the following:
  1357.  
  1358.    * Specifying an incorrect path. Make sure that you    
  1359.      specified the correct path for the file or directory
  1360.      (including the correct drive letter). The path is the
  1361.      location of the file or directory in the directory
  1362.      tree.
  1363.  
  1364.    * Renaming a file or directory to one that already exists
  1365.      in the same directory.
  1366.  
  1367.    * Within a directory, creating a new directory with the
  1368.      same name as a directory that already exists.
  1369.  
  1370.    * Deleting a directory that contains files. First you
  1371.      must delete or move the files.
  1372.  
  1373.    * Deleting a write-protected or read-only file. Try
  1374.      changing the file's attributes by using the Change
  1375.      Attributes command on the File menu.
  1376.  
  1377.    * Trying to perform operations on a write-protected disk.
  1378.      Remove the write-protection from the disk.
  1379.  
  1380.    * Using a file that you do not have access rights to.
  1381.      Check with your system administrator.
  1382.  
  1383.    * Creating a directory with a path that's too long.
  1384.      MS-DOS recognizes paths up to 66 characters (including
  1385.      the drive and colon [:]). Try specifying a shorter path
  1386.      for the directory.
  1387.  
  1388. For more information about paths, see "MS-DOS Basics" in the User's Guide.
  1389.  
  1390. That is the Wrong Floppy Disk
  1391. -----------------------------
  1392. Be sure you inserted the correct disk in the drive. When you insert the correct disk, MS-DOS Shell will continue with the operation.
  1393.  
  1394. That Drive Doesn't Exist
  1395. ------------------------
  1396. Make sure you specified the correct drive letter. If you are using a network, make sure you are connected to it. Try using the Refresh command on the View menu to reread the drives.
  1397.  
  1398. Drive Not Ready
  1399. ---------------
  1400. Check the drive to be sure of the following:
  1401.  
  1402.   * A disk is in the drive.
  1403.  
  1404.   * The drive door is closed.
  1405.  
  1406.   * The disk is properly inserted in the drive.
  1407.  
  1408.   * The disk is formatted.
  1409.  
  1410. Unrecognized Disk Error
  1411. -----------------------
  1412. If you're using a floppy disk, check to be sure that you've inserted the correct disk in the drive, that it is inserted properly, and that the drive door is closed.
  1413.  
  1414. Check to see that the disk and the drive are compatible. For example, you may be putting a high-density disk into a drive that only accepts low-density disks.
  1415.  
  1416. The disk may contain bad sectors. You can use the CHKDSK command at the command prompt to see if there are bad sectors on the disk.
  1417.  
  1418. Error Reading File
  1419. ------------------
  1420. Make sure the file exists on the specified drive.
  1421.  
  1422. Error Writing to the Destination File
  1423. -------------------------------------
  1424. Make sure you inserted the correct disk in the drive. Or, it could be that the disk is damaged.
  1425.  
  1426. The File is in Use by Someone Else
  1427. ----------------------------------
  1428. You tried to use a file on a network that someone else is using. To use the file, you must wait until it is available.
  1429.  
  1430. Take the Write-Protection off the Disk
  1431. ---------------------------------------
  1432. The disk you are trying to use may have write-protection. This prevents data from being written to the disk. Remove the write-protection, or use a different disk without write-protection.
  1433.  
  1434. Error creating a temporary file on a drive
  1435. ------------------------------------------
  1436. MS-DOS Shell cannot find the TEMP or TMP variable and you have tried to start a program from a write-protected disk. Temporary files cannot be created. You can either remove the write-protection from the disk, or set the TEMP or TMP variable in the AUTOEXEC.BAT file.
  1437.  
  1438. For more information about setting these variables, see
  1439.    "Setting the TEMP or TMP Variable"~I167~
  1440.  
  1441. Unrecognized Error
  1442. ------------------
  1443. Retry the operation. If you still get a message, quit MS-DOS Shell and start it again, and then retry the procedure.
  1444.  
  1445. Related Procedures
  1446.    " Changing File Attributes "~I107~
  1447.    " Copying Files "~I113~
  1448.    " Expanding Directories "~I127~
  1449.    " Updating the Lists "~I161~@@
  1450.  
  1451. !I167!@
  1452. Setting the TEMP or TMP Variable
  1453.  
  1454. In the process of starting and quitting programs and MS-DOS Shell, temporary batch files are created and stored in a directory specified in the TEMP or TMP variables in your AUTOEXEC.BAT file.
  1455.  
  1456. You may have to reset the TEMP or TMP variable if:
  1457.  
  1458.   * The disk you want to restore deleted files from is full.
  1459.     The temporary files may overwrite deleted files you want
  1460.     to restore.
  1461.  
  1462.   * You started MS-DOS Shell from a write-protected disk.
  1463.     You will not be able to start the program.
  1464.  
  1465. When you start a program, MS-DOS Shell first looks for the directory specified in the TEMP variable and then in the TMP variable. If it can't find the directories, MS-DOS Shell will use the directory and drive where the running MS-DOS Shell is stored. If MS-DOS Shell can't create the temporary batch file in any of these directories, it displays the message "Error creating a temporary file to a drive."
  1466.  
  1467. The problem may be that you are running MS-DOS Shell from a write-protected disk.
  1468.  
  1469. You can try the following:
  1470.  
  1471.   * Remove the write-protection from the disks.
  1472.  
  1473.   * Set the TEMP or TMP variable to a directory on a
  1474.     disk that isn't write-protected.
  1475.  
  1476. NOTE: It's best to set the variable to a directory on the RAM drive. If the RAM drive doesn't have enough memory, specify a different directory.
  1477.  
  1478.  
  1479. To set the TEMP and TMP variables:
  1480.  
  1481. 1. Quit MS-DOS Shell.
  1482.  
  1483. 2. Choose or create a directory for the temporary files -- 
  1484.    for example, c:\temp; or if d: is your RAM drive, you
  1485.    could specify d:\. 
  1486.  
  1487. 3. At the MS-DOS command prompt, use the set command to set
  1488.    each variable.
  1489.  
  1490.    To set this variable    Type
  1491.    --------------------    ----
  1492.    TEMP                    set TEMP=drive:\directory
  1493.    TMP                     set TMP=drive:\directory
  1494.  
  1495.    Specify the directory that you chose or created in Step
  1496.    2.
  1497.  
  1498.    NOTE: The TEMP and TMP variable can specify the same 
  1499.    or a different directory.
  1500.  
  1501.    NOTE: It's recommended that you set both variables 
  1502.    now so that no matter which program you will be using,
  1503.    the variable it uses will be set correctly.
  1504.  
  1505. 4. Press ENTER.
  1506.  
  1507. 5. Start MS-DOS Shell.@@
  1508.  
  1509.  
  1510. !1DME!!2DME!!YDME!@
  1511. File Cannot Be Copied to Itself Message
  1512.  
  1513. You may have tried to copy a file to itself. You can either copy the file to a different directory or specify a different filename.
  1514.  
  1515. Related Procedure
  1516.    " Copying Files "~I113~@@
  1517.  
  1518. !1DMG!!2DMG!!YMDG!@
  1519. The Disk is Full Message
  1520.  
  1521. There may not be enough disk space to copy the file(s) listed in the dialog box. If you are copying more than one file, you can choose to continue copying the files that will fit on the disk. You can copy the remaining files after you insert another disk or delete a file or files to make room.@@
  1522.  
  1523. !1DMI!!2DMI! YDMI!@
  1524. File Empty Message
  1525.  
  1526. The file you selected to view contains no information.@@
  1527.  
  1528. !1DMY!!2DMY!!YDMY!@
  1529. Printer Messages
  1530.  
  1531. If the printer is busy or the printer queue is full, MS-DOS Shell displays a message for each file not printed. You can try printing the file again, skip printing the file and continue printing the rest of the files, or cancel printing.@@
  1532.  
  1533.  
  1534.  
  1535. !1DIQ!!YD1Q!!2D1Q!!PDIQ!@
  1536. Drive Not Ready Message
  1537.  
  1538. Check the drive to be sure of the following:
  1539.  
  1540.   * A disk is in the drive.
  1541.  
  1542.   * The drive door is closed.
  1543.  
  1544.   * The disk is properly inserted in the drive.
  1545.  
  1546.   * The disk is formatted.@@
  1547.  
  1548. !1DIS!!YDIS!!2DIS!!PDIS!@
  1549. Critical Error Message
  1550.  
  1551. Try the following:
  1552.  
  1553. Retry the Operation
  1554. -------------------
  1555. If you received a General Failure error, retry the operation. If this doesn't work, continue reading.
  1556.  
  1557. Check Your Network Connection
  1558. -----------------------------
  1559. If you're using a network connection, check to be sure you are still connected and it is working.
  1560.  
  1561. For all other messages, continue reading:
  1562.  
  1563. Check the Floppy Disk
  1564. ---------------------
  1565. If you're using a floppy disk, check to be sure that you've inserted the correct disk in the drive, that it is inserted properly, and that the drive door is closed.
  1566.  
  1567. Check the Formatting
  1568. --------------------
  1569. The disk may be damaged, or the disk and the drive may be incompatible. For example, you may be putting a high-density disk into a drive that only accepts low-density disks.
  1570.  
  1571. Check the Drive
  1572. ---------------
  1573. You may have a problem with your hard drive. Make sure it is properly connected. Consult your hardware documentation for more trouble-shooting advice.@@
  1574.  
  1575.  
  1576. !O!!C!!1DUS!!2DUS!!YDUS!!1DVT!!2DVT!!YDVT!@
  1577. Command Buttons
  1578.  
  1579. Following are several command buttons that may appear in dialog boxes.
  1580.  
  1581. OK Button
  1582. ---------
  1583. Choose the OK button to carry out the command or operation specified in this dialog box.
  1584.  
  1585. Yes Button
  1586. ----------
  1587. Choose the Yes button if you want to continue carrying out the command or operation as specified.
  1588.  
  1589. Cancel Button
  1590. -------------
  1591. Choose the Cancel button to cancel the command or operation specified in this dialog box. Choosing the Cancel button closes the dialog box.
  1592.  
  1593. No Button
  1594. ---------
  1595. Choose the No button if you do not want the command or operation carried out as specified.
  1596.  
  1597. Close Button
  1598. ------------
  1599. Closes the dialog box or exits Help.
  1600.  
  1601. Related Procedure
  1602.    " Choosing Command Buttons "~I109~@@
  1603.  
  1604. MS-DOS SHELL HELP PROCEDURES, MS-DOS 5.0
  1605.  
  1606. !I100!@
  1607. Adding and Changing Program Groups
  1608.  
  1609. A "group" is a name given to a collection of program items. You can add a new group to another program group in the program list. Once you've added a group, you can add other program items and groups to it.
  1610.  
  1611. To add a new group:
  1612.  
  1613. 1. Open the group to which you want to add a group.
  1614. 2. From the File menu, choose New.
  1615.    The New Program Object dialog box appears.
  1616. 3. Select the Program Group option button and choose the OK
  1617.    button.
  1618.    The Add Group dialog box appears.
  1619. 4. Type a name for the new group (up to 23 characters).
  1620. 5. If you want, type a Help message and password for the
  1621.    group.
  1622. 6. Choose the OK button.
  1623.    The name of the group appears in the program list. In
  1624.    graphics mode, a group icon appears next to it; in text
  1625.    mode, it appears in brackets.
  1626.  
  1627.  
  1628. You can change properties or assign additional properties
  1629. for all groups except the Main group.
  1630.  
  1631. To change the properties of a group:
  1632.  
  1633. 1. Select the group name using the arrow keys or
  1634.    a mouse.
  1635. 2. From the File menu, choose Properties.
  1636.    The Program Group Properties dialog box appears.
  1637. 3. If you want, change the title.
  1638. 4. If you want, add or change the Help text and a password.
  1639. 5. Choose the OK button.
  1640.  
  1641. Related Topic
  1642.    " Program Groups and Program Items "~$140~
  1643.  
  1644. Related Procedures
  1645.    " Opening Program Groups "~I123~
  1646.    " Adding Program Items to Program Groups "~I102~@@
  1647.  
  1648. !I102!@
  1649. Adding Program Items to Program Groups
  1650.  
  1651. In the program list, you can add a program item to a group. A program item contains startup information about a program file. When you choose the program item, MS-DOS Shell starts the program according to your instructions.
  1652.  
  1653. NOTE: A program item is not the program file itself. If you add a program item, you add only the program list's startup instructions for that program. The program itself remains in its directory on your hard drive.
  1654.  
  1655. To add a program item:
  1656.  
  1657. 1. Open the group you want to add a new item to.
  1658. 2. From the File menu, choose New.
  1659.    The New Program Object dialog box appears.
  1660. 3. Select the Program Item option button and choose the 
  1661.    OK button.
  1662.    The Add Program dialog box appears.
  1663. 4. Type a name for the program item (up to 23 characters).
  1664. 5. In the Commands box, type the name of the program file
  1665.    that runs the program, along with any additional switches
  1666.    or parameters.
  1667. 6. If you want, specify a startup directory, application
  1668.    shortcut key, password, or advanced properties for this
  1669.    item.
  1670. 7. Choose the OK button.
  1671.  
  1672.  
  1673. To specify a shortcut key combination in the Application Shortcut Key box:
  1674.  
  1675. 1. Select the Application Shortcut Key box.
  1676. 2. Press and hold down one of the following keys: SHIFT,
  1677.    CTRL, or ALT, and then type a letter. 
  1678.    MS-DOS Shell displays the keys you pressed. If [none]
  1679.    appears in the text box, the shortcut key combination you
  1680.    entered is unavailable. Try another combination.
  1681.  
  1682. For example, if you want to use SHIFT+W to move to Microsoft Word, you would press SHIFT and then type w. MS-DOS Shell would display SHIFT+W in the text box and next to the program title in the Active Task List.
  1683.  
  1684. NOTE: Some key combinations are not available. Do not use the following key combinations:
  1685.  
  1686. CTRL+C
  1687. CTRL+M
  1688. CTRL+I
  1689. CTRL+H
  1690. CTRL+[
  1691. CTRL+5 (on the keypad)
  1692. SHIFT+CTRL+M
  1693. SHIFT+CTRL+I
  1694. SHIFT+CTRL+H
  1695. SHIFT+CTRL+[
  1696. SHIFT+CTRL+5 (on the keypad)
  1697.  
  1698. Related Topic
  1699.    " Program Groups and Program Items "~$140~
  1700.  
  1701. Related Procedures
  1702.    " Opening Program Groups "~I123~
  1703.    " Displaying the File List and the Program List "~I125~
  1704.    " Starting Programs "~I147~@@
  1705.  
  1706. !I104!@
  1707. Changing Program Item Properties
  1708.  
  1709. You can change a program item's properties or assign additional properties after you've added the program item.
  1710.  
  1711. To change the properties of a program item:
  1712.  
  1713. 1. Open the group that contains the program item.
  1714. 2. Select the program item.
  1715. 3. From the File menu, choose Properties.
  1716.    The Program Item Properties dialog box appears.
  1717. 4. If you want, change the specified title and
  1718.    program file.
  1719. 5. If you want, change or specify any of these
  1720.    options: Startup Directory, Application Shortcut
  1721.    Key, Pause After Exit, or Password.
  1722. 6. To assign or change advanced properties, choose the
  1723.    Advanced button.
  1724.    The Advanced Properties dialog box appears.
  1725. 7. Specify the options you want, and choose the OK button to
  1726.    close the Advanced Properties dialog box.
  1727. 8. Choose the OK button.
  1728.  
  1729.  
  1730. To specify a shortcut key combination in the Application Shortcut Key box:
  1731.  
  1732. 1. Select the Application Shortcut Key box.
  1733. 2. Press and hold down one of the following keys: SHIFT,
  1734.    CTRL, or ALT, and then type a letter.
  1735.    MS-DOS Shell displays the keys you pressed. If [none]
  1736.    appears in the text box, the shortcut key combination you
  1737.    entered is unavailable. Try another combination.
  1738.  
  1739. For example, if you want to use SHIFT+W to move to Microsoft Word, you would press SHIFT and then type w. MS-DOS Shell would display SHIFT+W in the text box and next to the program title in the Active Task List.
  1740.  
  1741. NOTE: Some key combinations are not available. Do not use the following key combinations:
  1742.  
  1743. CTRL+C
  1744. CTRL+M
  1745. CTRL+I
  1746. CTRL+H
  1747. CTRL+[
  1748. CTRL+5 (on the keypad)
  1749. SHIFT+CTRL+M
  1750. SHIFT+CTRL+I
  1751. SHIFT+CTRL+H
  1752. SHIFT+CTRL+[
  1753. SHIFT+CTRL+5 (on the keypad)
  1754.  
  1755. Related Topic
  1756.    " Program Groups and Program Items "~$140~
  1757.  
  1758. Related Procedures
  1759.    " Opening Program Groups "~I123~
  1760.    " Displaying the File List and the Program List "~I125~
  1761.    " Starting Programs "~I147~@@
  1762.  
  1763. !I105!@
  1764. Associating Files with a Program
  1765.  
  1766. Any file in the file list can be linked with a program so that opening the file automatically starts the program. Files are associated by their filename extensions. For example, you could link files that have the .TXT extension with MS-DOS Editor so that when you open a .TXT file, MS-DOS Editor automatically starts and opens that file.
  1767.  
  1768. You can also associate files without extensions to a program file. Note that every file without an extension will be associated with the selected program file.
  1769.  
  1770. To associate a file with a program:
  1771.  
  1772. 1. Select the program file that you want to associate
  1773.    files with.
  1774. 2. From the File menu, choose Associate.
  1775.    The Associate File dialog box appears.
  1776. 3. Type the extensions of the files that you want to
  1777.    associate with the program, separating each
  1778.    extension with a space. To associate all files without
  1779.    an extension with a program file, type a period instead
  1780.    of an extension.
  1781. 4. Choose the OK button.
  1782.  
  1783. Or
  1784.  
  1785. 1. Select a file that has the extension you want.
  1786. 2. From the File menu, choose Associate.
  1787.    The Associate File dialog box appears.
  1788. 3. Type the path and program filename of the program you
  1789.    want to associate with that extension.
  1790. 4. Choose the OK button.
  1791.  
  1792. NOTE: When associating multiple extensions, you can type up to 79 characters in the dialog box. However, you can only associate an extension with one program at a time. For example, you can't associate the extension .TXT with two different text-editing programs at the same time.
  1793.  
  1794. Related Topic
  1795.    " Associated Files "~$123~
  1796.  
  1797. Related Procedure
  1798.    " Opening Files "~I131~@@
  1799.  
  1800. !I165!@
  1801. Backing Up Files
  1802.  
  1803. If you have numerous files to back up, you can use the MS Backup program item in the Disk Utilities group.
  1804.  
  1805. To back up files:
  1806.  
  1807. 1. From the Disk Utilities group, choose the MS Backup program item.
  1808. 2. Follow the instructions on your screen. If you need help while
  1809.    using MS Backup, press F1.
  1810. 3. When the backup is finished, press any key to return to
  1811.    MS-DOS Shell.
  1812.  
  1813.  
  1814. Related Topics
  1815.    " Program Groups and Program Items "~$140~
  1816.    " More on MS Backup "~$133~
  1817.  
  1818. Related Procedure
  1819.    " Restoring Backed Up Files "~I166~@@
  1820.  
  1821. !I106!@
  1822. Changing Colors
  1823.  
  1824. You can choose from a variety of color combinations for displaying the MS-DOS Shell window. The number of choices you have depends on the type of system you're using and how it is set up.
  1825.  
  1826. To change color schemes:
  1827.  
  1828. 1. From the Options menu, choose Colors.
  1829.    The Color Scheme dialog box appears.
  1830. 2. Select the scheme you want from the list.
  1831. 3. To see what the colors will look like, choose the Preview
  1832.    button.
  1833. 4. Choose the OK button to set the new color scheme.
  1834.  
  1835. Available color schemes are defined in the DOSSHELL.INI file. Advanced users can edit this file and define their own color schemes.@@
  1836.  
  1837. !I154!@
  1838. Changing the Screen Display
  1839.  
  1840. You can choose from several screen modes for displaying the MS-DOS Shell window. The quality of your screen resolution depends on the type of system you're using and how it is set up.
  1841.  
  1842. To change screen modes:
  1843.  
  1844. 1. From the Options menu, choose Display.
  1845.    The Screen Mode dialog box appears.
  1846. 2. Select the resolution you want from the list.
  1847. 3. To see what the screen mode looks like, choose the
  1848.    Preview button.
  1849. 4. Choose the OK button to set the new screen mode.@@
  1850.  
  1851. !I107!@
  1852. Changing File Attributes
  1853.  
  1854. Files have several MS-DOS file attributes assigned to them. These attributes are as follows:
  1855.  
  1856. This attribute   Does this
  1857. --------------   ---------
  1858. Hidden          Prevents a file from appearing on your
  1859.                 screen.
  1860.  
  1861. System          Identifies a file as a MS-DOS system file.
  1862.  
  1863. Archive         Indicates when a file has been modified.
  1864.  
  1865. Read-Only       Prevents a file from being modified.
  1866.  
  1867. You can change the attributes of files in the file list as needed.
  1868.  
  1869. You can display hidden and system files without changing the files' attributes by using the File Display Options command on the Options menu.
  1870.  
  1871. NOTE: If files appear in the list from other directories and you don't want to change their attributes, make sure Select Across Directories is turned off, and then try again.
  1872.  
  1873. To change the attributes of one file:
  1874.  
  1875. 1. Select the file whose attributes you want to change.
  1876. 2. From the File menu, choose Change Attributes.
  1877.    The Change Attributes dialog box appears.
  1878. 3. Select the appropriate attributes from the list
  1879.    by using the arrow keys and the SPACEBAR, or a mouse.
  1880.    Selected attributes have a mark next to them.
  1881. 4. Choose the OK button.
  1882.  
  1883.  
  1884. To change the attributes for more than one file:
  1885.  
  1886. 1. Select the files whose attributes you want to
  1887.    change.
  1888. 2. From the File menu, choose Change Attributes.
  1889.    A dialog box appears.
  1890. 3. Select the first option to change the attributes
  1891.    for each file selected one at a time; select the second
  1892.    option to change the attributes for all files at once.
  1893. 4. Choose the OK button.
  1894. 5. Select the appropriate attributes from the list
  1895.    by using the arrow keys and the SPACEBAR, or a mouse.
  1896.    Selected attributes have a mark next to them.
  1897. 6. Choose the OK button.
  1898.  
  1899. If you selected the first option, Change Selected Files One At A Time, you will need to repeat steps 5 and 6 until all the files you selected have been modified.@@
  1900.  
  1901. !I108!@
  1902. Changing Confirmation Messages
  1903.  
  1904. You can specify whether or not MS-DOS Shell will display confirmation messages when deleting or replacing files or when performing mouse actions that move or copy files.
  1905.  
  1906. The confirmation options are as follows:
  1907.  
  1908. This option                  Displays a message before
  1909. -----------                  -----------------------
  1910. Confirm on Delete            Deleting files
  1911.  
  1912. Confirm on Replace           Replacing files with other
  1913.                              files of the same name
  1914.  
  1915. Confirm on Mouse Operation   Copying or moving files by
  1916.                              using a mouse
  1917.  
  1918. To specify which messages you want to receive when performing file operations:
  1919.  
  1920. 1. From the Options menu, choose Confirmation.
  1921. 2. Select the options you want.
  1922. 3. Choose the OK button.@@
  1923.  
  1924. !I109!@
  1925. Choosing Command Buttons
  1926.  
  1927. Most dialog boxes have OK and Cancel command buttons. The OK button carries out the action specified in the dialog box. The Cancel button cancels the action and closes the dialog box. Other command buttons are labeled according to the action they take (for example, the Help button displays Help information for the dialog box).
  1928.  
  1929. To choose a command button by using a mouse:
  1930.  
  1931.  - Click the command button.
  1932.  
  1933.  
  1934. To choose a command button by using the keyboard:
  1935.  
  1936.  - Press TAB to move to the command button, and then
  1937.    press ENTER.
  1938.  
  1939. Unless a command button other than OK is selected, pressing ENTER has the same effect as choosing the OK button. Pressing ESC always has the same effect as choosing the Cancel button.
  1940.  
  1941. Related Topic
  1942.    " Dialog Boxes "~$105~
  1943.  
  1944. Related Procedure
  1945.    " Using Dialog Box Options "~I143~@@
  1946.  
  1947. !I110!@
  1948. Choosing Commands
  1949.  
  1950. You choose commands from menus in MS-DOS Shell.
  1951.  
  1952. To choose a command by using a mouse:
  1953.  
  1954. 1. Click the name of the menu that contains the command you
  1955.    want.
  1956. 2. Click the name of the command.
  1957.  
  1958.  
  1959. To choose a command by using access keys:
  1960.  
  1961. 1. Press ALT or F10 to select the menu bar at the top
  1962.    of your screen.
  1963. 2. Press the underscored letter that corresponds to the
  1964.    menu you want (for example, V for View).
  1965. 3. Press the underscored letter that corresponds to the
  1966.    command you want (for example, S for Single File
  1967.    List).
  1968.  
  1969.  
  1970. To choose a command by using the keyboard:
  1971.  
  1972. 1. Press ALT or F10 to select the menu bar at the
  1973.    top of your screen.
  1974. 2. Press the RIGHT ARROW or LEFT ARROW key to select the
  1975.    menu you want.
  1976. 3. Press the UP ARROW or DOWN ARROW key to select the
  1977.    command you want.
  1978. 4. Press ENTER to choose the command.
  1979.  
  1980. Related Topic
  1981.    " Menus and Commands "~$103~
  1982.  
  1983. Related Procedure
  1984.    " Working with a Mouse "~I150~@@
  1985.  
  1986. !I112!@
  1987. Collapsing Directories
  1988.  
  1989. You can collapse a directory you've expanded in the Directory Tree. Collapsing a directory hides its subdirectories.
  1990.  
  1991. To collapse a directory by using a mouse:
  1992.  
  1993.  - Click the minus sign (-) to the left of the
  1994.    directory name in the tree.
  1995.  
  1996.  
  1997. To collapse a directory by using the keyboard:
  1998.  
  1999. 1. Select the directory name in the tree.
  2000. 2. From the Tree menu, choose Collapse Branch, or
  2001.    press the MINUS SIGN key (-).
  2002.  
  2003. Related Topics
  2004.    " Directories "~$117~
  2005.    " Disk Drives "~$116~
  2006.  
  2007. Related Procedure
  2008.    " Expanding Directories "~I127~@@
  2009.  
  2010. !I113!@
  2011. Copying Files
  2012.  
  2013. In the file list, you can copy one or more files from one directory to another directory or to a disk. To display the source directory and the destination directory when you move files, use the Dual File Lists view.
  2014.  
  2015. NOTE: If you've used the Confirmation command to turn off confirmation messages when using mouse operations, you will not see the confirmation messages described in the procedures below.
  2016.  
  2017. NOTE: If files appear in the Copy File dialog box from other directories and you don't want to copy them, make sure Select Across Directories is turned off, and then try again.
  2018.  
  2019. To copy files from directory to another by using a mouse:
  2020.  
  2021. 1. Press and hold down CTRL and drag the file you want
  2022.    to copy onto the directory you want to copy to in the
  2023.    Directory Tree.
  2024.    The Confirm Mouse Operation dialog box appears.
  2025. 2. Choose the Yes button.
  2026.  
  2027.  
  2028. To copy files by using the keyboard:
  2029.  
  2030. 1. Select the file or files you want to copy.
  2031. 2. From the File menu, choose Copy, or press F8.
  2032.    The Copy File dialog box appears, listing each file you
  2033.    selected.
  2034. 3. In the To box, type the path of the destination 
  2035.    directory.
  2036. 4. Choose the OK button.
  2037.  
  2038. Related Procedures
  2039.    " Selecting Files "~I146~
  2040.    " Displaying Two File Lists "~I121~
  2041.  
  2042. For information on controlling the display of confirmation dialog boxes when copying files, see
  2043.    " Changing Confirmation Messages "~I108~@@
  2044.  
  2045. !I114!@
  2046. Copying Program Items
  2047.  
  2048. You can copy a program item in the program list from one group to another.
  2049.  
  2050. To copy a program item:
  2051.  
  2052. 1. Open the group that contains the item you want to copy.
  2053. 2. Select the item.
  2054. 3. From the File menu, choose Copy.
  2055. 4. Open the group you want to copy the item to.
  2056. 5. Press F2.
  2057.  
  2058. You can also duplicate a program item within a group. For example, you might want two instances of Microsoft Word with different documents loaded.
  2059.  
  2060. Related Topic
  2061.    " Program Groups and Program Items "~$140~
  2062.  
  2063. Related Procedure
  2064.    " Opening Program Groups "~I123~@@
  2065.  
  2066. !I115!@
  2067. Creating Directories
  2068.  
  2069. You create directories in the file list on the current drive, and in the current directory if one is selected. If a directory is selected, the new directory is added as a subdirectory. Otherwise, the directory is added to your root directory.
  2070.  
  2071. To create a new directory:
  2072.  
  2073. 1. Select the drive and (optionally) the directory where
  2074.    you want the new directory created.
  2075. 2. From the File menu, choose Create Directory.
  2076.    The Create Directory dialog box appears.
  2077. 3. Type the name of the new directory.
  2078. 4. Choose the OK button.
  2079.  
  2080. Related Topic
  2081.    " Directories "~$117~
  2082.  
  2083. Related Procedures
  2084.    " Selecting Directories "~I144~
  2085.    " Selecting Drives "~I145~@@
  2086.  
  2087. !I116!@
  2088. Deleting Program Items and Program Groups
  2089.  
  2090. When you delete a program item from a group, you remove its title and any properties associated with it. When you delete a group, you must first delete all of its program items.
  2091.  
  2092. NOTE: A program item is not the program file itself. If you delete a program item, you delete only the program list's startup instructions for that program. The program file remains on your hard drive and will appear in the file list.
  2093.  
  2094. To delete a program item:
  2095.  
  2096. 1. Open the group that contains the program item you
  2097.    want to delete.
  2098. 2. Select the item by using the arrow keys or a mouse.
  2099. 3. From the File menu, choose Delete (or press DEL).
  2100.    The Delete Item dialog box appears.
  2101. 4. Select the first option.
  2102. 5. Choose the OK button.
  2103.  
  2104.  
  2105. To delete a group:
  2106.  
  2107. 1. Select the group you want to delete.
  2108. 2. From the File menu, choose Delete (or press DEL).
  2109.    The Delete Item dialog box appears.
  2110. 3. Choose the OK button.
  2111.  
  2112. Related Topic
  2113.    " Program Groups and Program Items "~$140~
  2114.  
  2115. Related Procedure
  2116.    " Opening Program Groups "~I123~
  2117.  
  2118. For information on controlling the display of confirmation dialog boxes when deleting files, see
  2119.    " Changing Confirmation Messages "~I108~@@
  2120.  
  2121. !I117!@
  2122. Deleting Files and Directories
  2123.  
  2124. You can delete files and directories in the file list when you are finished with them. Once a file or directory is deleted, it is removed from the disk and can no longer be used.
  2125.  
  2126. CAUTION: If you accidentally delete a file that you wanted to keep, you may be able to restore it. You can restore a file with certainty only if no other files have been created or changed on the disk. For more information, see
  2127.    " Restoring Deleted Files "~I155~
  2128.  
  2129. NOTE: If you've used the Confirmation command to turn off confirmation messages when deleting files, you will not see all of the messages described in the procedures below.
  2130.  
  2131. To delete one file:
  2132.  
  2133. 1. Select the file you want to delete.
  2134. 2. From the File menu, choose Delete (or press DEL).
  2135.    The Delete File Confirmation dialog box will appear.
  2136. 3. Choose the Yes button.
  2137.  
  2138.  
  2139. To delete more than one file:
  2140.  
  2141. 1. Select the files you want to delete.
  2142. 2. From the File menu, choose Delete (or press DEL).
  2143.    A dialog box will appear listing each file you selected.
  2144. 3. Choose the OK button to continue deleting those files.
  2145.    Another confirmation dialog box will appear for each file
  2146.    you want to delete.
  2147. 4. Choose the Yes button to confirm each deletion.
  2148.  
  2149. NOTE: If files appear in the list from other directories and you don't want to delete them, make sure Select Across Directories is turned off, and then try again.
  2150.  
  2151.  
  2152. To delete a directory:
  2153.  
  2154. 1. Select the directory you want to delete.
  2155. 2. Be sure there are no files or subdirectories in the
  2156.    directory; if there are, delete or move them.
  2157. 3. From the File menu, choose Delete (or press DEL).
  2158.    The Delete Directory Confirmation dialog box will appear.
  2159. 4. Choose the Yes button.
  2160.  
  2161. Related Procedure
  2162.    " Selecting Files "~I146~
  2163.    " Selecting Files Across Directories "~I140~
  2164.  
  2165. For information on controlling the display of confirmation dialog boxes when deleting files, see
  2166.    " Changing Confirmation Messages "~I108~@@
  2167.  
  2168. !I118!@
  2169. Displaying a List of All Files
  2170.  
  2171. You can display a list of all files on a drive in the file list, including all system files. This list also contains additional information on the drive, its directories, and its files.
  2172.  
  2173. To display a list of all the files on a drive:
  2174.  
  2175. 1. Select the drive you want to view.
  2176. 2. From the View menu, choose All Files.
  2177.  
  2178. You can then select a different drive if you want to view its files.
  2179.  
  2180. Related Procedure
  2181.    " Selecting Drives "~I145~@@
  2182.  
  2183. !I119!@
  2184. Displaying a List of Files in a Directory
  2185.  
  2186. You can display a single list of files for a selected drive and directory in the file list. MS-DOS Shell displays the Directory Tree on the left side of the MS-DOS Shell window; on the right, it displays a list of files in the current directory.
  2187.  
  2188. To display a single list of files:
  2189.  
  2190. 1. From the View menu, choose Single File List.
  2191. 2. Select the drive that contains the directory
  2192.    you want.
  2193. 3. Select the directory that contains the files
  2194.    you want to list.
  2195.  
  2196. Related Topics
  2197.    " File List Overview "~1N~
  2198.    " File List and Program List "~$114~
  2199.  
  2200. Related Procedures
  2201.    " Selecting Drives "~I145~
  2202.    " Selecting Directories "~I144~@@
  2203.  
  2204. !I120!@
  2205. Viewing File, Directory, and Drive Information
  2206.  
  2207. You can display additional information about the current drive, directory, and files.
  2208.  
  2209. To display information on a drive and its directories and files:
  2210.  
  2211. 1. Select the drive, directory, and file(s) you want
  2212.    information on.
  2213. 2. From the Options menu, choose Show Information.
  2214. 3. When you're finished reviewing the information,
  2215.    choose the OK button.
  2216.  
  2217. Related Procedures
  2218.    " Selecting Drives "~I145~
  2219.    " Selecting Directories "~I144~
  2220.    " Selecting Files "~I146~@@
  2221.  
  2222. !I121!@
  2223. Displaying Two File Lists
  2224.  
  2225. You can display lists of files for two different directories at the same time in the file list.
  2226.  
  2227. To display two lists of files:
  2228.  
  2229. 1. From the View menu, choose Dual File Lists.
  2230. 2. For each list, select the drive that contains the
  2231.    directory you want (to move between lists, press TAB
  2232.    or use the mouse).
  2233. 3. Select the directory that contains the files you
  2234.    want displayed in each list.
  2235.  
  2236. Related Topic
  2237.    " File List and Program List "~$114~
  2238.  
  2239. Related Procedures
  2240.    " Selecting Directories "~I144~
  2241.    " Selecting Drives "~I145~@@
  2242.  
  2243. !I123!@
  2244. Opening Program Groups
  2245.  
  2246. You can display the contents of any group in the program list.
  2247.  
  2248. To open a group by using a mouse:
  2249.  
  2250.  - Double-click the group name.
  2251.  
  2252.  
  2253. To open a group by using the keyboard:
  2254.  
  2255. 1. Use the arrow keys to select the group you want to open.
  2256. 2. Press ENTER.
  2257.    The name of the group you selected appears in the title
  2258.    bar of the program list. The group's program items and
  2259.    groups are displayed.
  2260.  
  2261.  
  2262. You can display the contents of the group one level up (the group that contains the currently displayed items) for all groups except the Main group.
  2263.  
  2264. To display the contents of the group one level up:
  2265.  
  2266.  - Press ESC.
  2267.  
  2268. Related Topic
  2269.    " Program Groups and Program Items "~$140~@@
  2270.  
  2271. !I164!@
  2272. Formatting Floppy Disks
  2273.  
  2274. You can format disks by using the Format and Quick Format program items in the Disk Utilities group. Format looks for bad sectors on the disk; Quick Format doesn't.
  2275.  
  2276. To format a floppy disk:
  2277.  
  2278. 1. From the Disk Utilities group, choose the Format or Quick
  2279.    Format program items.
  2280.    A dialog box appears.
  2281. 2. To format drive A and use no switches, choose the OK
  2282.    button, or type the appropriate parameters and switches,
  2283.    in the Parameters box, and then choose the OK button.
  2284. 3. MS-DOS prompts you for a volume label for the disk. Type
  2285.    a name if you want to label the disk. If you don't want
  2286.    to label the disk, press ENTER.
  2287. 4. Press Y if you want to format another disk or press N if
  2288.    you want to return to MS-DOS Shell.
  2289.  
  2290. Related Topic
  2291.    " Program Groups and Program Items "~$140~
  2292.  
  2293. Related Topics
  2294.    " More on Format "~$135~
  2295.    " More on Quick Format "~$136~@@
  2296.  
  2297. !I124!@
  2298. Using the Command Prompt
  2299.  
  2300. There are several ways to use the command prompt without quitting MS-DOS Shell.
  2301.  
  2302.   * Press SHIFT+F9.
  2303.  
  2304.   * From the Main group, choose the Command Prompt program
  2305.     item.
  2306.  
  2307. You can also use a command line in the Run dialog box to run a program.
  2308.  
  2309. For more information on MS-DOS commands, type HELP at the command prompt.
  2310.  
  2311. Related Topic
  2312.    " How to Start Programs "~$121~@@
  2313.  
  2314. !I162!@
  2315. Displaying the Program List
  2316.  
  2317. You can display the program list that contains groups and program items. If task swapping is on, programs can be displayed in the Active Task List.
  2318.  
  2319. To display the program list:
  2320.  
  2321.  - From the View menu, choose Program List.
  2322.  
  2323. Related Topics
  2324.    " File List and Program List "~$114~
  2325.    " How to Use More than One Program "~$122~
  2326.    " Program Groups and Program Items "~$140~
  2327.    " Program List Overview "~I099~
  2328.  
  2329. Related Procedures
  2330.    " Displaying the File List and the Program List "~I125~
  2331.    " Using Task Swapping and the Active Task List "~I152~@@
  2332.  
  2333. !I125!@
  2334. Displaying the File List and the Program List
  2335.  
  2336. You can display the file list, the program list, or both lists at once.
  2337.  
  2338. To display the file list:
  2339.  
  2340.  - From the View menu, choose Single File List, Dual File
  2341.    Lists, or All Files.
  2342.  
  2343.  
  2344. To display the program list:
  2345.  
  2346.  - From the View menu, choose Program List.
  2347.  
  2348.  
  2349. To display both the program list and the file list at once:
  2350.  
  2351.  - From the View menu, choose Program/File Lists.
  2352.  
  2353. Related Topic
  2354.    " File List Overview "~1N~
  2355.    " File List and Program List "~$114~
  2356.    " Program List Overview "~I099~
  2357.  
  2358. Related Procedures
  2359.    " Displaying a List of All Files "~I118~
  2360.    " Displaying a List of Files in a Directory "~I119~
  2361.    " Displaying Two File Lists "~I121~@@
  2362.  
  2363. !I126!@
  2364. Quitting MS-DOS Shell
  2365.  
  2366. When you quit MS-DOS Shell, you remove it from memory. First you must quit any programs you have running in the Active Task List.
  2367.  
  2368. To quit MS-DOS Shell:
  2369.  
  2370.  - From the File menu, choose Exit.
  2371.  
  2372.  
  2373. To quit MS-DOS Shell when there are programs in the Active Task List:
  2374.  
  2375. 1. Switch to each program and quit it.
  2376.    MS-DOS Shell removes the program's name from the Active
  2377.    Task List.
  2378. 2. From the File menu, choose Exit.
  2379.  
  2380. Related Topic
  2381.    " How to Leave MS-DOS Shell "~$125~
  2382.  
  2383. For information on leaving MS-DOS Shell without quitting it, see
  2384.    " Leaving MS-DOS Shell "~I160~
  2385.    " Using the Command Prompt "~I124~@@
  2386.  
  2387. !I127!@
  2388. Expanding Directories
  2389.  
  2390. You can expand either selected directories or all directories in the Directory Tree, to see the subdirectories each contains.
  2391.  
  2392. To expand a directory one level by using a mouse:
  2393.  
  2394.  - Click the plus sign (+) to the left of the directory
  2395.    name.
  2396.  
  2397.  
  2398. To expand a directory one level by using the keyboard:
  2399.  
  2400. 1. Select the directory name by using the arrow keys.
  2401. 2. From the Tree menu, choose Expand One Level. You can
  2402.    also press the PLUS SIGN key (+).
  2403.  
  2404.  
  2405. To view all subdirectories under a directory:
  2406.  
  2407. 1. Select the directory name.
  2408. 2. From the Tree menu, choose Expand Branch, or press the
  2409.    ASTERISK key (*).
  2410.  
  2411.  
  2412. To view all subdirectories in the Directory Tree:
  2413.  
  2414.  - From the Tree menu, choose Expand All, or press
  2415.    CTRL+ASTERISK (*).
  2416.  
  2417. Related Topic
  2418.    " Directories "~$117~
  2419.  
  2420. Related Procedure
  2421.    " Collapsing Directories "~I112~@@
  2422.  
  2423. !I128!@
  2424. Selecting Windows
  2425.  
  2426. To work with a window such as the Directory Tree or the Active Task List, you must first select it. 
  2427.  
  2428. To select a window:
  2429.  
  2430.  - Press TAB or click the window you want.
  2431.  
  2432. Related Topic
  2433.    " Welcome to MS-DOS Shell "~$100~@@
  2434.  
  2435. !I129!@
  2436. Moving Files
  2437.  
  2438. In the file list, you can move one or more files from one directory to another directory. When you move a file, it is deleted from the source directory. If you prefer displaying  the source directory and the destination directory when you move files, use the Dual File Lists view.
  2439.  
  2440. NOTE: If files appear in the Move File dialog box from other directories and you don't want to move them, make sure Select Across Directories is turned off, and then try again.
  2441.  
  2442. NOTE: If you've used the Confirmation command to turn off confirmation messages when using mouse operations, you will not see the confirmation messages described in the procedures below.
  2443.  
  2444. To move a file or files from one directory to another on the same drive by using a mouse:
  2445.  
  2446. 1. Drag the file(s) onto the directory you want to move it
  2447.    to in the Directory Tree.
  2448.    The Mouse Operation Confirmation dialog box appears.
  2449. 2. Choose the OK button.
  2450.  
  2451.  
  2452. To move a file or files from one directory to another on a different drive by using a mouse:
  2453.  
  2454. 1. Hold down the ALT key and drag the file(s) onto the
  2455.    directory you want to move it to in the Directory Tree.
  2456.    The Mouse Operation Confirmation dialog box appears.
  2457. 2. Choose the OK button.
  2458.  
  2459.  
  2460. To move a file or files from one location to another by using the keyboard:
  2461.  
  2462. 1. Select the file(s) you want to move.
  2463. 2. From the File menu, choose Move, or press F7.
  2464.    The Move File dialog box appears, listing each file you
  2465.    selected.
  2466. 3. Type the drive and directory where you want to move
  2467.    the file.
  2468. 4. Choose the OK button.
  2469.  
  2470. You can move more than one file at a time. MS-DOS Shell will display a Move dialog box for each selected file.
  2471.  
  2472. Related Procedure
  2473.    " Selecting Files "~I146~
  2474.  
  2475. For information on controlling the display of confirmation dialog boxes when moving files, see
  2476.    " Changing Confirmation Messages "~I108~@@
  2477.  
  2478. !I131!@
  2479. Opening Files
  2480.  
  2481. You can open a program file or a data file in the file list. Opening a program file starts the program. Opening a data file associated with a program starts the program and automatically loads the file.
  2482.  
  2483. To open a program file or data file by using a mouse:
  2484.  
  2485.  - Double-click the filename.
  2486.  
  2487.  
  2488. To open a program file or data file by using the keyboard:
  2489.  
  2490. 1. Press TAB to move to the file list to the right of
  2491.    the Directory Tree.
  2492. 2. Use the arrow keys to select the file you want to
  2493.    open.
  2494. 3. Press ENTER or, from the File menu, choose Open.
  2495.  
  2496. Related Topic
  2497.    " How to Start Programs "~$121~
  2498.  
  2499. Related Procedure
  2500.    " Associating Files with a Program "~I105~@@
  2501.  
  2502. !I132!@
  2503. Changing the File Display Order
  2504.  
  2505. You can change what determines the order of files in the file list.
  2506.  
  2507. To change the order in which files are listed:
  2508.  
  2509. 1. From the Options menu, choose File Display Options.
  2510.    The File Display Options dialog box appears.
  2511. 2. Select the option you want.
  2512. 3. Choose the OK button.
  2513.  
  2514. You can sort and display files in the following ways:
  2515.  
  2516. Choose this option  To sort
  2517. ------------------  -------
  2518. Name                By filename in alphabetical order.
  2519.  
  2520. Extension           By extension, then by filename.
  2521.  
  2522. Size                By file size, smallest files to largest.
  2523.  
  2524. Date                By last modification date, oldest
  2525.                     files first.
  2526.  
  2527. DiskOrder           By the order they are stored on the
  2528.                     disk.
  2529.  
  2530. The Descending Order option reverses the order MS-DOS uses to sort files. When you select this option, MS-DOS Shell will:
  2531.  
  2532.   * Reverse the alphabetical filename order, Z to A.
  2533.  
  2534.   * List from Z to A by extension.
  2535.  
  2536.   * List from largest to smallest.
  2537.  
  2538.   * Reverse the date order, listing the most recent files
  2539.     first.
  2540.  
  2541. You can also select the Display Hidden/System option to display hidden and system files without changing the files' attributes.
  2542.  
  2543. Related Topic
  2544.    " File Information "~$119~@@
  2545.  
  2546. !I133!@
  2547. Reordering Program Items in a Program Group
  2548.  
  2549. You can change the order in which the group names and program items appear in the program list.
  2550.  
  2551. To reorder an item in a group by using a mouse:
  2552.  
  2553. 1. Select the item you want to reorder.
  2554. 2. From the File menu, choose Reorder.
  2555. 3. Double-click the new location.
  2556.  
  2557.  
  2558. To reorder an item in a group by using the keyboard:
  2559.  
  2560. 1. Select the item you want to reorder.
  2561. 2. From the File menu, choose Reorder.
  2562. 3. Move the cursor to the new location.
  2563. 4. Press ENTER.
  2564.  
  2565. Related Topic
  2566.    " Program Groups and Program Items "~$140~@@
  2567.  
  2568. !I134!@
  2569. Printing Files
  2570.  
  2571. You can print files in MS-DOS Shell only from the file list and only if you have run print.exe at the command prompt. Before starting MS-DOS Shell, if you have already not started print.exe, you need to type the following at the command prompt:
  2572.        print
  2573.  
  2574. If you are in MS-DOS Shell and want to use the Print command, but have not already typed print at the command prompt, you need to quit MS-DOS Shell, type print, and then restart MS-DOS Shell.
  2575.  
  2576. To print in MS-DOS Shell:
  2577.  
  2578. 1. From the file list, select one or more files.
  2579. 2. From the File menu, choose Print.
  2580.    MS-DOS adds the files to the print queue.
  2581.  
  2582. NOTE: If the printer queue is full, MS-DOS Shell displays a dialog box for each file which was not printed. You can try printing the file again, skip printing the file and continue printing the rest of the files, or cancel printing the unprinted files.
  2583.  
  2584. NOTE: If you will be printing from MS-DOS Shell often, you can avoid typing the print command each time you use MS-DOS Shell by adding the print command to your AUTOEXEC.BAT file. 
  2585. If your AUTOEXEC.BAT file contains a dosshell command, be sure the print command precedes it. For more information about the AUTOEXEC.BAT file, see "Configuring Your System," in the User's Guide.
  2586.  
  2587. For more information about print.exe, type HELP PRINT at the command prompt.
  2588.  
  2589. Related Procedure
  2590.    " Quitting MS-DOS Shell "~I126~
  2591.    " Selecting Files "~I146~@@
  2592.  
  2593. !I135!@
  2594. Repainting the Screen Display
  2595.  
  2596. Occasionally you may want to redraw your screen. The Repaint Screen command does not update the list of files; if you want to update the lists to show changes, use the Refresh command.
  2597.  
  2598. To repaint the screen display:
  2599.  
  2600.  - From the View menu, choose Repaint Screen, or press
  2601.    SHIFT+F5.
  2602.  
  2603. Related Procedure
  2604.    " Updating the Lists "~I161~@@
  2605.  
  2606. !I136!@
  2607. Renaming Files and Directories
  2608.  
  2609. You can change the name of a file or directory as needed.
  2610.  
  2611. NOTE: If dialog boxes appear for files from other directories and you don't want to rename them, make sure Select Across Directories is turned off, and then try again.
  2612.  
  2613. To rename a file or directory:
  2614.  
  2615. 1. Select the file or directory you want to rename.
  2616. 2. From the File menu, choose Rename.
  2617.    The Rename File dialog box appears.
  2618. 3. Type the new name.
  2619. 4. Choose the OK button.
  2620.  
  2621. You can select more than one file to rename at a time. MS-DOS Shell will display a Rename dialog box for each selected file.
  2622.  
  2623. Related Procedures
  2624.    " Selecting Directories "~I144~
  2625.    " Selecting Files "~I146~@@
  2626.  
  2627. !I166!@
  2628. Restoring Backed Up Files
  2629.  
  2630. You can retrieve files that you have backed up by using the MS Backup program item in the Disk Utilities group.
  2631.  
  2632. To restore the files you backed up:
  2633.  
  2634. 1. From the Disk Utilities group, choose the MS Backup program item.
  2635. 2. Follow the instructions on your screen. If you need help while
  2636.    using MS Backup, press F1.
  2637. 3. When you have finished restoring files, press any key to return to
  2638.    MS-DOS Shell.
  2639.  
  2640.  
  2641. Related Topics
  2642.    " More on MS Backup "~$133~
  2643.    " Program Groups and Program Items "~$140~
  2644.  
  2645. Related Procedure
  2646.    " Backing Up Files "~I165~@@
  2647.  
  2648. !I155!@
  2649. Restoring Deleted Files
  2650.  
  2651. Once you delete a file, you may be able to recover it. You can recover deleted files with certainty only if no other files have been created or changed on the disk.
  2652.  
  2653. CAUTION: Avoid running or quitting any programs or using any commands other those specified in this procedure until you restore the deleted file or files.
  2654.  
  2655. NOTE: If the disk you deleted files from is full, or if the TMP or TEMP variable in your AUTOEXEC.BAT file is set to the RAM drive, you may have trouble recovering deleted files. In the process of quitting programs and MS-DOS Shell, temporary files are created and stored in the directory specified in the TMP or TEMP variable. These temporary files may overwrite deleted files that you want to restore.
  2656.  
  2657. For more information about setting these variables, see
  2658.    "Setting the TEMP or TMP Variable"~I167~
  2659.  
  2660. There are several ways to restore files that you deleted. The following chart is to help you figure out the safest way to recover your files depending on importance of the files and the amount of disk space you have.
  2661.  
  2662. If                         Do this
  2663. --                         -------
  2664. The files are critical,    Press CTRL+ALT+DEL to restart
  2665. or TMP or TEMP is set      your computer and use the
  2666. to the RAM drive           undelete command at the command
  2667.                            prompt.
  2668.  
  2669. The files are noncritical  Use the Undelete program item, or
  2670.                            press SHIFT+F9 to leave MS-DOS
  2671.                            Shell immediately, and use the
  2672.                            undelete command at the command
  2673.                            prompt.
  2674.  
  2675. To restore a file or files by using the Undelete program item:
  2676.  
  2677. 1. From the Disk Utilities group, choose the Undelete
  2678.    program item.
  2679.    The Undelete dialog box appears, where you can type
  2680.    parameters and switches. 
  2681. 2. Choose the OK button.
  2682.  
  2683. For more information about the parameters and switches you can use, see:
  2684.    " More on Undelete "~$137~
  2685.  
  2686. For more information about Undelete, type HELP UNDELETE at the command prompt.
  2687.  
  2688. Related Topic
  2689.    " Program Groups and Program Items "~$140~
  2690.  
  2691. Related Procedures
  2692.    " Selecting Files "~I146~
  2693.    " Deleting Files and Directories "~I117~
  2694.    " Using the Command Prompt "~I124~
  2695.  
  2696. For information on controlling the display of confirmation dialog boxes when deleting files, see
  2697.    " Changing Confirmation Messages "~I108~
  2698.  
  2699. For more information about the TMP variable, see "Configuring Your System," in the User's Guide.
  2700.  
  2701. UNDELETE Copyright (c) 1987-1991 Central Point Software, Inc.@@
  2702.  
  2703. !I138!@
  2704. Scrolling Through Lists
  2705.  
  2706. Some lists are longer than their display area on your screen. You can move (or scroll) through lists of files, directories, groups, program items, dialog box options, and file contents in order to see more information.
  2707.  
  2708. Use the PAGE UP and PAGE DOWN keys to view the next or previous window of information in the list. If you have a mouse, you can click the top or bottom of the scroll bar to the right of the list.
  2709.  
  2710. Use the UP ARROW and DOWN ARROW keys to scroll through a list one item at a time. You can also click the arrows in the scroll bar to the right of the list, or drag the scroll box up or down in the scroll bar.
  2711.  
  2712. Use CTRL+HOME to move to the beginning of a list. Use CTRL+END to move to the end of a list.
  2713.  
  2714. You can press a letter key to move to the next item that begins with that letter.
  2715.  
  2716. Related Topics
  2717.    " Dialog Boxes "~$105~
  2718.    " Scroll Bars "~$113~
  2719.    " Welcome to MS-DOS Shell "~$100~@@
  2720.  
  2721. !I139!@
  2722. Searching for Files
  2723.  
  2724. In the file list, you can search for files anywhere on the selected drive.
  2725.  
  2726. When you search for files, you can specify a single filename or use MS-DOS wildcards to specify a particular set of files -- for example, *.TXT. The files are listed, along with the directory path. From this list, you can perform regular file operations.
  2727.  
  2728. To search for files:
  2729.  
  2730. 1. From the File menu, choose Search.
  2731. 2. Type the name of the file you want to search for, or
  2732.    use MS-DOS wildcards (* or ?) to search for a set of
  2733.    files with similar names or extensions.
  2734. 3. Choose the OK button.@@
  2735.  
  2736. !I140!@
  2737. Selecting Files Across Directories
  2738.  
  2739. You can select files in more than one directory at a time. Once you've selected the files in different directories, you can perform the same task on all of them together -- for example, deleting files across directories.
  2740.  
  2741. To select files in more than one directory:
  2742.  
  2743. 1. From the Options menu, choose Select Across Directories.
  2744.    A mark next to the command name indicates that the
  2745.    command is active.
  2746. 2. Display each of the directories you want to select
  2747.    files from, and then select the files you want.
  2748.  
  2749.  
  2750. To cancel the Select Across Directories command:
  2751.  
  2752.  - From the Options menu, choose Select Across Directories.
  2753.    The mark next to the command name disappears. Only the
  2754.    selected files in the current directory will be selected.
  2755.  
  2756. Related Topics
  2757.    " Disk Drives "~$116~
  2758.    " File Selection "~$118~
  2759.  
  2760. Related Procedures
  2761.    " Selecting Directories "~I144~
  2762.    " Selecting Files "~I146~@@
  2763.  
  2764. !I141!@
  2765. Selecting All Files in a Directory
  2766.  
  2767. You can select all files currently displayed in the file list.
  2768.  
  2769. To select all files in the file list:
  2770.  
  2771.   - From the File menu, choose Select All, or press
  2772.     CTRL+SLASH (/).
  2773.  
  2774.  
  2775. To cancel all selections:
  2776.  
  2777.  - From the File menu, choose Deselect All, or press
  2778.    CTRL+BACKSLASH (\).
  2779.  
  2780. Related Topic
  2781.    " File Selection "~$118~@@
  2782.  
  2783. !I142!@
  2784. Selecting and Canceling Menus
  2785.  
  2786. You choose commands in MS-DOS Shell from menus located in the menu bar at the top of your screen. When you select the menu bar, you make it active.
  2787.  
  2788. To select the menu bar by using a mouse:
  2789.  
  2790.  - Click the menu name you want.
  2791.  
  2792.  
  2793. To select the menu bar by using the keyboard:
  2794.  
  2795.  - Press ALT or F10.
  2796.  
  2797. Once the menu bar is active, you can use the arrow keys or a mouse to view different menus and choose commands.
  2798.  
  2799. Related Topic
  2800.    " Menus and Commands "~$103~
  2801.  
  2802. Related Procedure
  2803.    " Choosing Commands "~I110~@@
  2804.  
  2805. !I161!@
  2806. Updating the Lists
  2807.  
  2808. MS-DOS Shell can reread the disk and update the lists to show changes such as deleted or restored files.
  2809.  
  2810. To refresh the lists:
  2811.  
  2812.  - From the View menu, choose Refresh, or press F5.
  2813.  
  2814. Related Procedure
  2815.    " Repainting the Screen Display "~I135~@@
  2816.  
  2817. !I143!@
  2818. Using Dialog Box Options
  2819.  
  2820. You can select options displayed in a dialog box to give a command or operation additional information. Another way to specify information is by typing in a text box.
  2821.  
  2822. Check Boxes, Option Buttons, and List Boxes
  2823. -------------------------------------------
  2824. To select dialog box options by using a mouse:
  2825.  
  2826.  - Click the option you want to select.
  2827.  
  2828.  
  2829. To select dialog box options by using the keyboard:
  2830.  
  2831. 1. Press TAB to move to the option you want.
  2832. 2. To select this option   Do this
  2833.    ---------------------   -------
  2834.    A check box             Press the SPACEBAR to select
  2835.                            or clear it.
  2836.  
  2837.    An option button        Press the UP ARROW or DOWN
  2838.                            ARROW keys.
  2839.  
  2840.    An item in a list box   Press the UP ARROW or DOWN
  2841.                            ARROW keys. Or, you can press
  2842.                            the first letter of the item you
  2843.                            want; the selection cursor will
  2844.                            move to the first item that
  2845.                            starts with that letter.
  2846.  
  2847. Text Boxes
  2848. ----------
  2849. If the text box already contains text, the text is automatically selected and any new text you type replaces it. If you don't want to replace all of the text, you can insert and delete text.
  2850.  
  2851. To type information in a dialog box:
  2852.  
  2853. 1. Press TAB or click to move to the area where you want to
  2854.    type information.
  2855. 2. Type the appropriate information, using the BACKSPACE
  2856.    key to correct mistakes.
  2857. 3. Choose the OK button to accept the information and carry
  2858.    out the command.
  2859.  
  2860.  
  2861. To insert letters in the text:
  2862.  
  2863. 1. Use the arrow keys or click to position the insertion
  2864.    point where you want to insert text.
  2865. 2. Type the text, using BACKSPACE to correct mistakes.
  2866.  
  2867. Related Topic
  2868.    " Dialog Boxes "~$105~
  2869.  
  2870. Related Procedure
  2871.    " Choosing Command Buttons "~I109~@@
  2872.  
  2873. !I144!@
  2874. Selecting Directories
  2875.  
  2876. When you select a directory in the Directory Tree, the area to the right of the Directory Tree displays a list of files contained in that directory.
  2877.  
  2878. To select a directory by using a mouse:
  2879.  
  2880.  - Click the name of the directory in the directory
  2881.    tree.
  2882.  
  2883.  
  2884. To select a directory by using the keyboard:
  2885.  
  2886. 1. Use the UP ARROW and DOWN ARROW keys to move to the
  2887.    previous or next directory.
  2888. 2. Press ENTER.
  2889.  
  2890. Related Topic
  2891.    " Directories "~$117~
  2892.  
  2893. Related Procedure
  2894.    " Expanding Directories "~I127~@@
  2895.  
  2896. !I145!@
  2897. Selecting Drives
  2898.  
  2899. The file list displays the directories and files contained on the currently selected drive. You can select a different drive to view its contents.
  2900.  
  2901. To select a drive by using a mouse:
  2902.  
  2903.  - Click the drive letter.
  2904.  
  2905. Or
  2906.  
  2907.  - Double-click the current drive letter to have MS-DOS
  2908.    Shell reread the disk and update the lists to show
  2909.    changes such as deleted or restored files.
  2910.  
  2911.  
  2912. To select a drive by using the keyboard:
  2913.  
  2914.  - Press and hold down CTRL and press the letter that
  2915.    corresponds to the drive (for example, CTRL+C).
  2916.  
  2917. Or
  2918.  
  2919. 1. Press TAB to move to the area listing the drive
  2920.    letters.
  2921. 2. Select the drive you want using the LEFT ARROW or
  2922.    RIGHT ARROW keys.
  2923. 3. Press ENTER.
  2924.  
  2925. Related Topic
  2926.    " Disk Drives "~$116~@@
  2927.  
  2928. !I146!@
  2929. Selecting Files
  2930.  
  2931. Before you can perform most file operations in the file list, you must first select a file.
  2932.  
  2933. NOTE: Don't press ENTER unless you want to open the selected file.
  2934.  
  2935. Selecting a Single File
  2936. -----------------------
  2937. To select a file by using a mouse:
  2938.  
  2939.  - Click the filename.
  2940.  
  2941.  
  2942. To select a file by using the keyboard:
  2943.  
  2944. 1. Press TAB to move to the list of files.
  2945. 2. Select the file by pressing the UP ARROW or DOWN ARROW
  2946.    keys.
  2947.  
  2948. Selecting All Files
  2949. -------------------
  2950. To select all files:
  2951.  
  2952.  - From the File menu, choose Select All, or press
  2953.    CTRL+SLASH (/).
  2954.  
  2955. Extending a Selection
  2956. ---------------------
  2957. To select consecutive files by using a mouse:
  2958.  
  2959. 1. Click the first file.
  2960. 2. Press and hold down SHIFT, and click the last file in the
  2961.    range.
  2962.  
  2963.  
  2964. To select consecutive files by using the keyboard:
  2965.  
  2966. 1. Press TAB to move to the list of files.
  2967. 2. Select the first file.
  2968. 3. Press and hold down SHIFT and press the UP ARROW or
  2969.    DOWN ARROW keys to select the additional files you want.
  2970.  
  2971. Selecting Nonconsecutive Files
  2972. -------------------------------
  2973. To select nonconsecutive files by using a mouse:
  2974.  
  2975. 1. Click the first file.
  2976. 2. Press and hold down CTRL, and then click each other file
  2977.    you want.
  2978.  
  2979. The Add mode is an easy keyboard method to select nonconsecutive files. In Add mode, you use the arrow keys to move through the list of files, and then press the SPACEBAR to select the files you want.
  2980.  
  2981. To use the Add Mode to select two nonconsecutive files:
  2982.  
  2983. 1. Select the first file.
  2984. 2. Press SHIFT+F8 to turn on Add mode.
  2985.    "ADD" appears in the status bar.
  2986. 3. Use the arrow keys to move to the second file you want
  2987.    to select.
  2988. 4. Press the SPACEBAR.
  2989.  
  2990.  
  2991. To turn off Add mode:
  2992.  
  2993.  - Press SHIFT+F8.
  2994.    "Add" is no longer displayed in the status bar.
  2995.  
  2996. Canceling a Selection in Add Mode
  2997. ---------------------------------
  2998. To cancel a selection in Add mode by using a mouse:
  2999.  
  3000.  - Press and hold down CTRL, and click the file.
  3001.  
  3002.  
  3003. To cancel a selection in Add mode by using the keyboard:
  3004.  
  3005. 1. If Add mode is not already on, press SHIFT+F8.
  3006.    "ADD" appears in the status bar.
  3007. 2. Use the arrow keys to move to the file.
  3008. 3. Press the SPACEBAR.
  3009.  
  3010. Related Topics
  3011.    " File List Overview "~1N~
  3012.    " File Selection "~$118~
  3013.  
  3014. Related Procedures
  3015.    " Selecting Directories "~I144~
  3016.    " Selecting Drives "~I145~@@
  3017.  
  3018. !I147!@
  3019. Starting Programs
  3020.  
  3021. You can start a program or run a command from either the program list or the file list.
  3022.  
  3023. From the Program List
  3024. ---------------------
  3025. To start a program from the program list by using a mouse:
  3026.  
  3027.  - Double-click the program item.
  3028.  
  3029.  
  3030. To start a program from the program list by using the keyboard:
  3031.  
  3032. 1. Open the group that contains the program item.
  3033. 2. Select the program item.
  3034. 3. Press ENTER or, from the File menu, choose Open.
  3035.  
  3036.  
  3037. To run a program from MS-DOS Command Prompt in the Main group:
  3038.  
  3039. 1. From the program list, choose the Main group.
  3040. 2. Choose the Command Prompt program item.
  3041.    You temporarily leave MS-DOS Shell.
  3042. 3. Type the name of the program file or the command name,
  3043.    along with any switches or parameters you want, on the
  3044.    command line.
  3045. 4. Press ENTER.
  3046.  
  3047. To return to MS-DOS Shell when you have finished using the program:
  3048.  
  3049. 1. Type: exit
  3050. 2. Press ENTER.
  3051.  
  3052. From the File List
  3053. ------------------
  3054. To start a program from the file list by using a mouse:
  3055.  
  3056.  - Double-click the program file or an associated file.
  3057.  
  3058.  
  3059. To start a program from the file list by using the keyboard:
  3060.  
  3061. 1. Select the program file or an associated data file.
  3062. 2. Press ENTER or, from the File menu, choose Open.
  3063.  
  3064.  
  3065. Using the Run Command
  3066. ---------------------
  3067. If the program you want to run is not displayed, you can use the Run command to start it.
  3068.  
  3069. To start a program by using the Run command:
  3070.  
  3071. 1. From the File menu, choose Run.
  3072.    The Run dialog box appears.
  3073. 2. Type the path of the program file, along with any
  3074.    switches or parameters you want, in the Commands box.
  3075.    You can open a data file at the same time you start most
  3076.    programs by typing a space and the data-file path after
  3077.    the program filename.
  3078. 3. Choose the OK button.
  3079.  
  3080. Related Topic
  3081.    " How to Start Programs "~$121~
  3082.  
  3083. Related Procedures
  3084.    " Associating Files with a Program "~I105~
  3085.    " Adding Program Items to Program Groups "~I102~
  3086.    " Opening Program Groups "~I123~
  3087.    " Opening Files "~I131~
  3088.  
  3089. For more information on MS-DOS commands, MS-DOS Help. To view MS-DOS Help, switch to the command prompt, and then type HELP.@@
  3090.  
  3091. !I160!@
  3092. Leaving MS-DOS Shell
  3093.  
  3094. You can leave MS-DOS Shell temporarily while you work with the MS-DOS command prompt and return to it again when you're finished.
  3095.  
  3096. To temporarily leave MS-DOS Shell:
  3097.  
  3098.  - Press SHIFT+F9.
  3099.  
  3100.    Or 
  3101.  
  3102.  - From the Main group, choose the Command Prompt program
  3103.    item.
  3104.  
  3105.  
  3106. To return to MS-DOS Shell from the command prompt:
  3107.  
  3108. 1. Type: exit
  3109. 2. Press ENTER.
  3110.  
  3111. Related Topic
  3112.    " How to Leave MS-DOS Shell "~$125~
  3113.  
  3114. Related Procedure
  3115.    " Quitting MS-DOS Shell "~I126~@@
  3116.  
  3117. !I152!@
  3118. Using Task Swapping and the Active Task List
  3119.  
  3120. When you choose Enable Task Swapper, you can have several programs running at one time and switch between them. When Task Swapper is enabled, each program you run is added to the Active Task List to the right of the program list. You can switch from MS-DOS Shell to any program listed in the Active Task List, or switch between programs.
  3121.  
  3122. To turn on task swapping and display the Active Task List:
  3123.  
  3124.  - From the Options menu, choose Enable Task Swapper.
  3125.    A mark appears next to the command name. The Active 
  3126.    Task List appears to the right of the program list.
  3127.  
  3128. There are two ways to start programs when task swapping is on. You can:
  3129.  
  3130.   * Start the program and display it.
  3131.  
  3132.   * Start the program and stay in MS-DOS Shell. You
  3133.     might use this if you wanted to start several
  3134.     programs in MS-DOS Shell before using them.
  3135.  
  3136. NOTE: You should not run 3270 emulator programs with Task Swapper. Using them with Task Swapper may disconnect you from your mainframe and cause data to be lost.
  3137.  
  3138. To start a program and display it:
  3139.  
  3140.  - Start the program just as you always do.
  3141.    The program window appears. MS-DOS Shell
  3142.    automatically adds it to the Active Task List.
  3143.  
  3144.  
  3145. To start a program and stay in MS-DOS Shell:
  3146.  
  3147.  - Hold down the SHIFT key and double-click the program
  3148.    filename or associated file.
  3149.  
  3150. Or
  3151.  
  3152.  - Select the program name and press SHIFT+ENTER.
  3153.    MS-DOS Shell adds the program to the Active Task List.
  3154.  
  3155.  
  3156. To switch to an item in the Active Task List:
  3157.  
  3158.  - Double-click its name.
  3159.  
  3160. Or
  3161.  
  3162.  - Use the arrow keys to select its name, and then 
  3163.    press ENTER.
  3164.    The program window appears.
  3165.  
  3166.  
  3167. To return to MS-DOS Shell from a program:
  3168.  
  3169.  - Press CTRL+ESC.
  3170.  
  3171. NOTE: Any programs in the Active Task List must be closed before you quit MS-DOS Shell.
  3172.  
  3173. Related Topics
  3174.    " How to Use More than One Program "~$122~
  3175.    " Program List Overview "~I099~
  3176.  
  3177. Related Procedures
  3178.    " How to Use More than One Program "~$122~
  3179.    " Switching Between Programs "~I148~
  3180.    " Starting Programs "~I147~
  3181.    " Quitting MS-DOS Shell "~I126~@@
  3182.  
  3183. !I148!@
  3184. Switching Between Programs
  3185.  
  3186. You can switch from MS-DOS Shell to any program in the Active Task List, or switch between programs.
  3187.  
  3188. To                                  Do this
  3189. --                                  -------
  3190. Switch to MS-DOS Shell from a       Press CTRL+ESC.
  3191. program
  3192.  
  3193. Switch to a program from            Choose it from the 
  3194. MS-DOS Shell                        Active Task List.
  3195.  
  3196. Switch to another program           Hold down the ALT key
  3197. by cycling through the              while you repeatedly
  3198. programs                            press TAB until you come
  3199.                                     to the program you want.
  3200.  
  3201. Switch between two programs         Press ALT+TAB.
  3202.  
  3203. Switch to the next program          Press ALT+ESC.
  3204.  
  3205. Switch to the previous              Press SHIFT+ALT+ESC.
  3206. program.
  3207.  
  3208. Cycle through the programs          Hold down the SHIFT key
  3209. backwards                           and the ALT key while
  3210.                                     you repeatedly press TAB
  3211.                                     until you come to the
  3212.                                     program you want.
  3213.  
  3214. Use an application shortcut         Press CTRL+letter,
  3215. key you defined. You can create     ALT+letter,
  3216. these shortcut key combinations     or SHIFT+letter.
  3217. in the Add Program dialog box.
  3218.  
  3219. Related Topic
  3220.    " How to Use More than One Program "~$122~
  3221.  
  3222. Related Procedures
  3223.    " How to Use More than One Program "~$122~
  3224.    " Using Task Swapping and the Active Task List "~I152~
  3225.    " Starting Programs "~I147~
  3226.    " Quitting MS-DOS Shell "~I126~@@
  3227.  
  3228. !I149!@
  3229. Viewing File Contents
  3230.  
  3231. You can view the contents of a file in ASCII (character) or hexadecimal (numeric) format.
  3232.  
  3233. NOTE: The View File Contents command is not an editing tool.
  3234.  
  3235. To view the contents of a file:
  3236.  
  3237. 1. Select the file you want to view.
  3238. 2. From the File menu, choose View File Contents,
  3239.    or press F9.
  3240.  
  3241.  
  3242. To scroll through a file by using a mouse:
  3243.  
  3244.  - At the top of the window, click the words "PgUp" or
  3245.    "PgDn" or the arrows.
  3246.  
  3247.  
  3248. To scroll through a file by using the keyboard:
  3249.  
  3250.  - Press the PAGE UP, PAGE DOWN, UP ARROW, or DOWN ARROW
  3251.    keys.
  3252.  
  3253.  
  3254. To switch the screen display between ASCII and hexadecimal:
  3255.  
  3256.  - From the Display menu, choose either ASCII or Hex, or
  3257.    press F9.
  3258.  
  3259.  
  3260. To display the file list:
  3261.  
  3262.  - From the View menu, choose Restore View, or press ESC.@@
  3263.  
  3264. !I150!@
  3265. Working with a Mouse
  3266.  
  3267. The mouse pointer displayed on your screen moves as you roll the mouse across your desk. To perform a task by using a mouse, you point to what you want and then click, double-click, or drag. These terms mean the following:
  3268.  
  3269. Term            Action
  3270. ----            ------
  3271. Point           Move the mouse pointer to a specific place
  3272.                 on your screen by sliding the mouse.
  3273.  
  3274. Click           Press and release the left mouse button.
  3275.                 "Click" implies that you first point to what
  3276.                 you want and then press the mouse button.
  3277.  
  3278. Double-click    Quickly press the left mouse button twice in
  3279.                 succession. "Double-click" implies that you
  3280.                 first point to what you want and then press
  3281.                 the mouse button twice rapidly.
  3282.  
  3283. Drag            Move the mouse pointer to the object you
  3284.                 want, press and hold down the left mouse
  3285.                 button and slide the mouse to another
  3286.                 location, and then release the mouse button.
  3287.                 For example, you can move a file by dragging
  3288.                 its filename to a different directory name.@@
  3289.  
  3290. !I153!!H!@
  3291. Using Help
  3292.  
  3293. Viewing Help Topics
  3294. -------------------
  3295. You can use the following to scroll more Help information into view:
  3296.  
  3297.     * The PAGE UP and PAGE DOWN keys
  3298.  
  3299.     * The arrow keys
  3300.  
  3301.     * The scroll bar to the right of the dialog box
  3302.  
  3303. Help displays related topics in a different color.
  3304.  
  3305. To view a related topic:
  3306.  
  3307.  - Press TAB to select the topic you want, and then press
  3308.    ENTER. You can also click the topic name.
  3309.  
  3310.  
  3311. To move to the previous topic:
  3312.  
  3313.  - Press SHIFT+TAB.
  3314.  
  3315.  
  3316. To close a Help window:
  3317.  
  3318.  - Press ESC, or press TAB to select the OK button and
  3319.    then press ENTER. You can also click the OK button.
  3320.  
  3321. Getting Instant Help
  3322. --------------------
  3323. To get instant Help on a menu, command, dialog box
  3324. option, or an area of the MS-DOS Shell window:
  3325.  
  3326.  -  Select the item and press F1.
  3327.  
  3328.  
  3329. To get instant Help on a dialog box or a message
  3330. displayed on your screen:
  3331.  
  3332.  - Press TAB to select the Help button, and then press F1
  3333.    or ENTER. You can also click the Help button.
  3334.  
  3335. Using the Help Index
  3336. --------------------
  3337. To view an index of Help topics:
  3338.  
  3339.  - From the Help menu, choose Index.
  3340.  
  3341.  
  3342. To view the Help index from a Help window:
  3343.  
  3344.  - Press TAB to select the Index button and then press
  3345.    ENTER. You can also click the Index button.
  3346.  
  3347.  
  3348. To move to the previous Help button:
  3349.  - Press SHIFT+TAB.
  3350.  
  3351.  
  3352. More on Help
  3353. ------------
  3354. For more information about MS-DOS Shell Help, choose the Using Help command from the Help menu.@@
  3355.  
  3356. !K!@
  3357. Keyboard Help
  3358.  
  3359. To see a topic:
  3360.  
  3361.  - Double-click the topic.
  3362.  
  3363. Or
  3364.  
  3365.  - Press TAB to select the topic you want, and then press ENTER.
  3366.  
  3367.    " General MS-DOS Shell Keys "~K101~
  3368.    " Movement Keys "~K102~
  3369.    " Help Keys "~K109~
  3370.    " Active Task List Keys "~K103~
  3371.    " Program List Keys "~K104~
  3372.    " File List Keys "~K105~
  3373.    " File Selection Keys "~K106~
  3374.    " Directory Tree Keys "~K107~
  3375.    " Drive Selection Keys "~K108~@@
  3376.  
  3377. !K101!@
  3378. General MS-DOS Shell Keys
  3379.  
  3380. Use the following keys when working with MS-DOS Shell:
  3381.  
  3382. Press this key    To
  3383. --------------    --
  3384. ENTER             Carry out a command or operation.
  3385.  
  3386. ESC               Cancel the current command or
  3387.                   operation.
  3388.  
  3389. F1                Display Help information on the
  3390.                   selected area, command, or dialog
  3391.                   box option.
  3392.  
  3393. F3 or             Quit MS-DOS Shell and go to the
  3394. ALT+F4            MS-DOS command prompt.
  3395.  
  3396. SHIFT+F5          Redraw the screen. Equivalent to the
  3397.                   Repaint Screen command. It does not
  3398.                   update the list of files.
  3399.  
  3400. SHIFT+F9          Save MS-DOS Shell in memory and go to
  3401.                   the MS-DOS command prompt.@@
  3402.  
  3403. !K102!@
  3404. Movement Keys
  3405.  
  3406. Use the following keys to move around the MS-DOS Shell window:
  3407.  
  3408. Press this key   To
  3409. --------------   --
  3410. F10              Select the menu bar at the top of
  3411. or ALT           the window.
  3412.  
  3413. TAB              Move to the next area of the MS-DOS Shell
  3414.                  window or dialog box.
  3415.  
  3416. SHIFT+TAB        Move to the previous area of the MS-DOS
  3417.                  Shell window or dialog box.
  3418.  
  3419. HOME             Move to the beginning of a line or
  3420.                  a list.
  3421.  
  3422. END              Move to the end of a line or a list.
  3423.  
  3424. CTRL+HOME        Move to the beginning of a list.
  3425.  
  3426. CTRL+END         Move to the end of a list.
  3427.  
  3428. PAGE UP          Scroll to the previous window of
  3429.                  information.
  3430.  
  3431. PAGE DOWN        Scroll to the next window of
  3432.                  information.
  3433.  
  3434. UP ARROW or      Scroll up and down in a list,
  3435. DOWN ARROW       line by line.
  3436.  
  3437. Letter key       Move to the next item in a list
  3438.                  that begins with that letter.@@
  3439.  
  3440. !K103!@
  3441. Active Task List Keys
  3442.  
  3443. You must turn on task swapping before you can use the following keys:
  3444.  
  3445. Press this key        To
  3446. --------------        --
  3447. SHIFT+ENTER           Start a program and add it to the
  3448.                       Active Task List without leaving
  3449.                       MS-DOS Shell.
  3450.  
  3451. CTRL+ESC              Go to MS-DOS Shell from a program.
  3452.  
  3453. Hold down the ALT     Go to another program by cycling
  3454. key and repeatedly    through the programs.
  3455. press TAB until you
  3456. come to the program
  3457. you want.
  3458.  
  3459. ALT+TAB               Switch between two programs.
  3460.  
  3461. ALT+ESC               Go to the next program.
  3462.  
  3463. SHIFT+ALT+ESC         Go to the previous program.
  3464.  
  3465. Hold down             Cycle backwards through the programs.
  3466. SHIFT+ALT+TAB
  3467.  
  3468. CTRL+letter,          Switch to a program. You can create
  3469. ALT+letter,           these application shortcut key
  3470. SHIFT+letter,         combinations in the Add Program
  3471. ALT+CTRL+letter,      dialog box.
  3472. SHIFT+CTRL+letter,
  3473. or SHIFT+ALT+letter@@
  3474.  
  3475. !K104!@
  3476. Program List Keys
  3477.  
  3478. Use the following keys when working in the program list:
  3479.  
  3480. Press this key          To
  3481. --------------          --
  3482. F2                      Copy programs in the program list
  3483.                         by using the Copy command.
  3484.  
  3485. DEL                     Delete the selected program item or
  3486.                         group.
  3487.  
  3488.  
  3489. If task swapping is on, you can use the following keys:
  3490.  
  3491. Press this key          To
  3492. --------------          --
  3493. SHIFT+ENTER             Add the selected program item to the
  3494.                         Active Task List without switching
  3495.                         to the program.
  3496.  
  3497. SHIFT+CTRL+ENTER        Add the selected program item to the
  3498.                         Active Task List without switching
  3499.                         to the program. When you switch to
  3500.                         it, the program automatically opens
  3501.                         the file specified in the Properties
  3502.                         dialog box.@@
  3503.  
  3504. !K105!@
  3505. File List Keys
  3506.  
  3507. Use the following keys when working in the file list:
  3508.  
  3509. Press this key      To
  3510. --------------      --
  3511. F5                  Update the Directory Tree and file
  3512.                     list. F5 is equivalent to the Refresh
  3513.                     command on the View menu.
  3514.  
  3515. CTRL+F5             Update the file list for the current
  3516.                     directory.
  3517.  
  3518. F7                  Move the selected file or files from
  3519.                     one directory to another. F7 is
  3520.                     equivalent to the Move command.
  3521.  
  3522. F8                  Copy the selected file or files
  3523.                     from one directory to another. F8 is
  3524.                     equivalent to the Copy command.
  3525.  
  3526. F9                  Display the contents of a file. F9
  3527.                     is equivalent to the View File Contents 
  3528.                     command.
  3529.  
  3530. DEL                 Delete the selected file or files.
  3531.  
  3532.  
  3533. When viewing the
  3534. contents of a file,  
  3535. press this key      To
  3536. ----------------    --
  3537. F9                  Switch between ASCII and hexadecimal
  3538.                     display.
  3539.  
  3540.  
  3541. If task swapping is on, you can use the following keys:
  3542.  
  3543. Press this key      To
  3544. --------------      --
  3545. SHIFT+ENTER         Add the program to the Active Task
  3546.                     List without switching to the
  3547.                     program.@@
  3548.  
  3549. !K106!@
  3550. File Selection Keys
  3551.  
  3552. Use the following keys to select items in the file list:
  3553.  
  3554. Press this key     To
  3555. --------------     --
  3556. SHIFT+F8           Turn Add mode on or off. You can turn
  3557.                    Add mode on to select nonconsecutive
  3558.                    items from the file list. When Add mode
  3559.                    is on, the word "ADD" is displayed in the
  3560.                    lower-right corner of the MS-DOS Shell 
  3561.                    window.
  3562.  
  3563. SHIFT+UP ARROW     Add the previous file in the file
  3564.                    list to the selection.
  3565.  
  3566. SHIFT+DOWN ARROW   Add the next file in the file list to
  3567.                    the selection.
  3568.  
  3569. SHIFT+PAGE UP      Add files in the previous window's
  3570.                    file list to the selection.
  3571.  
  3572. SHIFT+PAGE DOWN    Add files in the next window's file
  3573.                    list to the selection.
  3574.  
  3575. CTRL+/             Select all files in the list.
  3576.  
  3577. CTRL+\             Cancel the file selection in the
  3578.                    list.
  3579.  
  3580. In Add mode,
  3581. press this key     To
  3582. --------------     --
  3583. SHIFT+SPACEBAR     Select the group of files between the
  3584.                    previously selected file and the cursor.
  3585.  
  3586. SPACEBAR           Add the file at the cursor location to
  3587.                    the selection.@@
  3588.  
  3589. !K107!@
  3590. Directory Tree Keys
  3591.  
  3592. Use the following keys when working in the Directory Tree:
  3593.  
  3594. Press this key     To
  3595. --------------     --
  3596. UP ARROW or        Move the cursor up or down to the
  3597. DOWN ARROW         next directory.
  3598.  
  3599. CTRL+ASTERISK (*)  Display all directories in the tree.
  3600.  
  3601. MINUS (-)          Hide the subdirectories in the
  3602.                    selected directory.
  3603.  
  3604. PLUS (+)           Display one level of subdirectories
  3605.                    in the selected directory.
  3606.  
  3607. ASTERISK (*)       Display all subdirectories in the
  3608.                    selected directory.@@
  3609.  
  3610. !K108!@
  3611. Drive Selection Keys
  3612.  
  3613. Use the following keys to select a drive in the file list:
  3614.  
  3615. Press this key   To
  3616. --------------   --
  3617. SPACEBAR         Display the directories on the
  3618.                  selected drive.
  3619.  
  3620. CTRL+drive       Move the cursor to the drive,
  3621. letter           read the drive, and display its
  3622.                  directories. This shortcut key is
  3623.                  equivalent to selecting the drive
  3624.                  letter and pressing the SPACEBAR.
  3625.  
  3626. ENTER            Read the currently selected drive
  3627.                  and display its contents.
  3628.  
  3629. F5               Update the Directory Tree and file
  3630.                  list. F5 is equivalent to the Refresh
  3631.                  command on the View menu.
  3632.  
  3633. CTRL+F5          Update the file list for the current
  3634.                  directory.@@
  3635.  
  3636. !K109!@
  3637. Help Keys
  3638.  
  3639. Use the following keys when viewing Help text:
  3640.  
  3641. Press this key   To
  3642. --------------   --
  3643. ENTER            Carry out a command or operation or
  3644.                  display the selected topic.
  3645.  
  3646. ESC              Close the current Help window.
  3647.  
  3648. F1               Display information on how to use Help.
  3649.  
  3650. TAB              Move to the next Help button; within a
  3651.                  topic, move to the next topic title.
  3652.  
  3653. SHIFT+TAB        Move to the previous Help button or
  3654.                  previous related topic title.
  3655.  
  3656. PAGE UP          Scroll to the previous window of
  3657.                  information.
  3658.  
  3659. PAGE DOWN        Scroll to the next window of
  3660.                  information.
  3661.  
  3662. UP ARROW or      Scroll up and down in a list,
  3663. DOWN ARROW       line by line.@@
  3664.  
  3665. !B!@
  3666. MS-DOS Shell Basics
  3667.  
  3668. MS-DOS Shell Basics explains the basics of using MS-DOS Shell, a graphical environment that helps you organize and work with files and directories.
  3669.  
  3670. This Help information assumes you are familiar with basic MS-DOS concepts such as files, directories, and paths. If you are new to MS-DOS, see "MS-DOS Basics" in the User's Guide.
  3671.  
  3672. To see a topic:
  3673.  
  3674.  - Double-click the topic.
  3675.  
  3676. Or
  3677.  
  3678.  - Press TAB to select the topic, and then press ENTER.
  3679.  
  3680. The following topics get you started using MS-DOS Shell:
  3681.  
  3682.    " Welcome to MS-DOS Shell "~$100~
  3683.    " Menus and Commands "~$103~
  3684.    " Dialog Boxes "~$105~
  3685.    " File List and Program List "~$114~
  3686.    " File List Overview "~1N~
  3687.    " Program List Overview "~I099~
  3688.    " How to Leave MS-DOS Shell "~$125~
  3689.  
  3690. To see step-by-step instructions for how to complete a task described in a topic, choose the related procedure at the bottom of the topic.@@
  3691.  
  3692. !$100!@
  3693. Welcome to MS-DOS Shell
  3694.  
  3695. MS-DOS Shell helps you see the organization of your files and programs at a glance.
  3696.  
  3697.   * Organize Files Graphically
  3698.     You can easily see where your files are located and
  3699.     see information about them.
  3700.  
  3701.   * Organize Programs Graphically
  3702.     You can organize programs into groups that make the
  3703.     programs easier to find and use.
  3704.  
  3705.   * Work with Files and Programs Graphically
  3706.     Instead of typing commands and parameters at the command
  3707.     prompt, you can choose commands from menus and specify
  3708.     options in dialog boxes.
  3709.  
  3710.  
  3711. When you first start MS-DOS Shell, you see a window with a list of the files on the current drive and a list of programs available to you. For more information about these lists, see
  3712.    " File List and Program List "~$114~
  3713.  
  3714. The parts of the MS-DOS Shell window include the following:
  3715.  
  3716.   * The title bar displays the name MS-DOS Shell at
  3717.     the top of your screen.
  3718.  
  3719.   * The menu bar lists the names of the available
  3720.     menus. When you select a menu, it displays a list
  3721.     of commands you can choose from.
  3722.  
  3723.   * Drive letters indicate which drives are currently
  3724.     available.
  3725.  
  3726.   * The window title displays the name of the current
  3727.     directory, group name, the Directory Tree, or the
  3728.     Active Task List.
  3729.  
  3730.   * The selection cursor shows what is selected in the
  3731.     list.
  3732.  
  3733.   * Scroll bars let you move part of a list into view
  3734.     when the whole list isn't visible at once.
  3735.  
  3736.   * The status bar displays messages and the current 
  3737.     time at the bottom of the screen.
  3738.  
  3739. You can choose from a variety of color combinations and screen modes for displaying MS-DOS Shell windows.
  3740.  
  3741. Related Procedures
  3742.    " Changing Colors "~I106~
  3743.    " Changing the Screen Display "~I154~
  3744.  
  3745. Next topic:
  3746.    " Scroll Bars "~$113~@@
  3747.  
  3748. !$113!@
  3749. Scroll Bars
  3750.  
  3751. Some areas of the MS-DOS Shell window and dialog boxes contain scroll bars you can use to view text that requires more than the available space.
  3752.  
  3753. To scroll           Do this
  3754. ---------           -------
  3755. Line by line        Click one of the scroll arrows.
  3756.                     Or, press the UP ARROW or DOWN ARROW
  3757.                     key.
  3758.  
  3759. Continuously        Point to one of the scroll arrows
  3760.                     and hold down the mouse button
  3761.                     until the information you want
  3762.                     comes into view. Or, hold down
  3763.                     the UP ARROW or DOWN ARROW key.
  3764.  
  3765. Quickly             Drag the scroll box up or down the
  3766.                     scroll bar to the position you
  3767.                     want. The section of the text or
  3768.                     list that comes into view depends
  3769.                     on the position of the scroll box.
  3770.                     For example, if you move the scroll
  3771.                     box halfway down the scroll bar,
  3772.                     the text halfway through a file
  3773.                     or list appears. You can also press the
  3774.                     PAGE DOWN or PAGE UP key.
  3775.  
  3776. Next topic:
  3777.    " Menus and Commands "~$103~@@
  3778.  
  3779. !$103!@
  3780. Menus and Commands
  3781.  
  3782. Commands represent actions that you can tell MS-DOS Shell to carry out. MS-DOS Shell lists commands in menus. The menus vary depending on whether the selected MS-DOS Shell window  is displaying directories and files or groups and program items.
  3783.  
  3784. Selecting Menus
  3785. ---------------
  3786. Selecting the menu is the first step in choosing a command. You can also select a menu to:
  3787.  
  3788.   * See its commands.
  3789.  
  3790.   * Get Help on the selected menu by pressing the F1 key.
  3791.  
  3792. When you want to close a menu without choosing a command, press ESC.
  3793.  
  3794. Choosing Commands
  3795. -----------------
  3796. Some commands perform tasks directly; others require more information. No matter which menu or command you want to use, you follow the same procedure: first select the menu and then choose the command.
  3797.  
  3798. Some command names have symbols and letters next to them and sometimes command names are dimmed.
  3799.  
  3800. When you see this    It means
  3801. -----------------    --------
  3802. Dimmed command       The command is not available at
  3803.                      this time. You might need to select
  3804.                      something before you can use the
  3805.                      command, or it might not be avail-
  3806.                      able for the task you are currently
  3807.                      performing.
  3808.  
  3809. Mark                 The command is active. Used for
  3810.                      a command that turns a feature either
  3811.                      on or off.
  3812.  
  3813. Key combination      You can use this as a shortcut to
  3814.                      choose the command without first
  3815.                      displaying the menu.
  3816.  
  3817. Ellipsis (...)       A dialog box will appear when the
  3818.                      command is chosen, requesting
  3819.                      information needed to carry out the
  3820.                      command.
  3821.  
  3822. Related Procedures
  3823.    " Selecting and Canceling Menus "~I142~
  3824.    " Choosing Commands "~I110~
  3825.  
  3826. Next topic:
  3827.    " Dialog Boxes "~$105~@@
  3828.  
  3829. !$105!@
  3830. Dialog Boxes
  3831.  
  3832. Instead of remembering the exact parameters and other information needed to carry out commands from the command-line, you can fill out dialog boxes which display all the options. There are several ways to specify information in dialog boxes.
  3833.  
  3834. The following are the types of options you will see:
  3835.  
  3836. With this            You can
  3837. ---------            -------
  3838. Check box            Select as many of the boxes as you
  3839.                      like. A selected check box contains
  3840.                      an X.
  3841.  
  3842. List box             Select one from the list of choices.
  3843.                      You can use the scroll bars to see
  3844.                      choices that aren't visible.
  3845.  
  3846. Option button        Select one from the group of small
  3847.                      round buttons. You can only select
  3848.                      one option at a time. The selected
  3849.                      option button contains a dot.
  3850.  
  3851. Text box             Type text in a box with a cursor in it.
  3852.  
  3853. After you supply the information, you choose the OK button to carry out the command.
  3854.  
  3855. To close a dialog box without carrying out the command:
  3856.  - Press ESC or choose the Cancel button.
  3857.  
  3858. You can also get Help on the dialog box by choosing the Help button.
  3859.  
  3860. Related Procedures
  3861.    " Using Dialog Box Options "~I143~
  3862.    " Scrolling Through Lists "~I138~
  3863.    " Choosing Command Buttons "~I109~
  3864.  
  3865. Next topic:
  3866.    " File List and Program List "~$114~@@
  3867.  
  3868. !$114!@
  3869. File List and Program List
  3870.  
  3871. MS-DOS Shell provides two basic kinds of lists:
  3872.  
  3873.   * A list of directories and files
  3874.  
  3875.   * A list of program items and groups
  3876.  
  3877. MS-DOS Shell also offers you several ways to view these lists by using commands on the View menu, as follows:
  3878.  
  3879. To view                  Choose
  3880. -------                  ------
  3881. Only directories and     Single File List
  3882. files on a disk
  3883.  
  3884. Directories and files    Dual File Lists
  3885. on two disks
  3886.  
  3887. Files in a selected      All Files
  3888. drive and file
  3889. information
  3890.  
  3891. Only groups and          Program List
  3892. program items
  3893.  
  3894. Groups, program          Program/File Lists
  3895. items, directories,
  3896. and files
  3897.  
  3898. To view a particular list, choose it from the View menu. Here are some suggestions for when to view each list:
  3899.  
  3900. Use                      To
  3901. ---                      --
  3902. Single File List         Find a file in a directory.
  3903.  
  3904. Dual File Lists          Copy or move a file from one
  3905.                          directory or disk to another.
  3906.  
  3907. All Files                Compare information about files.
  3908.  
  3909. Program List             Start a program and an
  3910.                          associated file.
  3911.  
  3912. Program/File Lists       Create a new program item
  3913.                          by copying information from the
  3914.                          file list.
  3915.  
  3916. Next topic:
  3917.    " File List Overview "~1N~@@
  3918.  
  3919. !1N!!2N!!YN!@
  3920. File List Overview
  3921.  
  3922. The file list provides a convenient way to display and work with your disk drives, directories, and files. The file list displays a list of directories (called the Directory Tree) for a selected disk drive, and a list of files for a selected directory. Select a different disk drive to view its directory tree; select a different directory to view its files.
  3923.  
  3924. The menus at the top of the file list window contain commands you use when working with disks, directories, and files. You can use the file list to move, copy, delete, open, print, rename, change the attributes of, and view the contents of files. You can also create, delete, and rename directories. The command prompt is available from the file list as well.
  3925.  
  3926.  
  3927. The following topics teach you the basics of using the file list:
  3928.  
  3929.    " Disk Drives "~$116~
  3930.    " Directories "~$117~
  3931.    " File Selection "~$118~
  3932.    " File Information "~$119~
  3933.  
  3934. Related Procedures
  3935.  
  3936.    " Copying Files "~I113~
  3937.    " Deleting Files "~I117~
  3938.    " Moving Files "~I129~
  3939.    " Printing Files "~I134~
  3940.    " Renaming Files and Directories "~I136~
  3941.    " Searching for Files "~I139~
  3942.    " Viewing File Contents "~I149~
  3943.    " Viewing File, Directory, and Drive Information "~I120~
  3944.  
  3945.  
  3946. Next topic:
  3947.    " Disk Drives "~$116~@@
  3948.  
  3949. !$116!@
  3950. Disk Drives
  3951.  
  3952. When you start MS-DOS Shell, the file list displays the directories and files on the disk that contains the command files for MS-DOS Shell. To work with other directories and files on another drive, you need to select the drive letter. If there are several directories on the new drive, MS-DOS Shell displays a "Reading Disk Information" message.
  3953.  
  3954. Related Procedure
  3955.    " Selecting Drives "~I145~
  3956.  
  3957. Next topic:
  3958.    " Directories "~$117~@@
  3959.  
  3960. !$117!@
  3961. Directories
  3962.  
  3963. In the file list, you display directories to work with the files they contain.
  3964.  
  3965. Selecting Directories
  3966. ---------------------
  3967. The current directory is the selected directory in the Directory Tree. You can select only one directory at a time in each Directory Tree window.
  3968.  
  3969. Expanding Directories
  3970. ---------------------
  3971. When you start MS-DOS Shell, the Directory Tree displays only the first level of directories on the current drive.
  3972.  
  3973. A plus sign (+) to the left of a directory name indicates that one or more subdirectories exists for that directory. If you select a directory icon that includes a plus sign, MS-DOS Shell displays its subdirectories. This is called "expanding" the directory. When you expand a directory, the plus sign changes to a minus sign (-).
  3974.  
  3975. You can also use the commands on the Tree menu to control the amount of directory information displayed. You can expand an entire branch (all subdirectories in the selected directory), a single level of the branch, or all directories in the tree.
  3976.  
  3977. Collapsing Directories
  3978. ----------------------
  3979. You can "collapse" the directory to hide any currently displayed subdirectories. The minus sign (-) changes to a plus sign (+). When you start MS-DOS Shell, it displays the directories in the root directory.
  3980.  
  3981. Related Procedures
  3982.    " Selecting Directories "~I144~
  3983.    " Expanding Directories "~I127~
  3984.    " Collapsing Directories "~I112~
  3985.  
  3986. Next topic: " File Selection "~$118~@@
  3987.  
  3988.  
  3989. !$118!@
  3990. File Selection
  3991.  
  3992. Before you can work with a file in the file list, you must select it. MS-DOS Shell indicates that a file is selected by highlighting its name in the list.
  3993.  
  3994. Within a directory, you can select more than one file at a time. This is called "extending" the selection. For example, you can select several files and copy them to another directory. You can select files that are:
  3995.  
  3996.   * In consecutive order
  3997.  
  3998.   * Scattered throughout the directory
  3999.  
  4000.   * In more than one directory
  4001.  
  4002. You can always cancel a selection or all selections.
  4003.  
  4004. Related Topic
  4005.    " Searching for Files "~I139~
  4006.  
  4007. Related Procedures
  4008.    " Selecting Files "~I146~
  4009.    " Selecting Across Directories "~I140~
  4010.    " Selecting All Files in a Directory "~I141~
  4011.  
  4012. Next topic: " File Information "~$119~@@
  4013.  
  4014. !$119!@
  4015. File Information
  4016.  
  4017. You can control how MS-DOS Shell displays information about files by using the File Display Options command on the Options menu. When you start MS-DOS Shell, the file list displays all the files in the current directory except hidden and system files. The files are listed alphabetically by name from A to Z. You can do the following:
  4018.  
  4019.   * Change the type of file displayed; for example, you
  4020.     can display only files that end with .TXT.
  4021.  
  4022.   * Display hidden and system files.
  4023.  
  4024.   * Sort alphabetically by filename or by extension,
  4025.     by date, by size, or by the order the files are
  4026.     placed on the disk.
  4027.  
  4028.   * Reverse the alphabetical or numerical order that 
  4029.     MS-DOS Shell uses to sort by filename and extension 
  4030.     or by date.
  4031.  
  4032. Related Procedure
  4033.    " Viewing File, Directory, and Drive Information "~I120~
  4034.  
  4035. Next topic:
  4036.    " Program List Overview "~I099~@@
  4037.  
  4038. !I099!@
  4039. Program List Overview
  4040.  
  4041. The program list provides a convenient way to display and group program items so they're easy to locate and start. The list that MS-DOS Shell displays when you first use the program list is called the "Main" group. The program list also comes with a group called "Disk Utilities" that contains an assortment of program items that run MS-DOS commands.
  4042.  
  4043. The menus at the top of the program list window contain commands for working with program items and groups. You can add, delete, organize, and modify groups and programs in the list by using commands on the File menu.
  4044.  
  4045. Related Procedures
  4046.    " Displaying the Program List "~I162~
  4047.    " Opening Program Groups "~I123~
  4048.  
  4049. Next topic:
  4050.    " Program Groups and Program Items "~$140~@@
  4051.  
  4052. !TN!@
  4053. Active Task List Overview
  4054.  
  4055. When task swapping is turned on, the Active Task List displays a list of the programs you started. You use the Active Task List to move from one program to another. For example, you can go from your database program to your spreadsheet, and then to your text editor, without having to quit one program and start another.
  4056.  
  4057. When you quit a program, it is deleted from the Active Task List.
  4058.  
  4059. CAUTION: You should not run 3270 emulator programs with Task Swapper turned on. Using them with Task Swapper may disconnect you from your mainframe and cause data to be lost.
  4060.  
  4061. Related Procedures
  4062.    " Using Task Swapping and the Active Task List "~I152~
  4063.    " Switching Between Programs "~I148~@@
  4064.  
  4065. !$140!@
  4066. Program Groups and Program Items
  4067.  
  4068. A "group" is a name given to a collection of program items. Groups can also contain other program groups.
  4069.  
  4070. A "program item" contains startup instructions for a program. It's not the program file.
  4071.  
  4072. Groups can be distinguished from program items by either a different icon (to the left of the group name in graphics mode) or by brackets (surrounding the group name in text mode).
  4073.  
  4074. You can add groups and program items to and delete them from the program list, as well as change their properties. You can also copy program items to groups.
  4075.  
  4076. The program list comes with the following program items organized by group.
  4077.  
  4078. MAIN GROUP
  4079.  
  4080. Choose this
  4081. program item        To
  4082. ------------        --
  4083. Command Prompt      Use the MS-DOS command prompt.
  4084.  
  4085. Editor              Edit files such as batch programs.
  4086.  
  4087. MS-DOS QBasic       To create, modify or run your own
  4088.                     programs.
  4089.  
  4090. DISK UTILITIES GROUP
  4091.  
  4092. Choose this
  4093. program item        To
  4094. ------------        --
  4095. Disk Copy           Copy the files on a disk to another
  4096.                     disk.
  4097.  
  4098. Backup Fixed Disk   Make backup copies of files on your hard
  4099.                     drive.
  4100.  
  4101. Restore Fixed Disk  Restore files that were backed up.
  4102.  
  4103. Quick Format        Format a disk to accept MS-DOS files.
  4104.  
  4105. Format              Format a disk to accept MS-DOS files.
  4106.  
  4107. Undelete            Restore deleted files.
  4108.  
  4109. Related Procedures:
  4110.    " Backing Up Files "~I165~
  4111.    " Copying Files "~I113~
  4112.    " Formatting Floppy Disks "~I164~
  4113.    " Restoring Backed Up Files "~I166~
  4114.    " Restoring Deleted Files "~I155~
  4115.    " Using the Command Prompt "~I124~
  4116.  
  4117. For more information on MS-DOS Editor, see the online MS-DOS Editor Help. For more information about MS-DOS QBasic, see the online MS-DOS QBasic Help.
  4118.  
  4119. Next topic:
  4120.    " How to Start Programs "~$121~@@
  4121.  
  4122. !$121!@
  4123. How to Start Programs
  4124.  
  4125. MS-DOS Shell offers several ways to start a program:
  4126.  
  4127.   * From the file list, choose a program file or a file
  4128.     associated with it. You can also select the program file
  4129.     and, from the File menu, choose Open. When you quit the
  4130.     program, you will return to MS-DOS Shell.
  4131.  
  4132.   * From the File menu, choose Run. You type the name of
  4133.     the program file and any parameters and switches in the
  4134.     dialog box, and then press ENTER. When you quit the
  4135.     program, you will return to MS-DOS Shell.
  4136.  
  4137.   * From the program list, choose a program item. This is
  4138.     the easiest way to start programs you use frequently or
  4139.     programs in different directories. When you quit the
  4140.     program, you will return to MS-DOS Shell.
  4141.  
  4142.   * From the Main group, choose Command Prompt. You type the
  4143.     name of the program file and any parameters and switches
  4144.     on the command line, and then press ENTER. When you quit
  4145.     the program, you must type EXIT to return to MS-DOS
  4146.     Shell.
  4147.  
  4148. If you                             Start it by using
  4149. ------                             -----------------
  4150. Use the program frequently         The program list
  4151.  
  4152. Know the path                      The Run command or the
  4153.                                    file list
  4154.  
  4155. Do not know the path               The file list
  4156.  
  4157. Want to temporarily leave          The Command Prompt
  4158. MS-DOS Shell                       program item in the
  4159.                                    Main group
  4160.  
  4161.  
  4162. Related Procedure
  4163.    " Starting Programs "~I147~
  4164.  
  4165. Next topic:
  4166.    " How to Use More than One Program "~$122~@@
  4167.  
  4168. !$122!@
  4169. How to Use More than One Program
  4170.  
  4171. You can start several programs and move from one to another. For example, you can go from your database program to your spreadsheet, and then to your text editor, without having to quit one program and start another.
  4172.  
  4173. When you choose the Enable Task Swapper command, each program you start is added to the Active Task List. You use the Active Task List to move from one program to another.
  4174.  
  4175. When you quit a program, it is deleted from the Active Task List.
  4176.  
  4177. CAUTION: You should not run 3270 emulator programs with Task Swapper turned on. Using them with Task Swapper may disconnect you from your mainframe and cause data to be lost.
  4178.  
  4179. Related Procedures
  4180.    " Using Task Swapping and the Active Task List "~I152~
  4181.    " Switching Between Programs "~I148~
  4182.  
  4183. Next topic:
  4184.    " Associated Files "~$123~@@
  4185.  
  4186. !$123!@
  4187. Associated Files
  4188.  
  4189. If you have a set of files that you often use with a particular program, you can save time by associating files with the program. Then, when you choose a file, the program starts and automatically loads the file.
  4190.  
  4191. For example, you could associate all .TXT files with your text editor. Then, whenever you opened any .TXT file, MS-DOS Shell would automatically start your text editor and load the .TXT file.
  4192.  
  4193. You can also associate files without an extension with a program file. Note that every file without an extension will be associated with the selected program file.
  4194.  
  4195. When associating multiple extensions, you can type up to 79 characters in the dialog box. However, you can only associate an extension with one program at a time. For example, you can't associate the extension .TXT with two different text editors at the same time.
  4196.  
  4197. You can also cancel the association between a file and a program.
  4198.  
  4199. There may be times when you need to use an already associated file with a different program. You can use the Run command to do this.
  4200.  
  4201. Related Procedures
  4202.    " Associating Files with a Program "~I105~
  4203.    " Starting Programs "~I147~
  4204.  
  4205. Next topic:
  4206.    " How to Leave MS-DOS Shell "~$125~@@
  4207.  
  4208. !$125!@
  4209. How to Leave MS-DOS Shell
  4210.  
  4211. There are two ways to leave MS-DOS Shell and move to the MS-DOS command prompt. You can do the following:
  4212.  
  4213.   * Leave MS-DOS Shell temporarily, work on the MS-DOS
  4214.     command line while MS-DOS Shell is still running
  4215.     in memory, and return to MS-DOS Shell when you are
  4216.     finished.
  4217.  
  4218.   * Quit MS-DOS Shell and remove it from memory.
  4219.  
  4220. Related Procedures
  4221.    " Using the Command Prompt "~I124~
  4222.    " Quitting MS-DOS Shell "~I126~
  4223.  
  4224. That's it for the MS-DOS Shell Basics. Choose Using Help from the Help menu to learn more about the Help system.@@
  4225.  
  4226. !R100!@
  4227. Basic Procedures
  4228.  
  4229. Using the Mouse
  4230.    " Working with a Mouse "~I150~
  4231.  
  4232. Moving
  4233.    " Selecting Windows "~I128~
  4234.  
  4235. Using Menus and Commands
  4236.    " Selecting and Canceling Menus "~I142~
  4237.    " Choosing Commands "~I110~
  4238.    " Using Dialog Box Options "~I143~
  4239.    " Scrolling Through Lists "~I138~
  4240.    " Choosing Command Buttons "~I109~@@
  4241.  
  4242. !R101!@
  4243. File List Procedures
  4244.  
  4245. The following are procedures you use when working in the file list:
  4246.  
  4247. Displaying File Lists
  4248. ---------------------
  4249.    " Displaying a List of Files in a Directory "~I119~
  4250.    " Displaying Two File Lists "~I121~
  4251.    " Displaying a List of All Files "~I118~
  4252.    " Displaying the File List and the Program List "~I125~
  4253.    " Selecting Windows "~I128~
  4254.    " Updating the Lists "~I161~
  4255.  
  4256. Working with the Directory Tree
  4257. -------------------------------
  4258.    " Selecting Drives "~I145~
  4259.    " Viewing File, Directory, and Drive Information "~I120~
  4260.    " Selecting Directories "~I144~
  4261.    " Expanding Directories "~I127~
  4262.    " Collapsing Directories "~I112~
  4263.    " Changing the File Display Order "~I132~
  4264.    " Selecting Files "~I146~
  4265.    " Selecting Files Across Directories "~I140~
  4266.    " Selecting All Files in a Directory "~I141~
  4267.    " Searching for Files "~I139~
  4268.  
  4269. Working with Files and Directories
  4270. ----------------------------------
  4271.    " Creating Directories "~I115~
  4272.    " Copying Files "~I113~
  4273.    " Moving Files "~I129~
  4274.    " Deleting Files and Directories "~I117~
  4275.    " Restoring Deleted Files "~I155~
  4276.    " Renaming Files and Directories "~I136~
  4277.    " Viewing File Contents "~I149~
  4278.    " Viewing File, Directory, and Drive Information "~I120~
  4279.    " Changing File Attributes "~I107~
  4280.    " Printing Files "~I134~
  4281.    " Associating Files with a Program "~I105~
  4282.    " Opening Files "~I131~@@
  4283.  
  4284. !R102!@
  4285. Program List Procedures
  4286.  
  4287. The following are procedures you use when working in the program list:
  4288.  
  4289. Displaying the Program List
  4290. ---------------------------
  4291.    " Displaying the Program List "~I162~
  4292.    " Displaying the File List and the Program List "~I125~
  4293.    " Selecting Windows "~I128~
  4294.  
  4295. Creating and Deleting Groups
  4296. ----------------------------
  4297.    " Opening Program Groups "~I123~
  4298.    " Adding and Changing Program Groups "~I100~
  4299.    " Deleting Program Items and Program Groups "~I116~
  4300.  
  4301. Changing the Contents of a Group
  4302. --------------------------------
  4303.    " Adding Program Items to Program Groups "~I102~
  4304.    " Copying Program Items "~I114~
  4305.    " Deleting Program Items and Program Groups "~I116~
  4306.    " Changing Program Item Properties "~I104~
  4307.    " Reordering Program Items in a Program Group "~I133~
  4308.  
  4309. Using More than One Program
  4310. ---------------------------
  4311.    " Using Task Swapping and the Active Task List "~I152~
  4312.    " Switching Between Programs"~I148~@@
  4313.  
  4314. !R103!@
  4315. Running Programs
  4316.  
  4317. The following are procedures you use when working with programs:
  4318.  
  4319.    " Starting Programs "~I147~
  4320.    " Using Task Swapping and the Active Task List "~I152~
  4321.    " Switching Between Programs "~I148~@@
  4322.  
  4323. !R104!@
  4324. Other MS-DOS Shell Procedures
  4325.  
  4326. The following are some additional procedures you use with MS-DOS Shell:
  4327.  
  4328.    " Using the Command Prompt "~I124~
  4329.    " Leaving MS-DOS Shell "~I160~
  4330.    " Changing Colors "~I106~
  4331.    " Changing the Screen Display "~I154~
  4332.    " Repainting the Screen Display "~I135~
  4333.    " Changing Confirmation Messages "~I108~
  4334.    " Quitting MS-DOS Shell "~I126~@@
  4335.  
  4336. !Q!@
  4337. Commands Help
  4338.  
  4339. Choose a topic to learn about the commands on that menu.
  4340.  
  4341. FILE LIST MENUS
  4342.    " File Menu "~I205~
  4343.    " Options Menu "~I202~
  4344.    " View Menu "~I203~
  4345.    " Tree Menu "~I204~
  4346.    " Help Menu "~I210~
  4347.  
  4348. PROGRAM LIST MENUS
  4349.    " File Menu "~I201~
  4350.    " Options Menu "~I202~
  4351.    " View Menu "~I209~
  4352.    " Help Menu "~I210~
  4353.  
  4354. VIEW SCREEN MENUS
  4355.    " Display Menu "~I207~
  4356.    " View Menu "~I208~
  4357.    " Help Menu "~I210~@@
  4358.  
  4359. !I201!@
  4360. File Menu Commands
  4361.  
  4362. Choose a topic to learn about that command.
  4363.  
  4364.    " New Command "~PMAA~
  4365.    " Open Command "~PMAB~
  4366.    " Copy Command "~PMAC~
  4367.    " Delete Command "~PMAD~
  4368.    " Properties Command "~PMAE~
  4369.    " Reorder Command "~PMAF~
  4370.    " Run Command "~PMAH~
  4371.    " Exit Command "~PMAJ~@@
  4372.  
  4373. !I202!@
  4374. Options Menu Commands
  4375.  
  4376. Choose a topic to learn about that command.
  4377.  
  4378.    " Confirmation Command "~YMDD~
  4379.    " File Display Options Command "~YMDE~
  4380.    " Select Across Directories Command "~YMDF~
  4381.    " Show Information Command "~YMDG~
  4382.    " Enable Task Swapper Command "~YMDH~
  4383.    " Display Command "~YMDI~
  4384.    " Colors Command "~YMDJ~@@
  4385.  
  4386. !I203!@
  4387. View Menu Commands
  4388.  
  4389. Choose a topic to learn about that command.
  4390.  
  4391.    " Single File List Command "~YMDK~
  4392.    " Dual File Lists Command "~YMDL~
  4393.    " All Files Command "~YMDM~
  4394.    " Program/File Lists Command "~YMDN~
  4395.    " Program List Command "~YMDO~
  4396.    " Repaint Screen Command "~YMEA~
  4397.    " Refresh Command "~YMEB~@@
  4398.  
  4399. Program List's !I209!@
  4400. View Menu Commands
  4401.  
  4402. Choose a topic to learn about that command.
  4403.  
  4404.    " Single File List Command "~YMDK~
  4405.    " Dual File Lists Command "~YMDL~
  4406.    " All Files Command "~YMDM~
  4407.    " Program/File Lists Command "~YMDN~
  4408.    " Program List Command "~YMDO~
  4409.    " Repaint Screen Command "~YMEA~@@
  4410.  
  4411. !I204!@
  4412. Tree Menu Commands
  4413.  
  4414. Choose a topic to learn about that command.
  4415.  
  4416.    " Expand One Level Command "~YMEC~
  4417.    " Expand Branch Command "~YMED~
  4418.    " Expand All Command "~YMEE~
  4419.    " Collapse Branch Command "~YMEF~@@
  4420.  
  4421. File List's !I205!@
  4422. File Menu Commands
  4423.  
  4424. Choose a topic to learn about that command.
  4425.  
  4426.    " Open Command "~1MCA~
  4427.    " Run Command "~1MCB~
  4428.    " Print Command "~1MCC~
  4429.    " Associate Command "~1MCD~
  4430.    " Search Command "~1MCE~
  4431.    " View File Contents Command "~1MCF~
  4432.    " Move Command "~1MCH~
  4433.    " Copy Command "~1MCI~
  4434.    " Delete Command "~1MCJ~
  4435.    " Rename Command "~1MCK~
  4436.    " Change Attributes Command "~1MCL~
  4437.    " Create Directory Command "~1MCN~
  4438.    " Select All Command "~1MCP~
  4439.    " Deselect All Command "~1MDA~
  4440.    " Exit Command "~1MDC~@@
  4441.  
  4442. !I207!@
  4443. Display Menu Commands
  4444.  
  4445. Choose a topic to learn about that command.
  4446.  
  4447.    " ASCII Command "~VMEO~
  4448.    " Hex Command "~VMEP~@@
  4449.  
  4450. View Screen's
  4451. !I208!@
  4452. View Menu Commands
  4453.  
  4454. Choose a topic to learn about that command.
  4455.  
  4456.    " Repaint Screen Command "~YMEA~
  4457.    " Restore View Command "~VMFB~@@
  4458.  
  4459. !I210!@
  4460. Help Menu
  4461.  
  4462. Choose a topic to learn about that command.
  4463.  
  4464.    " Index Command "~PMBI~
  4465.    " Keyboard Command "~PMBJ~
  4466.    " Shell Basics Command "~PMBK~
  4467.    " Commands Command "~PMBL~
  4468.    " Procedures Command "~PMBM~
  4469.    " Using Help Command "~PMBN~
  4470.    " About Shell Command "~PMBP~@@
  4471.  
  4472. !H106!!U!!PDZV!!1DZV!!2DZV!!YDZV!!VSZV!@
  4473. Using Help
  4474.  
  4475. MS-DOS Shell Help provides a quick way to get information about basic MS-DOS Shell skills, menus, commands, dialog boxes and options, and procedures. You can get quick Help for most items displayed in MS-DOS Shell by pressing the F1 key. Use the Help menu to get additional information about topics such as MS-DOS Shell procedures.
  4476.  
  4477. In the Help window, MS-DOS Shell displays the topics you can choose in a different color.
  4478.  
  4479. To choose a Help topic:
  4480.  
  4481. - Double-click the topic.
  4482.  
  4483. Or
  4484.  
  4485. 1. Press TAB until the topic you want is selected.
  4486. 2. Press ENTER.
  4487.  
  4488. For more information about Help, choose one of the following topics below:
  4489.  
  4490.    " Requesting Help Directly "~H100~
  4491.    " Using Help Buttons "~H102~
  4492.    " Using Help Menu Commands "~H103~
  4493.    " How to Learn About MS-DOS Shell "~H104~
  4494.  
  4495. Next topic:
  4496.    " Requesting Help Directly "~H100~@@
  4497.  
  4498. !H100!@
  4499. Requesting Help Directly
  4500.  
  4501. You can get Help on items MS-DOS Shell displays by pressing F1.
  4502.  
  4503. To get Help on a menu, command, or dialog box option:
  4504.  
  4505. 1. Select the item you want Help on.
  4506. 2. Press F1.
  4507.    Help displays a window with information about
  4508.    the item you selected.
  4509.  
  4510. To get a description of a dialog box:
  4511.  
  4512.  - In the dialog box, choose the Help button.
  4513.  
  4514. Or
  4515.  
  4516. 1. Select the Help button.
  4517. 2. Press F1 or ENTER.
  4518.  
  4519. Next topic:
  4520.    " Using Help Buttons "~H102~@@
  4521.  
  4522. !H102!@
  4523. Using Help Buttons
  4524.  
  4525. Help displays a row of command buttons at the bottom of each Help window.
  4526.  
  4527. To                             Choose this button
  4528. --                             ------------------
  4529. Close the current              Close
  4530. Help window
  4531.  
  4532. Return to the previous topic   Back
  4533.  
  4534. See a list of MS-DOS Shell     Index
  4535. Help topics
  4536.  
  4537. See a list of MS-DOS Shell     Keys
  4538. shortcut keys
  4539.  
  4540. Get Help on using Help         Help
  4541.  
  4542.  
  4543. Next topic: " Using Help Menu Commands "~H103~@@
  4544.  
  4545. !H103!@
  4546. Using Help Menu Commands
  4547.  
  4548. The following list describes commands on the Help menu:
  4549.  
  4550. Index
  4551. -----
  4552. Provides a list of MS-DOS Shell topics.
  4553.  
  4554. Keyboard
  4555. --------
  4556. Lists keys, key combinations and shortcut keys you use with MS-DOS Shell.
  4557.  
  4558. Commands
  4559. --------
  4560. Explains all MS-DOS Shell commands. This information is organized according to the menus in which the commands appear. (You can get the same information by selecting a command and pressing F1).
  4561.  
  4562. Procedures
  4563. ----------
  4564. Provides step-by-step instructions for performing tasks in MS-DOS Shell.
  4565.  
  4566. Shell Basics
  4567. ------------
  4568. Provides an introduction to using MS-DOS Shell.
  4569.  
  4570. Using Help
  4571. ----------
  4572. Provides an introduction to MS-DOS Shell Help. This is the information you are using right now.
  4573.  
  4574. About Shell
  4575. -----------
  4576. Displays copyright and version information about MS-DOS Shell.
  4577.  
  4578. Next topic: " How to Learn About MS-DOS Shell "~H104~@@
  4579.  
  4580. !H104!@
  4581. How to Learn About MS-DOS Shell
  4582.  
  4583. Following are several ways to learn more about MS-DOS Shell:
  4584.  
  4585. If you want                        Use
  4586. -----------                        ---
  4587. Instant Help                       The F1 key
  4588.  
  4589. An introduction to MS-DOS Shell    The Shell Basics command
  4590.                                    on the Help menu
  4591.  
  4592. Step-by-step instructions          The Procedures command
  4593.                                    on the Help menu@@
  4594.  
  4595. More information -- x-refs from program item and group F1 Help
  4596.  
  4597. !$129!@
  4598. More on Command Prompt
  4599.  
  4600. You can start a program by typing the exact program filename and then pressing ENTER. If the file is not in the current directory, you must precede the filename with its complete path. You can use the MS-DOS directory wildcards (.. and .) to specify paths.
  4601.  
  4602. Type any parameters for the program after the program name. For example, to automatically open a file when you start your text editor, type the name of your text editor's program file followed by the name of your text file.
  4603.  
  4604. For more information on MS-DOS commands, type HELP at the command prompt. For more information about wildcards, see "MS-DOS Basics" in the User's Guide.@@
  4605.  
  4606. !$130!@
  4607. More on Editor
  4608.  
  4609. When you quit Editor, you will return to MS-DOS Shell.
  4610.  
  4611. You can specify the following parameter and switches:
  4612.  
  4613. [[drive:][path[filename]] [/B] [/G] [/H] [/NOHI]
  4614.  
  4615. /B       Allows the use of monochrome screen with a
  4616.          color graphics card.
  4617. /G       Provides the fastest update of a CGA screen.
  4618. /H       Displays the maximum number of lines possible
  4619.          for your screen.
  4620. /NOHI    Allows the use of a screen without high-intensity
  4621.          support.
  4622.  
  4623. For information about using MS-DOS Editor, see the online MS-DOS Editor Help.@@
  4624.  
  4625. !$131!@
  4626. More on MS-DOS QBasic
  4627.  
  4628. When you quit MS-DOS QBasic, you will return to MS-DOS Shell.
  4629.  
  4630. You can specify the following parameter and switches:
  4631.  
  4632. [/B] [/EDITOR] [/G] [/H] [MBF] [/NOHI] [[/RUN]
  4633.     [drive:][path]filename
  4634.  
  4635.  
  4636. /B                Allows the use of monochrome screen with a
  4637.                   color graphics card.
  4638. /EDITOR           Starts MS-DOS Editor.
  4639. /G                Provides the fastest update of a CGA
  4640.                   screen.
  4641. /H                Displays the maximum number of lines
  4642.                   possible for your screen.
  4643. /MBF              Converts the built-in functions MK$$,
  4644.                   MKD$, CVS, and CVD to MKSMBF$, MKDMBF$,
  4645.                   CVSMBF, and CDVMBF, respectively.
  4646. /NOHI             Allows the use of a screen with high-
  4647.                   intensity support.
  4648. /RUN              Runs a program file in QBasic before
  4649.                   displaying it.
  4650. [drive:][path]filename
  4651.                   Specifies the program file to load or run.
  4652.  
  4653. For information about using MS-DOS QBasic, see the online MS-DOS QBasic Help.@@
  4654.  
  4655. !$132!@
  4656. More on Disk Copy
  4657.  
  4658. You can specify the following parameters and switches:
  4659.  
  4660. [drive1: [drive2:]] [/1] [/V]
  4661.  
  4662. drive1:   Specifies the drive containing the source disk.
  4663. drive2:   Specifies the drive containing the destination disk.
  4664. /1        Copies only the first side of the disk.
  4665. /V        Verifies that the information is copied correctly.
  4666.  
  4667. The two disks must be the same type.
  4668. You may specify the same drive for drive1 and drive2.
  4669.  
  4670. Related Procedure
  4671.    " Copying Files "~I113~
  4672.  
  4673. For more information about the DISKCOPY command, type HELP DISKCOPY at the command prompt.
  4674.  
  4675. !$133!@
  4676. More on MS Backup
  4677.  
  4678. You can specify the following parameters and switches:
  4679.  
  4680. [filename] [/BW] [/LCD] [/MDA]
  4681.  
  4682. filename            Specifies the name of the MS Backup setup file to be loaded.
  4683.                     You do not need to include the .SET extension.
  4684. /BW                 Specifies a VGA monochrome display.
  4685. /LCD                Specifies a laptop LCD display.
  4686. /MDA                Specifies an IBM monochrome (or compatible) display.
  4687.  
  4688. Related Procedures
  4689.    " Backing Up Files "~I165~
  4690.    " Restoring Backed Up Files "~I166~
  4691.  
  4692. For more information about the parameters and switches, type HELP MSBACKUP at the command prompt.@@
  4693.  
  4694. !$134!@
  4695. More on MS Anti-Virus
  4696.  
  4697. You can specify the following parameters and switches:
  4698.  
  4699. [[drive:] [drive:] [drive:] | [path]] [/S] [/C] [/R] [/A] [/L] [/N] [/P] [/F] [/VIDEO]
  4700.  
  4701. drive:           Specifies the drive(s) on which to check for viruses.
  4702. path[filename]   Specifies the location and/or file(s) you want to scan.
  4703. /S               Scans for viruses.
  4704. /C               Scans for viruses and cleans up viruses that are detected.
  4705. /R               Displays a summary of the results after the check for
  4706.                  viruses is complete.
  4707. /A               Scans all disk drives except A and B.
  4708. /L               Scans all local disk drives except A and B.
  4709. /N               Supresses full-screen interface and results; stores 
  4710.                  results, if any viruses are detected, in a file called
  4711.                  MSAV.TXT.
  4712. /P               Supresses full-screen interface, but displays results
  4713.                  when scanning is complete.
  4714. /F               Supresses the names of files scanned. This switch is
  4715.                  valid only when used with the /N or /P switch.
  4716. /VIDEO           Displays a list of additional switches that affect how 
  4717.                  MS Anti-Virus is displayed.
  4718.  
  4719. For more information about MS Anti-Virus, type HELP MSAV at the command prompt.@@
  4720.  
  4721. !$135!@
  4722. More on Format Disk
  4723.  
  4724. You can specify the following parameters and switches:
  4725.  
  4726. drive: [/V[:label]] [/Q] [/U] [/F:size] [/B | /S]
  4727. drive: [/V[:label]] [/Q] [/U] [/T:tracks /N:sectors]
  4728.    [/B | /S]
  4729. drive: [/V[:label]] [/Q] [/U] [/1] [/4] [/B | /S]
  4730. drive: [/Q] [/U] [/1] [/4] [/8] [/B | /S]
  4731.  
  4732. /V[:label]  Specifies the volume label.
  4733. /Q          Performs a quick format.
  4734. /U          Performs an unconditional format.
  4735. /F:size     Specifies the size of the floppy disk to format,
  4736.             in kilobytes (such as 360, 720, 1.2, 1.44).
  4737. /B          Allocates space on the formatted disk for system
  4738.             files.
  4739. /S          Copies system files to the formatted disk.
  4740. /T:tracks   Specifies the number of tracks per disk side.
  4741. /N:sectors  Specifies the number of sectors per track.
  4742. /1          Formats a single side of a floppy disk.
  4743. /4          Formats a 5.25-inch 360K floppy disk in a
  4744.             high-density drive.
  4745. /8          Formats eight sectors per track.
  4746.  
  4747. Related Procedure
  4748.    " Formatting Floppy Disks "~I164~
  4749.  
  4750. For more information about the FORMAT command, type HELP FORMAT at the command prompt.@@
  4751.  
  4752. !$136!@
  4753. More on Quick Format
  4754.  
  4755. If the disk has already been formatted and needs to be formatted again, Quick Format is much faster than Format.
  4756.  
  4757. You can specify the following parameters and switches:
  4758.  
  4759. drive: [/V[:label]] [/U] [/B | /S]
  4760.  
  4761. /V[:label]  Labels the disk as specified.
  4762. /U          Performs an unconditional format.
  4763. /B          Allocates space on the formatted disk for system
  4764.             files.
  4765. /S          Copies system files to the formatted disk.
  4766.  
  4767. Related Procedure
  4768.    " Formatting Floppy Disks "~I164~
  4769.  
  4770. For more information about the FORMAT command, type HELP FORMAT at the command prompt.@@
  4771.  
  4772. !$137!@
  4773. More on Undelete
  4774.  
  4775. You can specify the following parameters and switches:
  4776.  
  4777. [[drive:][path]filename] [/DT | /DS | /DOS]
  4778.  
  4779. [/LIST|/ALL|/PURGE[:drive] | /STATUS | /LOAD | /UNLOAD | /S[:drive] | /Tdrive[-entries]]
  4780.  
  4781. [drive:][path]filename
  4782.                   Specifies the location and/or name(s) of 
  4783.                   the files you want to recover.
  4784. /DT               Recovers only files listed in the 
  4785.                   deletion-tracking file.
  4786. /DS               Recovers only those files listed in the
  4787.                   SENTRY directory.
  4788. /DOS              Recovers only those files that are internally
  4789.                   listed as deleted by MS-DOS.
  4790. /LIST             Lists the deleted files that are available
  4791.                   to be recovered.
  4792. /ALL              Recovers deleted files without prompting
  4793.                   for confirmation on each file.
  4794. /PURGE[:drive]    Purges contents of the delete-sentry directory.
  4795. /STATUS           Displays the type of delete protection in effect
  4796.                   for each drive.
  4797. /LOAD             Loads Undelete using the UNDELETE.INI options.
  4798. /UNLOAD           Unloads Undelete from memory.
  4799. /S[:drive]        Enables delete-sentry method of protection, and
  4800.                   loads Undelete in memory.
  4801. /Tdrive[-entries] Enables delete-tracking method of protection,
  4802.                   and loads Undelete in memory.
  4803.  
  4804. Related Procedure
  4805.    " Restoring Deleted Files "~I155~
  4806.  
  4807. For more information about the parameters and switches, type HELP UNDELETE at the command prompt.
  4808.  
  4809. For more information about the TMP variable, see "Configuring Your System," in the User's Guide.
  4810.  
  4811. UNDELETE (c) Copyright 1987-1991, Central Point Software, Inc.@@
  4812.  
  4813.