home *** CD-ROM | disk | FTP | other *** search
/ The Don Maslin Archive / maslin_archive.zip / AARDVARK_Tape_Backups / maslin_c_d_3oct95 / ddrive / sydex / sanyo / helpdex.td0 / SANYO55X.HDX < prev   
Text File  |  1992-03-02  |  17KB  |  435 lines

  1. 80/F0/07/F0/F0/F0/07
  2. Sanyo MBC 550/555 Series MS-DOS 2.11 Commands
  3. Index
  4. 12
  5.              15 February 1990
  6.  
  7. SYNTAX     Understanding the syntax.      APPENDIX
  8. KEYS       Editing and function keys.     APPENDIX
  9. KEYS55X    Sanyo MBC 550/555 keyboard.    APPENDIX
  10. WILDCARDS  Wild card characters ? and *.  APPENDIX
  11. IN/OUTPUT  Redirection and piping.        APPENDIX
  12. CREDITS    References and trademarks.     HELP
  13. -----------------------------------------
  14. ASSIGN     Assign logical drive.          MS-DOS2
  15. BACKUP     Backup hard disk.              MS-DOS2
  16. BASIC      Run GW-BASIC interpreter.
  17. BASICA     Run GW-BASIC interpreter.
  18. BLANKCGA   Blank video board display.
  19. BLANKSV    Blank standard video display.
  20. BREAK      Toggle BREAK switch.           MS-DOS2
  21. BW         Set video mode to BW80.        MS-DOS2
  22. CD         Change directory.              MS-DOS2
  23. CHDIR      Change directory.              MS-DOS2
  24. CHKDSK     Check diskette.                MS-DOS2
  25. CLEAR      Clear console screen.
  26. CLS        Clear console screen.          MS-DOS2
  27. COLOR      Set video mode to C80.         MS-DOS2
  28. COMMAND    Load secondary COMMAND.        MS-DOS2
  29. COMP       Compare files.                 MS-DOS2
  30. CONFIG     Set DS-DOS drive flags.
  31. COPY       Copy files.                    MS-DOS2
  32. CTTY       Change I/O device.             MS-DOS2
  33. DATE       Display and/or set date.       MS-DOS2
  34. DEL        Delete file.                   MS-DOS2
  35. DIR        Display directory.             MS-DOS2
  36. DISKCOMP   Compare diskettes.             MS-DOS2
  37. DISKCOPY   Copy diskette.
  38. DSKCPYV    Copy diskette with V20.
  39. ECHO       Toggle console ECHO switch.    MS-DOS2
  40. ERASE      Delete a file.                 MS-DOS2
  41. EXE2BIN    Convert EXE file to binary.    MS-DOS2
  42. EXIT       Terminate secondary COMMAND.   MS-DOS2
  43. FC         Compare files.                 MS-DOS2
  44. FIND       Search file for text string.   MS-DOS2
  45. FOR        Iteration command.             MS-DOS2
  46. FORMAT     Format a diskette.
  47. FORMATV    Format a diskette with V20.
  48. GOTO       Go to a label.                 MS-DOS2
  49. GRAPHICS   Enable graphics screen print.
  50. HELP       Run 550/555 DOS help program.
  51. IBMKEYS    IBM keystroke emulator.
  52. IF         Execute command on condition.  MS-DOS2
  53. MD         Make a new directory.          MS-DOS2
  54. MKDIR      Make a new directory.          MS-DOS2
  55. MODE       Set the display mode.
  56. MORE       Output one screen at a time.   MS-DOS2
  57. PATH       Set directory path.            MS-DOS2
  58. PAUSE      Pause batch file execution.    MS-DOS2
  59. PRINT      Send file to print device.     MS-DOS2
  60. PROMPT     Change DOS command prompt.     MS-DOS2
  61. RD         Remove a directory.            MS-DOS2
  62. RECOVER    Recover the deleted file.      MS-DOS2
  63. REM        Display remark.                MS-DOS2
  64. REN        Rename a file.                 MS-DOS2
  65. RENAME     Rename a file.                 MS-DOS2
  66. RESTORE    Load backup to hard disk.      MS-DOS2
  67. RMDIR      Remove a directory.            MS-DOS2
  68. SBASIC     Run Sanyo BASIC interpreter.
  69. SCOPY      Single drive file copy.        MS-DOS2
  70. SCREEN     Set the display mode.
  71. SET        Set string value.              MS-DOS2
  72. SHIFT      Shift parameter.               MS-DOS2
  73. SORT       Sort output to terminal.       MS-DOS2
  74. SVIDEO     Toggle MissingLink SoftVIDEO.
  75. SWCHR      Change the switch character.   MS-DOS2
  76. SYS        Transfer DOS system files.     MS-DOS2
  77. TIME       Display and/or set time.       MS-DOS2
  78. TREE       Display the directory tree.    MS-DOS2
  79. TYPE       List file to screen.           MS-DOS2
  80. TYPEF      List file to screen.           MS-DOS2
  81. VER        Display DOS version number.    MS-DOS2
  82. VERIFY     Toggle VERIFY switch.          MS-DOS2
  83. VIDEO      Toggle DS-DOS video driver.
  84. VOL        Display the volume label.      MS-DOS2
  85. VOLUME     Label/relabel the disk.        MS-DOS2
  86. !DOCUMENT
  87. !BASIC
  88. COMMAND:  BASIC            Microsoft GW-BASIC for Sanyo MBC 550/555 MS-DOS 2.11
  89.  
  90. TYPE:     External DOS command.  Requires Sanyo IBM video board or MissingLink
  91.           Plus SoftVIDEO option.
  92.  
  93. PURPOSE:  Run the GW-BASIC interpreter.  Optionally executes the program name
  94.           given as a parameter.  Same as BASICA.
  95.  
  96. SYNTAX:
  97.  
  98.   BASIC [drive][filename]
  99.  
  100. EXAMPLE:
  101.  
  102.   BASICA TEST       loads the GW-BASIC interpreter and executes TEST.BAS.
  103.  
  104. As a result of hardware differences in the disk controller, keyboard interface,
  105. and serial interface between the Sanyo MBC 550/555 Series computer system and
  106. the IBM PC/XT/AT computer systems, the BASIC.COM, BASIC.EXE, and BASICA.COM
  107. files for GW-BASIC supplied for the MBC 550/555 are different versions than
  108. those supplied with standard MS-DOS/PC-DOS.  However, syntax and usage are the
  109. same in either case.
  110. !BASICA
  111. COMMAND:  BASICA           Microsoft GW-BASIC for Sanyo MBC 550/555 MS-DOS 2.11
  112.  
  113. TYPE:     External DOS command.  Requires Sanyo IBM video board or MissingLink
  114.           Plus SoftVIDEO option.
  115.  
  116. PURPOSE:  Run the GW-BASIC interpreter.  Optionally executes the program name
  117.           given as a parameter.  Same as BASIC.
  118.  
  119. SYNTAX:
  120.  
  121.   BASICA [drive][filename]
  122.  
  123. EXAMPLE:
  124.  
  125.   BASICA TEST       loads the GW-BASIC interpreter and executes TEST.BAS.
  126.  
  127. As a result of hardware differences in the disk controller, keyboard interface,
  128. and serial interface between the Sanyo MBC 550/555 Series computer system and
  129. the IBM PC/XT/AT computer systems, the BASIC.COM, BASIC.EXE, and BASICA.COM
  130. files for GW-BASIC supplied for the MBC 550/555 are different versions than
  131. those supplied with standard MS-DOS/PC-DOS.  However, syntax and usage are the
  132. same in either case.
  133. !BLANKCGA
  134. COMMAND:  BLANKCGA                      by Rich Winkel for MS-DOS 2.XX and 3.XX
  135.  
  136. TYPE:     External DOS command.  Requires Sanyo IBM video board option.
  137.  
  138. PURPOSE:  Blank the video board display after approximately 5 minutes of
  139.           inactivity to prevent permanent damage to the phospher of the CRT.
  140.  
  141. SYNTAX:
  142.  
  143.   BLANKCGA
  144.  
  145. EXAMPLE:
  146.  
  147.   BLANKCGA      installs the memory resident program BLANKCGA to blank
  148.                 the video board display after approximately 5 minutes of
  149.                 inactivity.  Place this command in the AUTOEXEC.BAT file
  150.                 to install BLANKCGA at the time the system is loaded.
  151.  
  152. The time delay of 5 minutes can be changed to a longer or shorter period of
  153. time by using DEBUG to modify the byte value at locations xxxx:0131 and
  154. xxxx:0160.  The delay in seconds is 14 times the byte value.  The standard
  155. value is 15H for a delay of 14 x 21 = 294 seconds or 4 minutes 54 seconds.
  156. Replacing 15H with 0BH would change the delay to 14 x 11 = 154 seconds or
  157. 2 minutes 34 seconds.
  158. !BLANKSV
  159. COMMAND:  BLANKSV                     author unknown for Sanyo MBC 550/555 only
  160.  
  161. TYPE:     External DOS command.
  162.  
  163. PURPOSE:  Blank the standard Sanyo video display after a specified period of
  164.           inactivity to prevent permanent damage to the phospher of the CRT.
  165.  
  166. SYNTAX:
  167.  
  168.   BLANKSV [n]
  169.  
  170.   where n is an integer specifiying in seconds the duration of the period of
  171.   inactivity after which the display is blanked until another key is pressed.
  172.  
  173. EXAMPLE:
  174.  
  175.   BLANKSV 300   installs the memory resident program BLANKSV to blank the
  176.                 standard Sanyo video display after approximately 5 minutes
  177.                 of inactivity.  Place this command in the AUTOEXEC.BAT file
  178.                 to install BLANKSV at the time the system is loaded.
  179. !CLEAR
  180. COMMAND:  CLEAR                    by Robert F. Soltau for MS-DOS 2.XX and 3.XX
  181.  
  182. TYPE:     External DOS command.
  183.  
  184. PURPOSE:  Clear console display when the ANSI driver is not installed.  The
  185.           video mode is reset to BW80, the display is cleared, and the cursor
  186.           positioned in the upper left corner of the display.
  187.  
  188. SYNTAX:
  189.  
  190.   CLEAR
  191.  
  192. EXAMPLE:
  193.  
  194.   CLEAR   sets video mode to BW80 and clears the console display.
  195. !CONFIG
  196. COMMAND:  CONFIG                by Timothy Purves for MichTron DS-DOS Plus 2.11
  197.  
  198. TYPE:     External DS-DOS command.
  199.  
  200. PURPOSE:  Set DS-DOS Plus 2.11 system drive flags for 40 track or 80 track
  201.           drives.
  202.  
  203. SYNTAX:
  204.  
  205.   CONFIG
  206.  
  207. EXAMPLE:
  208.  
  209.   CONFIG       displays menu on console display device for selecting drive
  210.                types.
  211.  
  212. The system drive flags must be set for DS-DOS Plus 2.11 with the CONFIG command
  213. before the system can access a drive.  The flags may be temporarily set or
  214. saved to disk.  DS-DOS Plus 2.11 can only load the system from a 40 track disk
  215. in a 40 track drive or from an 80 track disk in an 80 track drive irrespective
  216. of how the drive flags have been set on the system disk using the CONFIG
  217. command.  However, after the system is loaded, DS-DOS Plus 2.11 can read and
  218. write to 40 track disks in 40 track drives and 40 and 80 track disks in 80
  219. track drives.
  220. !DISKCOPY
  221. COMMAND:  DISKCOPY                                         MS-DOS 2.XX and 3.XX
  222.  
  223. TYPE:     External DOS command.
  224.  
  225. PURPOSE:  Copy a diskette.
  226.  
  227. SYNTAX:
  228.  
  229.   DISKCOPY [drive1] [drive2] [/1][/M]
  230.  
  231.   where   /1 is the switch to copy one side only, and
  232.  
  233.           /M is the manual override switch (DS-DOS Plus 2.11 only) to
  234.              make a 40 track disk in an 80 track drive.
  235.  
  236.   The first drive [drive1] is the source drive (copy from).  The second drive
  237.   [drive2] is the target drive (copy to).
  238.  
  239. EXAMPLE:
  240.  
  241.   DISKCOPY A: B:    copies the diskette in A to B.
  242.  
  243. As a result of the Sanyo MBC 550/555 Series computer system using a different
  244. disk controller than the IBM PC/XT/AT computer systems, the DISKCOPY.COM file
  245. supplied for the MBC 550/555 is a different version than that supplied with
  246. standard MS-DOS/PC-DOS.  However, syntax and usage are the same in either case.
  247. !DSKCPYV
  248. COMMAND:  DSKCPYV                                          MS-DOS 2.XX and 3.XX
  249.  
  250. TYPE:     External DOS command.
  251.  
  252. PURPOSE:  Copy a diskette with the 8088 CPU replaced by a NEC V20 CPU.
  253.  
  254. SYNTAX:
  255.  
  256.   DSKCPYV [drive1] [drive2] [/1]
  257.  
  258.   where   /1 is the switch to copy one side only, and
  259.  
  260.           /M is the manual override switch (DS-DOS Plus 2.11 only) to
  261.              make a 40 track disk in an 80 track drive.
  262.  
  263.   The first drive [drive1] is the source drive (copy from).  The second drive
  264.   [drive2] is the target drive (copy to).
  265.  
  266. EXAMPLE:
  267.  
  268.   DSKCPYV A: B:    copies the diskette in A to B.
  269.  
  270. As a result of the Sanyo MBC 550/555 Series computer system using a different
  271. disk controller than the IBM PC/XT/AT computer systems, the DISKCOPY.COM file
  272. supplied for the MBC 550/555 is a different version than that supplied with
  273. standard MS-DOS/PC-DOS.  However, syntax and usage are the same in either case.
  274.  
  275. When running the NEC V20 CPU it is necessary to modify the DISKCOPY.COM file by
  276. replacing each occurance of D40AD40A in the file with F6ECF6EC.  DEBUG or a
  277. suitable disk editor can be used to make the modification.  It is customary to
  278. rename the modified file as DSKCPYV.COM.  DSKCPYV.COM will work with either the
  279. 8088 or NEC V20 CPUs.  Similar modification is required for the FORMAT.COM and
  280. IO.SYS files as well as the boot sector on the MS-DOS 2.11VB system disk.
  281. !FORMAT
  282. COMMAND:  FORMAT                                           MS-DOS 2.XX and 3.XX
  283.  
  284. TYPE:     External DOS command.
  285.  
  286. PURPOSE:  Format a diskette.
  287.  
  288. SYNTAX:
  289.  
  290.   With MS-DOS 2.11, the syntax is
  291.  
  292.   FORMAT [drive][/S][/1][/8][/V][/B]
  293.  
  294.   where   /S is the switch to transfer the operating system to the diskette
  295.           after formatting it,
  296.  
  297.           /1 formats the diskette as single sided (default is double sided),
  298.  
  299.           /8 formats with eight sectors per track (default is nine),
  300.  
  301.           /V requests the volume name to be entered, and
  302.  
  303.           /B leaves space on the diskette for an operating system to be
  304.           installed with the SYS command.
  305.  
  306.   The MS-DOS FORMAT program can make 160K, 180K, 320K, and 360K disk formats.
  307.  
  308.   With DS-DOS Plus 2.11, the syntax is
  309.  
  310.   FORMAT [drive][/S][/M]
  311.  
  312.   where   /S is the switch to transfer the operating system to the diskette
  313.           after formatting it, and
  314.  
  315.           /M is the manual override switch to make 40 track disks in an 80
  316.           track drive.
  317.  
  318.   The DS-DOS Plus 2.11 FORMAT program automatically displays a menu on the
  319.   console display device for selection of format type and prompts you for a
  320.   volume label.  160K, 180K, 200K, 320K, 360K, 400K, and 800K formats are
  321.   offered with DS-DOS Plus 2.11.
  322.  
  323.   With A-OK DOSX 2.11, the syntax is
  324.  
  325.   FORMAT [drive][/S]
  326.  
  327.   where   /S is the switch to transfer the operating system to the diskette
  328.           after formatting it.
  329.  
  330.   The A-OK DOSX 2.11 FORMAT program automatically displays a menu on the
  331.   console display device for selection of format type and prompts you for a
  332.   volume label.  160K, 180K, 200K, 320K, 360K, 400K, 720K, and 800K formats are
  333.   offered with A-OK DOS3 2.11 and A-OK DOS4 2.11.  The A-OK DOSX 2.11 formats
  334.   are not compatible with machines running under MS-DOS/PC-DOS 3.XX format due
  335.   to an incorrect byte offset 11H in the boot sector of A-OK DOSX 2.11
  336.   formatted disks.  To read the A-OK DOSX 2.11 formatted disks under MS-DOS/
  337.   PC-DOS 3.XX, change the boot sector byte at offset 11H on the A-OK DOSX
  338.   formatted disk from 07H to 70H.
  339.  
  340. EXAMPLE:
  341.  
  342.   FORMAT B:         formats the diskette in drive B.
  343.  
  344. WARNINGS:      The FORMAT command destroys all files on the diskette.
  345.  
  346.                A-OK DOSX 2.11, DS-DOS Plus 2.11, and MS-DOS 2.11
  347.                formatted disks can be read by a machine running any of
  348.                the these DOS versions.  However, any attempt to write
  349.                to an A-OK DOSX 2.11 formatted disk from a machine
  350.                running DS-DOS Plus 2.11, and any attempt to write to
  351.                a DS-DOS Plus 2.11 formatted disk from a machine running
  352.                A-OK DOS 2.11 will destroy the disk's file allocation
  353.                table (FAT) and files on the disk will be thereafter
  354.                corrupted and unsalvageable.
  355.  
  356. As a result of the Sanyo MBC 550/555 Series computer system using a different
  357. disk controller than the IBM PC/XT/AT computer systems, the FORMAT.COM file
  358. supplied for the MBC 550/555 is a different version than that supplied with
  359. standard MS-DOS/PC-DOS.  However, syntax and usage are the same in either case.
  360.  
  361. An enhanced version of the FORMAT program is supplied with MS-DOS 3.2X and
  362. 3.3X.  See the standard MS-DOS/PC-DOS 3.XX index for more information.
  363. !FORMATV
  364. COMMAND:  FORMATV                                          MS-DOS 2.XX and 3.XX
  365.  
  366. TYPE:     External DOS command.
  367.  
  368. PURPOSE:  Format a diskette with the 8088 CPU replaced by a NEC V20 CPU.
  369.  
  370. SYNTAX:
  371.  
  372.   With MS-DOS 2.11, the syntax is
  373.  
  374.   FORMATV [drive][/S][/1][/8][/V][/B]
  375.  
  376.   where   /S is the switch to transfer the operating system to the diskette
  377.           after formatting it,
  378.  
  379.           /1 formats the diskette as single sided (default is double sided),
  380.  
  381.           /8 formats with eight sectors per track (default is nine),
  382.  
  383.           /V requests the volume name to be entered, and
  384.  
  385.           /B leaves space on the diskette for an operating system to be
  386.           installed with the SYS command.
  387.  
  388.   The MS-DOS FORMATV program can make 160K, 180K, 320K, and 360K disk formats.
  389.  
  390.   With DS-DOS Plus 2.11, the syntax is
  391.  
  392.   FORMATV [drive][/S][/M]
  393.  
  394.   where   /S is the switch to transfer the operating system to the diskette
  395.           after formatting it, and
  396.  
  397.           /M is the manual override switch to make 40 track disks in an 80
  398.           track drive.
  399.  
  400.   The DS-DOS Plus 2.11 FORMATV program automatically displays a menu on the
  401.   console display device for selection of format type and prompts you for a
  402.   volume label.  160K, 180K, 200K, 320K, 360K, 400K, and 800K formats are
  403.   offered with DS-DOS Plus 2.11.
  404.  
  405.   With A-OK DOSX 2.11, the syntax is
  406.  
  407.   FORMATV [drive][/S]
  408.  
  409.   where   /S is the switch to transfer the operating system to the diskette
  410.           after formatting it.
  411.  
  412.   The A-OK DOSX 2.11 FORMATV program automatically displays a menu on the
  413.   console display device for selection of format type and prompts you for a
  414.   volume label.  160K, 180K, 200K, 320K, 360K, 400K, 720K, and 800K formats are
  415.   offered with A-OK DOS3 2.11 and A-OK DOS4 2.11.  The A-OK DOSX 2.11 formats
  416.   are not compatible with machines running under MS-DOS/PC-DOS 3.XX format due
  417.   to an incorrect byte offset 11H in the boot sector of A-OK DOSX 2.11
  418.   formatted disks.  To read the A-OK DOSX 2.11 formatted disks under MS-DOS/
  419.   PC-DOS 3.XX, change the boot sector byte at offset 11H on the A-OK DOSX
  420.   formatted disk from 07H to 70H.
  421.  
  422. EXAMPLE:
  423.  
  424.   FORMATV B:        formats the diskette in drive B.
  425.  
  426. WARNINGS:      The FORMAT command destroys all files on the diskette.
  427.  
  428.                A-OK DOSX 2.11, DS-DOS Plus 2.11, and MS-DOS 2.11
  429.                formatted disks can be read by a machine running any of
  430.                the these DOS versions.  However, any attempt to write
  431.                to an A-OK DOSX 2.11 formatted disk from a machine
  432.                running DS-DOS Plus 2.11, and any attempt to write to
  433.                a DS-DOS Plus 2.11 formatted disk from a machine running
  434.                A-OK DOS 2.11 will destroy the disk's file allocation
  435.                table (FAT