home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / Context / Bat.DEF next >
Text File  |  2002-01-29  |  57KB  |  1,074 lines

  1. ; Tento soubor obsahuje makra programu PSPad pro MS-Dos BAT
  2. ;
  3. ; ╪ßdky zaΦφnajφcφ st°ednφkem a prßzdnΘ °ßdky jsou ignorovßny
  4. ;
  5. ; Formßt p°φkaz∙ :
  6. ;  [jmΘno_p°φkazu | popis p°φkazu (libovoln² text)]*klßvesovß_zkratka
  7. ;  °ßdek p°φkazu, kter² bude vlo₧en
  8. ;  °ßdek p°φkazu, kter² bude vlo₧en ...
  9. ;
  10. ; hlaviΦka p°φkazu je uzav°ena do [], znak | slou₧φ jako odd∞lovaΦ
  11. ; jmΘna p°φkazu a komentß°e.
  12. ; * urΦuje nepovinnou klßvesovou zkratku
  13. ; pokud °ßdek p°φkazu obsahuje znak |, kurzor se po vlo╛enφ do
  14. ; textu zastavφ na tomto mφst∞
  15. ; pokud °ßdek p°φkazu obsahuje znak º, bude zde vlo₧en oznaΦen² text
  16. ;
  17. ; autor: ing. Jan Fiala pspad@wo.cz
  18. ; Φesk² p°eklad David Tardon <d.tardon@worldonline.cz>
  19. ; poslednφ revize: 19.1.2002
  20. ;
  21. [APPEND | P°idat cestu pro vyhledßvßnφ datov²ch soubor∙]
  22. APPEND |[d:]path[;][d:]path[...]
  23. [APPEND1 | P°idat cestu pro vyhledßvßnφ datov²ch soubor∙]
  24. APPEND ;
  25. APPEND [d:]path[;][d:]path[...]
  26. APPEND |[/X:on|off][/path:on|off] [/E]
  27. Rem Displays or sets the search path for data files. DOS will search
  28. Rem the specified path(s) if the file is not found in the current path.
  29. Rem /X[:ON|:OFF]
  30. Rem     Specifies whether MS-DOS is to search (/X:ON) or not search (/X:OFF)
  31. Rem     appended directories. The default value is /X:OFF.
  32. Rem /PATH:ON|/PATH:OFF
  33. Rem     Specifies whether a program is to search appended directories for a data
  34. Rem     file when a path is already included with the name of the file the
  35. Rem     program is looking for. The default setting is /PATH:ON.
  36. Rem /E
  37. Rem     Assigns the list of appended directories to an environment variable
  38. Rem     named APPEND. This switch can be used only the first time.
  39. [ASSIGN | P°esm∞rovat po₧adavky na jednotku]
  40. ASSIGN |x=y [...] /sta
  41. Rem Redirects disk drive requests to a different drive.
  42. [ATTRIB | Nastavit atributy souboru]
  43. ATTRIB |[+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S]
  44. [ATTRIB1 | Nastavit atributy souboru]
  45. ATTRIB |[d:][path]filename [/S]
  46. ATTRIB [+R|-R] [+A|-A] [+S|-S] [+H|-H] [d:][path]filename [/S]
  47. Rem Sets or displays the read-only, archive, system,
  48. Rem and hidden attributes of a file or directory.
  49. Rem + sets attribute
  50. Rem - clear attribute
  51. Rem   R Read-Only file
  52. Rem   A Archive file
  53. Rem   S System file
  54. Rem   H Hidden file
  55. Rem /S processes files in the current directory and all of its subdirectories
  56. [BACKUP | Vytvo°it zßlo₧nφ kopii souboru(∙)]
  57. BACKUP |d:[path][filename] d:[/S][/M][/A][/F:(size)] [/P][/D:date] [/T:time] [/L:[path]filename]
  58. Rem Makes a backup copy of one or more files.
  59. [BREAK | Kontrola Ctrl + Break]
  60. BREAK=|on|off
  61. Rem Used from the DOS prompt or in a batch file or in the CONFIG.SYS file
  62. Rem to set (or display) check for a Ctrl + Break key combination.
  63. [BUFFERS | PoΦet diskov²ch buffer∙]
  64. BUFFERS=|number[,read_ahead_number]
  65. [BUFFERS1 | PoΦet diskov²ch buffer∙]
  66. BUFFERS=|number[,read_ahead_number]
  67. Rem Used in the CONFIG.SYS file to set the number of disk buffers (number)
  68. Rem that willbe available for use during data input. Also used to set a value
  69. Rem for the numberof sectors to be read in advance (read-ahead) during
  70. Rem data input operations.
  71. Rem numbers = 0..99, read-ahead number = 1..8
  72. [CALL | Volßnφ dalÜφho dßvkovΘho souboru]
  73. CALL |[d:][path]batchfilename [options]
  74. Rem Calls another batch file and then returns to current batch file to continue.
  75. [CHCP | Zobrazit aktußlnφ znakovou strßnku]
  76. CHCP (codepage)
  77. Rem Displays the current code page or changes the code page that DOS will use.
  78. [CHDIR | Zm∞nit pracovnφ adresß°]
  79. CHDIR |(CD) [d:]path
  80. Rem Displays working (current) directory and/or changes to a different directory.
  81. [CHKDSK | Kontrolovat disk]
  82. CHKDSK |[d:][path][filename] [/F][/V]
  83. [CHKDSK1 | Kontrolovat disk]
  84. CHKDSK |[d:][path][filename] [/F][/V]
  85. Rem Checks a disk and provides a file and memory status report.
  86. Rem /F  fixes errors on the disk. Do not use this option when running CHKDSK
  87. Rem     from other programs In general, when fixing disk errors, use
  88. Rem     ScanDisk instead of CHKDSK.
  89. Rem /V  Displays the name of each file in every directory as the disk is
  90. Rem     checked.
  91. [CHOICE | Vypsat mo₧nosti, ze kter²ch si u₧ivatel vybφrß]
  92. CHOICE |[/C[:]keys] [/N][/S][/T[:]c,nn] [text]
  93. [CHOICE1 | Vypsat mo₧nosti, ze kter²ch si u₧ivatel vybφrß]
  94. Rem CHOICE |[/C[:]keys] [/N][/S][/T[:]c,nn] [text]
  95. Rem Used to provide a prompt so that a user can make a choice
  96. Rem while a batch program is running.
  97. Rem /C[:]keys
  98. Rem     Specifies allowable keys in the prompt. When displayed, the keys will be
  99. Rem     separated by commas, will appear in brackets ([]), and will be followed
  100. Rem     by a question mark. If you don't specify the /C switch, CHOICE uses YN
  101. Rem     as the default. The colon (:) is optional.
  102. Rem /N  Causes CHOICE not to display the prompt. The text before the prompt is
  103. Rem     still displayed, however
  104. Rem /S  Causes CHOICE to be case sensitive
  105. Rem /T[:]c,nn
  106. Rem     Causes CHOICE to pause for a specified number of seconds before
  107. Rem     defaulting to a specified key.
  108. Rem     c  specifies the character to be default
  109. Rem     nn number of seconds
  110. [CLS | Smazat obrazovku]
  111. CLS|
  112. Rem Clears (erases) the screen.
  113. [COMMAND | Spustit nov² p°φkazov² °ßdek]
  114. COMMAND |[d:][path] [device] [/P][/E:(size)] [/MSG][/Y [/C (command)|/K (command)]
  115. [COMMAND1 | Spustit nov² p°φkazov² °ßdek]
  116. COMMAND |[d:][path] [device] [/P][/E:(size)] [/MSG][/Y [/C (command)|/K (command)]
  117. Rem Starts a new version of the DOS command processor
  118. Rem (the program that loads the DOS Internal programs).
  119. Rem /C command
  120. Rem     Specifies that the command interpreter is to perform the specified
  121. Rem     command and then exit. This switch must be the last switch on the
  122. Rem     command line.
  123. Rem /E:nnnnn
  124. Rem     Specifies the environment size, where nnnnn is the size in bytes. The
  125. Rem     value of nnnnn must be in the range 160 through 32768. MS-DOS rounds
  126. Rem     this number up to a multiple of 16 bytes. The default value is 256.
  127. Rem /K command
  128. Rem     Runs the specified command, program, or batch program and then displays
  129. Rem     the MS-DOS command prompt. This switch must be the last switch on the
  130. Rem     COMMAND command line.
  131. Rem /P  switch makes the new copy of the command interpreter permanent.
  132. Rem     In this case, the EXIT command cannot be used to stop the command interpreter.
  133. Rem /MSG
  134. Rem     Specifies that all error messages should be stored in memory. Usually,
  135. Rem     some messages are stored only on disk. This switch is useful only if you
  136. Rem     are running MS-DOS from floppy disks. You must specify the /P switch
  137. Rem     when you use the /MSG switch.
  138. Rem /Y  Directs COMMAND.COM to step through the batch file specified by the /C
  139. Rem     or /K switches. This switch is useful for debugging batch files. For
  140. Rem     example, to step through the TEST.BAT batch file line by line, you would
  141. Rem     type COMMAND /Y /C TEST. The /Y switch requires either the /C or the /K
  142. Rem     switch.
  143. [COMP | Porovnat dv∞ skupiny soubor∙]
  144. COMP |[d:][path][filename] [d:][path][filename] [/A][/C][/D][/L][/N:(number)]
  145. Rem Compares two groups of files to find information that does not match.
  146. Rem (See FC command).
  147. [COPY | Kopφrovat nebo spojit soubory]
  148. COPY |[/Y|-Y] [/A][/B] [d:][path]filename [/A][/B] [d:][path][filename] [/V]
  149. [COPY1 | Kopφrovat nebo spojit soubory]
  150. COPY |[/Y|-Y] [/A][/B] [d:][path]filename [/A][/B] [d:][path][filename] [/V]
  151. Rem Copies and appends files.
  152. Rem /Y  Indicates that you want COPY to replace existing file(s) without
  153. Rem     prompting you for confirmation.
  154. Rem /-Y Indicates that you want COPY to prompt you for confirmation when
  155. Rem     replacing an existing file.
  156. Rem /A  Indicates an ASCII text file.
  157. Rem /B  Indicates a binary file.
  158. Rem /V  Verifies that new files are written correctly.
  159. [COUNTRY | Pou₧φt textovΘ konvence danΘ zem∞]
  160. COUNTRY=|country code,[code page][,][d:][filename]
  161. Rem Used in the CONFIG.SYS file to tell DOS to use country-specific text conventions during processing.
  162. [CTTY | Zm∞nit standardnφ I/O za°φzenφ]
  163. CTTY |device
  164. Rem Changes the standard console output to an auxiliary device
  165. [DATE | Zobrazit a zm∞nit systΘmovΘ datum]
  166. DATE |mm-dd-yy
  167. Rem Displays and/or sets the system date.
  168. [DBLSPACE | Program pro kompresi disk∙]
  169. DBLSPACE |/automount=drives
  170. DBLSPACE /chkdsk [/F] [d:]
  171. DBLSPACE /compress d: [/newdrive=host:] [/reserve=size] [/F]
  172. DBLSPACE /create d: [/newdrive=host:] [/reserve=size] [/size=size]
  173. DBLSPACE /defragment [d:] ]/F]
  174. DBLSPACE /delete d:
  175. DBLSPACE /doubleguard=0|1
  176. DBLSPACE /format d:
  177. DBLSPACE [/info] [d:]
  178. DBLSPACE /list
  179. DBLSPACE /mount[=nnn] host: [/newdrive=d:]
  180. DBLSPACE /ratio[=ratio] [d:] [/all]
  181. DBLSPACE /size[=size] [/reserve=size] d:
  182. DBLSPACE /uncompress d:
  183. DBLSPACE /unmount [d:]
  184. Rem A program that allows you to compress information on a disk.
  185. [DEBUG | Ladφcφ a programovacφ prost°edek]
  186. DEBUG [pathname] [parameters]
  187. Rem An MS-DOS utility used to test and edit programs.
  188. [DEFRAG | Reorganizace soubor∙ na disku]
  189. DEFRAG |[d:] [/F][/S[:]order] [/B][/skiphigh [/LCD|/BW|/GO] [/H]
  190. [DEFRAG1 | Reorganizace soubor∙ na disku]
  191. DEFRAG |[d:] [/F][/S[:]order] [/B][/skiphigh [/LCD|/BW|/GO] [/H]
  192. DEFRAG [d:] [/V][/B][/skiphigh] [/LCD]|/BW|/GO] [/H]
  193. Rem Optimizes disk performance by reorganizing the files on the disk.
  194. Rem /F  Defragments files and ensures that the disk contains no empty spaces
  195. Rem     between files.
  196. Rem /U  Defragments files and leaves empty spaces, if any, between files.
  197. Rem /S  Controls how the files are sorted in their directories.
  198. Rem     Use any combination of the values, and do not separate with spaces:
  199. Rem       N   In alphabetic order by name
  200. Rem       N-  In reverse alphabetic order by name (Z through A)
  201. Rem       E   In alphabetic order by extension
  202. Rem       E-  In reverse alphabetic order by extension (Z through A)
  203. Rem       D   By date and time, earliest first
  204. Rem       D-  By date and time, latest first
  205. Rem       S   By size, smallest first
  206. Rem       S-  By size, largest first
  207. Rem /B  Restarts your computer after files have been reorganized.
  208. Rem /SKIPHIGH
  209. Rem     Loads DEFRAG into conventional memory. By default, DEFRAG is loaded into
  210. Rem     upper memory, if upper memory is available.
  211. Rem /LCD
  212. Rem     Starts DEFRAG using an LCD color scheme.
  213. Rem /BW Starts DEFRAG using a black and white color scheme.
  214. Rem /G0 Disables the graphic mouse and graphic character set.
  215. Rem /H  Moves hidden files.
  216. [DEL | Smazat soubor(y)]
  217. DEL |[d:][path]filename [/P]
  218. [DELOLDOS | Smazat soubory z p°edeÜlΘ instalace DOSu]
  219. DELOLDOS |[/B]
  220. Rem Deletes files from previous versions of DOS after a 5.0 or 6.0 installation.
  221. [DELTREE | Smazat adresß° vΦetn∞ vÜech podadresß°∙ a soubor∙]
  222. DELTREE |[/Y] [d:]path [d:]path[...]
  223. Rem Deletes a directory including all files and subdirectories that are in it.
  224. [DEVICE | NaΦφst ovladaΦ za°φzenφ]
  225. DEVICE=|(driver name)
  226. Rem Used in the CONFIG.SYS file to tell DOS which device driver to load.
  227. [DEVICEHIGH | ZavΘst ovladaΦ do hornφ pam∞ti]
  228. DEVICEHIGH=|(driver name)
  229. Rem Used in CONFIG.SYS to install the device driver into the upper memory area.
  230. [DIR | Zobrazit obsah adresß°e]
  231. DIR |[d:][path][filename] [/A:(attributes)] [/O:(order)] [/B][/C][/CH][/L][/S][/P][/W]
  232. [DIR1 | Zobrazit obsah adresß°e]
  233. DIR |[d:][path][filename] [/A:(attributes)] [/O:(order)] [/B][/C][/CH][/L][/S][/P][/W]
  234. Rem Displays directory of files and directories stored on disk.
  235. Rem /P  Displays one screen of the listing at a time.
  236. Rem /W  Displays the listing in wide format, with as many as five filenames or
  237. Rem     directory names on each line.
  238. Rem /A[[:] attributes]
  239. Rem     Displays only the names of those directories and files with the
  240. Rem     attributes you specify. If you omit this switch, DIR displays the names
  241. Rem     of all files except hidden and system files. If you use this switch
  242. Rem     without specifying attributes, DIR displays the names of all files,
  243. Rem     including hidden and system files. The following list describes each of
  244. Rem     the values you can use for attributes. The colon (:) is optional. Use
  245. Rem     any combination of these values, and do not separate the values with
  246. Rem     spaces.
  247. Rem       H   Hidden files
  248. Rem       -H  Files that are not hidden
  249. Rem       S   System files
  250. Rem       -S  Files other than system files
  251. Rem       D   Directories
  252. Rem       -D  Files only (not directories)
  253. Rem       A   Files ready for archiving (backup)
  254. Rem       -A  Files that have not changed since the last backup
  255. Rem       R   Read-only files
  256. Rem       -R  Files that are not read-only
  257. Rem /O[[:] sortorder]
  258. Rem     Controls the order in which DIR sorts and displays directory names and
  259. Rem     filenames. The following list
  260. Rem     describes each of the values you can use for sortorder. Use any
  261. Rem     combination of the values, and do not separate these values with
  262. Rem     spaces.
  263. Rem       N   In alphabetic order by name
  264. Rem       -N  In reverse alphabetic order by name (Z through A)
  265. Rem       E   In alphabetic order by extension
  266. Rem       -E  In reverse alphabetic order by extension (Z through A)
  267. Rem       D   By date and time, earliest first
  268. Rem       -D  By date and time, latest first
  269. Rem       S   By size, smallest first
  270. Rem       -S  By size, largest first
  271. Rem       G   With directories grouped before files
  272. Rem       -G  With directories grouped after files
  273. Rem       C   By compression ratio, lowest first.
  274. Rem       -C  By compression ratio, highest first.
  275. Rem /S  Lists every occurrence, in the specified directory and all
  276. Rem     subdirectories, of the specified filename.
  277. Rem /B  Lists each directory name or filename, one per line (including the
  278. Rem     filename extension). This switch displays no heading information and no
  279. Rem     summary. The /B switch overrides the /W switch.
  280. Rem /L  Displays unsorted directory names and filenames in lowercase. This
  281. Rem     switch does not convert extended characters to lowercase.
  282. Rem /C[H]
  283. Rem     Displays the compression ratio of files compressed using DoubleSpace or
  284. Rem     DriveSpace, based on an 8K cluster size. The optional H switch displays
  285. Rem     the compression ratio of files compressed using DoubleSpace or
  286. Rem     DriveSpace, based on the cluster size of the host drive. The /C[H]
  287. Rem     switch is ignored when used with the /W or /B switch.
  288. [DISKCOMP | Porovnat obsahy dvou disket]
  289. DISKCOMP |[d:] [d:][/1][/8]
  290. [DISKCOMP1 | Porovnat obsahy dvou disket]
  291. DISKCOMP |[d:] [d:][/1][/8]
  292. Rem Compares the contents of two diskettes.
  293. Rem /1  Compares only the first sides of the disks, even if the disks are
  294. Rem     double-sided and the drives can read double-sided disks.
  295. Rem /8  Compares only the first 8 sectors per track, even if the disks contain 9
  296. Rem     or 15 sectors per track.
  297. [DISKCOPY | Vytvo°it p°esnou kopii diskety]
  298. DISKCOPY |[d:] [d:][/1][/V][/M]
  299. [DISKCOPY1 | Vytvo°it p°esnou kopii diskety]
  300. DISKCOPY |[d:] [d:][/1][/V][/M]
  301. Rem Makes an exact copy of a diskette.
  302. Rem /1  Copies only the first side of a disk.
  303. Rem /V  Verifies that the information is copied correctly. Use of this switch
  304. Rem     slows the copying process.
  305. Rem /M  Forces DISKCOPY to use only conventional memory for interim storage. By
  306. Rem     default, DISKCOPY uses your hard disk as an interim storage area so you
  307. Rem     don't have to swap floppy disks.
  308. [DOS | UrΦit umφst∞nφ DOSu v pam∞ti]
  309. DOS=[high|low],[umb|noumb]
  310. Rem Used in the CONFIG.SYS file to specify the memory location for DOS.
  311. [DOSKEY | Program pro odvolßnφ p°φkaz∙ DOSu]
  312. DOSKEY |[reinstall] [/bufsize=size][/macros][/history][/insert|/overstrike] [macroname=[text]]
  313. [DOSKEY1 | Program pro odvolßnφ p°φkaz∙ DOSu]
  314. DOSKEY |[reinstall] [/bufsize=size][/macros][/history][/insert|/overstrike] [macroname=[text]]
  315. Rem Loads the Doskey program into memory which can be used
  316. Rem to recall DOS commands so that you can edit them.
  317. Rem /REINSTALL
  318. Rem     Installs a new copy of the Doskey program, even if one is already
  319. Rem     installed. In the latter case, the /REINSTALL switch also clears the
  320. Rem     buffer.
  321. Rem /BUFSIZE=size
  322. Rem     Specifies the size of the buffer in which Doskey stores commands and
  323. Rem     Doskey macros. The default size is 512 bytes.
  324. Rem     The minimum buffer size is 256 bytes.
  325. Rem /MACROS
  326. Rem     Displays a list of all Doskey macros. You can use a redirection symbol
  327. Rem     (Rem) with the /MACROS switch to redirect the list to a file. You can
  328. Rem     abbreviate the /MACROS switch as /M.
  329. Rem /HISTORY
  330. Rem     Displays a list of all commands stored in memory. You can use
  331. Rem     a redirection symbol (Rem) with the /HISTORY switch to redirect
  332. Rem     the list to a file. You can abbreviate the /HISTORY switch as /H.
  333. Rem /INSERT|/OVERSTRIKE
  334. Rem     Specifies whether new text you type is to replace old text. If you use
  335. Rem     the /INSERT switch, new text that you type on a line is inserted into
  336. Rem     old text (as if you had pressed the INSERT key).
  337. Rem     If you use the /OVERSTRIKE switch, new text replaces old text.
  338. Rem     The default setting is /OVERSTRIKE.
  339. Rem /APPEDIT
  340. Rem     Submitted by Franc Zabkar:
  341. Rem     The undocumented APPEDIT switch (in Win9x) enables command line history
  342. Rem     in applications such as DEBUG.EXE.
  343. [DOSSHELL | Grafick² p°φkazov² °ßdek]
  344. DOSSHELL |[/B] [/G:[resolution][n]]|[/T:[resolution][n]]
  345. [DOSSHELL1 | Grafick² p°φkazov² °ßdek]
  346. DOSSHELL |[/B] [/G:[resolution][n]]|[/T:[resolution][n]]
  347. Rem Initiates the graphic shell program using the specified screen resolution.
  348. Rem Parameters
  349. Rem   resolution
  350. Rem     Specifies a screen-resolution category. Valid values are L, M, and H to
  351. Rem     specify low, medium, and high resolution, respectively. The default
  352. Rem     value of res depends on your hardware.
  353. Rem   n Specifies a screen resolution when there is more than one choice within
  354. Rem     a category. For information about the valid values for this parameter,
  355. Rem     see the "Notes" screen. The default value of n depends on your
  356. Rem     hardware.
  357. Rem /T  Starts MS-DOS Shell in text mode.
  358. Rem /B  Starts MS-DOS Shell using a black-and-white color scheme.
  359. Rem /G  Starts MS-DOS Shell in graphics mode.
  360. [DRIVPARM | Nastavit parametry diskovΘ jednotky]
  361. DRIVPARM= |/D:(number) [/C] [/F:(form factor)] [/H:(number)] [/I][/N][/S:(number)] [/T:(tracks)]
  362. [DRIVPARM1 | Nastavit parametry diskovΘ jednotky]
  363. DRIVPARM= |/D:(number) [/C] [/F:(form factor)] [/H:(number)] [/I][/N][/S:(number)] [/T:(tracks)]
  364. Rem Used in the CONFIG.SYS file to set parameters for a disk drive.
  365. Rem /D:number
  366. Rem     Specifies the physical drive number. Values for number must be in the
  367. Rem     range 0 through 255 (for example, drive number 0 = drive A, 1 = drive B,
  368. Rem     2 = drive C, and so on).
  369. Rem /C
  370. Rem     Specifies that the drive can detect whether the drive door is closed.
  371. Rem /F:factor
  372. Rem     Specifies the drive type. The following list shows the valid values for
  373. Rem     factor and a brief description of each. The default value is 2.
  374. Rem       0   160K/180K or 320K/360K
  375. Rem       1   1.2 megabyte (MB)
  376. Rem       2   720K (3.5-inch disk)
  377. Rem       5   Hard disk
  378. Rem       6   Tape
  379. Rem       7   1.44 MB (3.5-inch disk)
  380. Rem       8   Read/write optical disk
  381. Rem       9   2.88 MB (3.5-inch disk)
  382. Rem /H:heads
  383. Rem     Specifies the maximum number of heads. Values for heads must be in the
  384. Rem     range 1 through 99. The default value depends upon the value you specify
  385. Rem     for /F:factor.
  386. Rem /I  Specifies an electronically compatible 3.5-inch floppy disk drive.
  387. Rem     (Electronically compatible drives are installed on your computer and use
  388. Rem     your existing floppy-disk-drive controller.) Use the /I switch if your
  389. Rem     computer's ROM BIOS does not support 3.5-inch floppy disk drives.
  390. Rem /N  Specifies a non-Removable block device.
  391. Rem /S:sectors
  392. Rem     Specifies the number of sectors per track that the block device
  393. Rem     supports. Values for sectors must be in the range 1 through 99. The
  394. Rem     default value depends upon the value you specify for /F:factor.
  395. Rem /T:tracks
  396. Rem     Specifies the number of tracks per side that the block device supports.
  397. Rem     The default value depends upon the value you specify for /F:factor.
  398. [ECHO | Zobrazit hlßÜky v dßvkovΘm souboru]
  399. ECHO |on|off
  400. ECHO (message)
  401. Rem Displays messages or turns on or off the display of commands in a batch file.
  402. [EDIT | Spustit textov² editor MS-DOSu]
  403. EDIT |[d:][path]filename [/B][/G][/H][/NOHI]
  404. [EDIT1 | Spustit textov² editor MS-DOSu]
  405. EDIT |[d:][path]filename [/B][/G][/H][/NOHI]
  406. Rem Starts the MS-DOS editor, a text editor used to create and edit ASCII text files.
  407. Rem /B  Displays MS-DOS Editor in black and white. Use this option if MS-DOS
  408. Rem     Editor isn't displayed correctly on a monochrome monitor.
  409. Rem /G  Uses the fastest screen updating for a CGA monitor.
  410. Rem /H  Displays the maximum number of lines possible for the monitor you are
  411. Rem     using.
  412. Rem /NOHI
  413. Rem     Enables you to use 8-color monitors with MS-DOS Editor. Usually, MS-DOS
  414. Rem     uses 16 colors.
  415. [EMM386 | Zapnout/vypnout podporu rozÜφ°enΘ (expanded) pam∞ti]
  416. EMM386 |[on|off|auto] [w=on|off]
  417. [EMM3861 | Zapnout/vypnout podporu rozÜφ°enΘ (expanded) pam∞ti]
  418. EMM386 |[on|off|auto] [w=on|off]
  419. Rem Enables or disables EMM386 expanded-memory support on a computer with
  420. Rem an 80386 or higher processor.
  421. Rem Parameters
  422. Rem ON|OFF|AUTO
  423. Rem     Activates the EMM386 device driver (if set to ON), or suspends the
  424. Rem     EMM386 device driver (if set to OFF), or places the EMM386 device driver
  425. Rem     in auto mode (if set to AUTO). Auto mode enables expanded-memory support
  426. Rem     only when a program calls for it. The default value is ON.
  427. Rem W=ON|W=OFF
  428. Rem     Enables (if set to W=ON) or disables (if set to W=OFF) Weitek
  429. Rem     coprocessor support. The default value is W=OFF.
  430. [EXE2BIN | P°evΘst .exe soubory do binßrnφho tvaru]
  431. EXE2BIN |[d:][path]filename [d:][path]filename
  432. Rem Converts .EXE (executable) files to binary format.
  433. [EXIT | Opustit p°φkazov² °ßdek]
  434. EXIT|
  435. Rem Exits a secondary command processor.
  436. [EXPAND | Rozbalit komprimovan² soubor]
  437. EXPAND |[d:][path]filename [[d:][path]filename[ . . .]]
  438. Rem Expands a compressed file.
  439. [FASTHELP | Zobrazit seznam p°φkaz∙ DOSu]
  440. FASTHELP [command][command] /?
  441. Rem Displays a list of DOS commands with a brief explanation of each.
  442. [FASTOPEN | Zachovat informace o otev°en²ch souborech pro rychlejÜφ p°φstup]
  443. FASTOPEN d:|[=n][/X]
  444. [FASTOPEN1 | Zachovat informace o otev°en²ch souborech pro rychlejÜφ p°φstup]
  445. FASTOPEN d:|[=n][/X]
  446. Rem Keeps track of the locations of files for fast access.
  447. Rem Parameters
  448. Rem n   Specifies the number of files Fastopen can work with at the same time.
  449. Rem     Valid values for n are in the range 10 through 999. The default is 48.
  450. Rem Switch
  451. Rem /X  Creates the name cache in expanded memory instead of in conventional
  452. Rem     memory. The name cache is an area of memory in which MS-DOS stores
  453. Rem     (caches) the locations and names of the files that you open. This cache
  454. Rem     conforms to version 4.0 of the Lotus/Intel/Microsoft Expanded Memory
  455. Rem     Specification (LIM EMS).
  456. [FC | Zobrazit rozdφly mezi dv∞ma soubory]
  457. FC |[/A][/C][/L][/Lb n][/N][/T][/W][number] [d:][path]filename [d:][path]filename
  458. [FC1 | Zobrazit rozdφly mezi dv∞ma soubory]
  459. FC |[/A][/C][/L][/Lb n][/N][/T][/W][number] [d:][path]filename [d:][path]filename
  460. FC [/B][/number] [d:][path]filename [d:][path]filename
  461. Rem Displays the differences between two files or sets of files.
  462. Rem /A  Abbreviates the output of an ASCII comparison. Instead of displaying all
  463. Rem     the lines that are different, FC displays only the first and last line
  464. Rem     for each set of differences.
  465. Rem /C  Ignores the case of letters.
  466. Rem /L  Compares the files in ASCII mode. FC compares the two files line by line
  467. Rem     and attempts to resynchronize the files after finding a mismatch. This
  468. Rem     is the default mode for comparing files that do not have extensions of
  469. Rem     .EXE, .COM, .SYS, .OBJ, .LIB, or .BIN.
  470. Rem /LBn
  471. Rem     Sets the number of lines for the internal line buffer. The default
  472. Rem     length of the line buffer is 100 lines. If the files being compared have
  473. Rem     more than this number of consecutive differing lines, FC cancels the
  474. Rem     comparison.
  475. Rem /N  Displays the line numbers during an ASCII comparison.
  476. Rem /T  Does not expand tabs to spaces. The default behavior is to treat tabs as
  477. Rem     spaces, with stops at each eighth character position.
  478. Rem /W  Compresses white space (tabs and spaces) during the comparison. If a
  479. Rem     line contains many consecutive spaces or tabs, the /W switch treats
  480. Rem     these characters as a single space. When used with the /W switch, FC
  481. Rem     ignores (and does not compare) white space at the beginning and end of a
  482. Rem     line.
  483. Rem /nnnn
  484. Rem     Specifies the number of consecutive lines that must match before FC
  485. Rem     considers the files to be resynchronized. If the number of matching
  486. Rem     lines in the files is less than this number, FC displays the matching
  487. Rem     lines as differences. The default value is 2.
  488. Rem /B  Compares the files in binary mode. FC compares the two files byte by
  489. Rem     byte and does not attempt to resynchronize the files after finding a
  490. Rem     mismatch. This is the default mode for comparing files that have
  491. Rem     extensions of .EXE, .COM, .SYS, .OBJ, .LIB, or .BIN.
  492. [FCBS | PoΦet blok∙ souborovΘ kontroly pro sdφlenφ soubor∙]
  493. FCBS=|(number)
  494. Rem Used in the CONFIG.SYS file to specify the number of file-control blocks
  495. Rem for file sharing.
  496. [FDISK | P°ipravit pevn² disk k p°ijmutφ DOSu]
  497. FDISK |[/status] [/mbr]
  498. Rem Prepares a fixed disk to accept DOS files for storage.
  499. Rem /mbr switch repair master boot record
  500. [FILES | Maximßlnφ poΦet souΦasn∞ otev°en²ch soubor∙]
  501. FILES=(number)
  502. Rem Used in the CONFIG.Sys file to specify the maximum number of files
  503. Rem that can be open at the same time.
  504. [FIND | Najφt °et∞zec v souboru]
  505. FIND |[/V][/C][/I][/N] string [d:][path]filename[...]
  506. [FIND1 | Najφt °et∞zec v souboru]
  507. FIND |[/V][/C][/I][/N] string [d:][path]filename[...]
  508. Rem Finds and reports the location of a specific string of text characters
  509. Rem in one or more files.
  510. Rem /V  Displays all lines not containing the specified string.
  511. Rem /C  Displays only a count of the lines that contain the specified string.
  512. Rem /N  Precedes each line with the file's line number.
  513. Rem /I  Specifies that the search is not to be case-sensitive.
  514. [FOR | Opakovat provßd∞nφ p°φkaz∙]
  515. FOR |%%(variable) IN (set) DO (command)
  516. FOR %(variable) IN (set) DO (command)
  517. Rem Performs repeated execution of commands
  518. Rem (for both batch processing and interactive processing).
  519. [FORMAT | Formßtovat disk]
  520. FORMAT |d:[/1][/4][/8][/F:(size)] [/N:(sectors)] [/T:(tracks)][/B|/S][/C][/V:(label)] [/Q][/U][/V]
  521. [FORMAT1 | Formßtovat disk]
  522. FORMAT |d:[/1][/4][/8][/F:(size)] [/N:(sectors)] [/T:(tracks)][/B|/S][/C][/V:(label)] [/Q][/U][/V]
  523. Rem Formats a disk to accept DOS files.
  524. Rem /V:label
  525. Rem     Specifies the volume label. The /V switch is not compatible with the /8 switch.
  526. Rem /Q  Specifies a quick format of a disk. With this switch, FORMAT deletes the
  527. Rem     file allocation table (FAT) and the root directory of a previously
  528. Rem     formatted disk, but does not scan the disk for bad areas.
  529. Rem /U   Specifies an unconditional format of a disk. Unconditional formatting
  530. Rem     destroys all existing data on a disk and prevents you from later
  531. Rem     "unformatting" the disk. You should use /U if you have received read and
  532. Rem     write errors during use of a disk. For information about unformatting a
  533. Rem     disk, see the UNFORMAT command.
  534. Rem /F:size
  535. Rem     Specifies the size of the floppy disk to format. When possible, use this
  536. Rem     switch instead of the /T and /N switches. Use one of the following
  537. Rem     values for size:
  538. Rem        160  160K, single-sided, double-density, 5.25-inch disk
  539. Rem        180  180K, single-sided, double-density, 5.25-inch disk
  540. Rem        320  320K, double-sided, double-density, 5.25-inch disk
  541. Rem        360  360K, double-sided, double-density, 5.25-inch disk
  542. Rem        720  720K, double-sided, double-density, 3.5-inch disk
  543. Rem       1200  1.2-MB, double-sided, quadruple-density, 5.25-inch disk
  544. Rem       1440  1.44-MB, double-sided, quadruple-density, 3.5-inch disk
  545. Rem       2880  2.88-MB, double-sided, extra-high-density, 3.5-inch disk
  546. Rem /B  Reserves space for the system files IO.SYS and MSDOS.SYS (as hidden
  547. Rem     files) on a newly formatted disk. In previous versions of MS-DOS, it was
  548. Rem     necessary to reserve this space before using the SYS command to copy the
  549. Rem     system files to the disk. This switch is maintained in MS-DOS version
  550. Rem     6.0 for compatibility reasons only.
  551. Rem /S  Copies the operating system files IO.SYS, MSDOS.SYS, and COMMAND.COM
  552. Rem     from your system's startup drive to a newly formatted disk that you can
  553. Rem     use as a system disk. If FORMAT cannot find the operating system files,
  554. Rem     it prompts you to insert a system disk.
  555. Rem /T:tracks
  556. Rem     Specifies the number of tracks on the disk. When possible, use the /F
  557. Rem     switch instead of this switch. If you use the /T switch, you must also
  558. Rem     use the /N switch. These two switches provide an alternative method of
  559. Rem     specifying the size of the disk being formatted. You cannot use the /F
  560. Rem     switch with the /T switch.
  561. Rem /N:sectors
  562. Rem     Specifies the number of sectors per track. When possible, use the /F
  563. Rem     switch instead of this switch. If you use the /N switch, you must * also
  564. Rem     use the /T switch. These two switches provide an alternative method of
  565. Rem     specifying the size of the disk being formatted. You cannot use the /F
  566. Rem     switch with the /N switch.
  567. Rem /1  Formats a single side of a floppy disk. /4
  568. Rem     Formats a 5.25-inch, 360K, double-sided, double-density floppy disk on a
  569. Rem     1.2-MB disk drive. Some 360K drives cannot reliably read disks formatted
  570. Rem     with this switch. When used with the /1 switch, this switch formats a
  571. Rem     5.25-inch, 180K, single-sided floppy disk.
  572. Rem /8  Formats a 5.25-inch disk with 8 sectors per track. This switch formats a
  573. Rem     floppy disk to be compatible with MS-DOS versions earlier than 2.0.
  574. Rem /C  Retests bad clusters. By default, if a drive contains clusters that have
  575. Rem     been marked as "bad", FORMAT does not retest the clusters; it simply
  576. Rem     leaves them marked "bad". Use the /C switch if you want FORMAT to retest
  577. Rem     all bad clusters on the drive. (In previous versions of MS-DOS, FORMAT
  578. Rem     always retested any bad clusters.)
  579. [GOTO | Skok na zadanΘ nßv∞Ütφ]
  580. GOTO |(label)
  581. Rem Causes unconditional branch to the specified label.
  582. [GRAFTABL | NaΦφst tabulku znak∙ do pam∞ti]
  583. GRAFTABL |[(code page)]
  584. GRAFTABL [status]
  585. Rem Loads a table of character data into memory
  586. Rem (for use with a color/graphics adapter).
  587. [GRAPHICS | Tisknout grafickou obrazovku na tiskßrn∞]
  588. GRAPHICS |[printer type][profile] [/B][/R][/LCD][/PB:(id)] [/C][/F][/P(port)]
  589. [GRAPHICS1 | Tisknout grafickou obrazovku na tiskßrn∞]
  590. GRAPHICS |[printer type][profile] [/B][/R][/LCD][/PB:(id)] [/C][/F][/P(port)]
  591. Rem Provides a way to print contents of a graphics screen display.
  592. Rem Parameters
  593. Rem type
  594. Rem   Specifies the type of printer:
  595. Rem   COLOR1      An IBM Personal Computer Color Printer with black ribbon
  596. Rem   COLOR4      An IBM Personal Computer Color Printer with RGB ribbon
  597. Rem   COLOR8      An IBM Personal Computer Color Printer with CMY ribbon
  598. Rem   HPDEFAULT   Any Hewlett-Packard PCL printer
  599. Rem   DESKJET     A Hewlett-Packard DeskJet printer
  600. Rem   GRAPHICS    An IBM Personal Graphics Printer, IBM Proprinter, or IBM Quietwriter
  601. Rem   GRAPHICSWIDE An IBM Personal Graphics Printer with an 11-inch-wide carriage
  602. Rem   LASERJET    A Hewlett-Packard LaserJet printer
  603. Rem   LASERJETII  A Hewlett-Packard LaserJet II printer
  604. Rem   PAINTJET    A Hewlett-Packard PaintJet printer
  605. Rem   QUIETJET    A Hewlett-Packard QuietJet printer
  606. Rem   QUIETJETPLUS  A Hewlett-Packard QuietJet Plus printer
  607. Rem   RUGGEDWRITER  A Hewlett-Packard RuggedWriter printer
  608. Rem   RUGGEDWRITERWIDE   A Hewlett-Packard RuggedWriterwide printer
  609. Rem   THERMAL     An IBM PC-convertible Thermal Printer
  610. Rem   THINKJET    A Hewlett-Packard ThinkJet printer [
  611. Rem /R  Prints the image as it appears on the screen (white characters on a
  612. Rem     black background) rather than reversed (black characters on a white
  613. Rem     background). The latter occurs by default.
  614. Rem /B  Prints the background in color. This switch is valid for COLOR4 and
  615. Rem     COLOR8 printers.
  616. Rem /LCD
  617. Rem     Prints an image by using the liquid crystal display (LCD) aspect ratio
  618. Rem     instead of the CGA aspect ratio
  619. [HELP | Zobrazit informace o p°φkazu
  620. HELP |[command] [/B][/G][/H][/NOHI]
  621. [HELP1 | Zobrazit informace o p°φkazu
  622. HELP |[command] [/B][/G][/H][/NOHI]
  623. Rem Displays information about a DOS command.
  624. Rem /B  Allows use of a monochrome monitor with a color graphics card.
  625. Rem /G  Provides the fastest update of a CGA screen.
  626. Rem /H  Displays the maximum number of lines possible for your hardware.
  627. Rem /NOHI
  628. Rem     Allows the use of a monitor without high-intensity support.
  629. [IF | Podmφn∞n² p°φkaz]
  630. IF |[NOT] EXIST filename (command) [parameters]
  631. IF [NOT] (string1)==(string2) (command) [parameters]
  632. IF [NOT] ERRORLEVEL (number) (command) [parameters]
  633. Rem Allows for conditional operations in batch processing.
  634. [INCLUDE | Dovolit pou₧φt p°φkazy z bloku config.sys]
  635. INCLUDE=|blockname
  636. Rem Used in the CONFIG.SYS file to allow you to use the commands
  637. Rem from one CONFIG.SYS block within another.
  638. [INSTALL | ZavΘst rezidentnφ program do pam∞ti]
  639. INSTALL=|[d:][\path]filename [parameters]
  640. Rem Used in the CONFIG.SYS file to load memory-resident programs
  641. Rem into conventional memory.
  642. [INTERLINK | Spojenφ dvou poΦφtaΦ∙ p°es port]
  643. INTERLINK |[client[:]=[server][:]]
  644. Rem Connects two computers via parallel or serial ports so that
  645. Rem the computers can share disks and printer ports.
  646. [INTERSVR | Spustit server Interlink]
  647. INTERSVR |[d:][...][/X=d:][...] [/LPT:[n|address]] [/COM:[n|address]][/baud:rate] [/B][/V]
  648. [INTERSVR1 | Spustit server Interlink]
  649. INTERSVR |[d:][...][/X=d:][...] [/LPT:[n|address]] [/COM:[n|address]][/baud:rate] [/B][/V]
  650. INTERSVR /RCOPY
  651. Rem Starts the Interlink server.
  652. Rem /X=drive:
  653. Rem     Specifies the letter(s) of drive(s) that will not be redirected. By
  654. Rem     default, all drives are redirected.
  655. Rem /LPT:[n|address]
  656. Rem     Specifies a parallel port to use. The n parameter specifies the number
  657. Rem     of the parallel port. The address parameter specifies the address of the
  658. Rem     parallel port. If you omit n or address, the Interlnk server uses the
  659. Rem     first parallel port that it finds connected to the client. If you
  660. Rem     specify the /LPT switch and omit the /COM switch, the server searches
  661. Rem     only for parallel ports. By default, all parallel and serial ports are
  662. Rem     scanned.
  663. Rem /COM:[n|address]
  664. Rem     Specifies a serial port to use. The n parameter specifies the number of
  665. Rem     the serial port. The address parameter specifies the address of the
  666. Rem     serial port. If you omit n or address, the Interlnk server searches all
  667. Rem     serial ports and uses the first port that it finds connected to the
  668. Rem     client. If you specify the /COM switch and omit the /LPT switch, the
  669. Rem     server searches only for serial ports. By default, all parallel and
  670. Rem     serial ports are scanned.
  671. Rem /BAUD:rate
  672. Rem     Sets a maximum serial baud rate. Valid values for rate are 9600, 19200,
  673. Rem     38400, 57600, and 115200. The default value is 115200.
  674. Rem /B  Displays the Interlnk server screen in black and white. Use this switch
  675. Rem     if you have problems reading your monochrome monitor.
  676. Rem /V  Prevents conflicts with a computer's timer. Use this switch if you have
  677. Rem     a serial connection between computers and one of them stops running when
  678. Rem     you use Interlnk to access a drive or printer port.
  679. Rem /RCOPY
  680. Rem     Copies Interlnk files from one computer to another, provided that the
  681. Rem     computers are connected with a 7-wire, null-modem serial cable and that
  682. Rem     the <MODERem command is available on the computer where you are installing
  683. Rem     Interlnk.
  684. [JOIN | P°φstup k adresß°i z adresß°e na odliÜnΘ jednotce]
  685. JOIN |d: [d:path]
  686. JOIN d: [/D]
  687. Rem Allows access to the directory structure and files of a drive through
  688. Rem a directory on a different drive.
  689. [KEYB | Program pro podporu ne-US klßvesnic]
  690. KEYB |[xx][,][yyy][,][d:][path]filename [/E][/ID:(number)]
  691. Rem Loads a program that replaces the support program for U. S. keyboards.
  692. [LABEL | Zm∞nit popisek disku]
  693. LABEL |[d:][volume label]
  694. Rem Creates or changes or deletes a volume label for a disk.
  695. [LASTDRIVE | Nastavit maximßlnφ poΦet jednotek]
  696. LASTDRIVE=|(drive letter)
  697. Rem Used in the CONFIG.SYS file to set the maximum number of drives
  698. Rem that can be accessed.
  699. [LOADFIX | NaΦφst program do prvnφch 64KB pam∞ti]
  700. LOADFIX |[d:][path]filename [parameters]
  701. Rem Ensures that a program is loaded above the first 64K
  702. Rem of conventional memory, andruns the program.
  703. [LOADHIGH | NaΦφst rezidentnφ program do oblasti vysokΘ pam∞ti]
  704. LOADHIGH |(LH) [d:][path]filename [parameters]
  705. Rem Loads memory resident application into reserved area of memory (between 640K-1M).
  706. [MEM | Zobrazit velikost dostupnΘ pam∞ti]
  707. MEM |[/program|/debug|/classify|/free|/module(name)] [/page]
  708. Rem Displays amount of installed and available memory,
  709. Rem including extended, expanded,and upper memory.
  710. [MEMMAKER | Program pro optimalizaci vyu₧itφ pam∞ti]
  711. MEMMAKER |[/B][/batch][/session][/swap:d] [/T][/undo][/W:size1,size2]
  712. Rem Starts the MemMaker program, a program
  713. Rem that lets you optimize your computer's memory.
  714. [MENUCOLOR | Nastavit barvy menu]
  715. MENUCOLOR=|textcolor,[background]
  716. Rem Used in the CONFIG.SYS file to set the colors that will be used by DOS
  717. Rem to display text on the screen.
  718. [MENUDEFAULT | Defaultnφ polo₧ka menu]
  719. MENUDEFAULT=|blockname, [timeout]
  720. Rem Used in the CONFIG.SYS file to set the startup configuration that
  721. Rem will be used by DOS if no key is pressed within the specified timeout period.
  722. [MENUITEM | Polo₧ka menu]
  723. MENUITEM=|blockname, [menutext]
  724. Rem Used in the CONFIG.SYS file to create a start-up menu from which
  725. Rem you can select a group of CONFIG.SYS commands to be processed upon reboot.
  726. [MIRROR | Ulo₧it informace, kterΘ mohou b²t pou₧ity k obnovenφ smazan²ch soubor∙]
  727. MIRROR |[d:]path [d:] path [...]
  728. MIRROR [d1:][d2:][...] [/T(drive)(files)] [/partn][/U][/1]
  729. Rem Saves disk storage information that can be used to recover
  730. Rem accidentally erased files.
  731. [MD | Vytvo°it nov² podadresß°]
  732. MD |[d:]path
  733. Rem Creates a new subdirectory. Also MkDir
  734. [MODE | Nastavit parametry za°φzenφ nebo komunikace]
  735. MODE |n
  736. MODE LPT#[:][n][,][m][,][P][retry]
  737. MODE [n],m[,T]
  738. MODE (displaytype,linetotal)
  739. MODE COMn[:]baud[,][parity][,][databits][,][stopbits][,][retry]
  740. MODE LPT#[:]=COMn [retry]
  741. MODE CON[RATE=(number)][DELAY=(number)]
  742. MODE (device) CODEPAGE PREPARE=(codepage) [d:][path]filename
  743. MODE (device) CODEPAGE PREPARE=(codepage list) [d:][path]filename
  744. MODE (device) CODEPAGE SELECT=(codepage)
  745. MODE (device) CODEPAGE [/STATUS]
  746. MODE (device) CODEPAGE REFRESH
  747. Rem Sets mode of operation for devices or communications.
  748. [MORE | ╚ekat po ka₧dΘ obrazovce]
  749. MORE |(filename or command)
  750. Rem Sends output to console, one screen at a time.
  751. [MOVE | P°esunout soubor(y) do zadanΘho adresß°e]
  752. MOVE |[/Y|/-Y] [d:][path]filename[,[d:][path]filename[...]] destination
  753. Rem Moves one or more files to the location you specify.
  754. Rem Can also be used to renamedirectories.
  755. [MSBACKUP | Zßlohovat nebo obnovit soubory]
  756. MSBACKUP |[setupfile] [/BW|/LCD|/MDA]
  757. Rem Used to backup or restore one or more files from one disk to another.
  758. [MSCDEX | P°φstup k jednotkßm CD-ROM]
  759. MSCDEX |/D:driver [/D:driver2. . .] [/E][/K][/S][/V][/L:letter] [/M:number]
  760. [MSCDEX1 | P°φstup k jednotkßm CD-ROM]
  761. MSCDEX |/D:driver [/D:driver2. . .] [/E][/K][/S][/V][/L:letter] [/M:number]
  762. Rem Used to gain access to CD-ROM drives (new with DOS Version 6).
  763. Rem /E  Specifies that the CD-ROM driver be allowed to use expanded memory, if
  764. Rem     available, to store sector buffers.
  765. Rem /K  Specifies that MS-DOS should recognize CD-ROM volumes encoded in Kanji.
  766. Rem     By default, MS-DOS does not recognize Kanji CD-ROM volumes.
  767. Rem /S  Enables sharing of CD-ROM drives on MS-NET or Windows for Workgroups
  768. Rem     servers.
  769. Rem /V  Directs MSCDEX to display memory statistics when it starts.
  770. Rem /L:letter
  771. Rem     Specifies the drive letter to assign to the first CD-ROM drive. If you
  772. Rem     have more than one CD-ROM drive, MS-DOS assigns additional CD-ROM drives
  773. Rem     subsequent available drive letters.
  774. Rem /M:number
  775. Rem     Specifies the number of sector buffers.
  776. [MSD | Detailnφ informace o poΦφtaΦi]
  777. MSD |[/B][/I]
  778. MSD [/I] [/F[d:][path]filename [/P[d:][path]filename [/S[d:][path]filename
  779. Rem Provides detailed technical information about your computer.
  780. [NLSFUNC | NaΦφst specifickΘ ·daje danΘ zem∞]
  781. NLSFUNC |[d:][path]filename
  782. Rem Used to load a file with country-specific information.
  783. [NUMLOCK | UrΦit stav NumLock]
  784. NUMLOCK=|on|off
  785. Rem Used in the CONFIG.SYS file to specify the state of the NumLock key.
  786. [PATH | Nastavit adresß°e, ve kter²ch budou hledßny programy]
  787. PATH;
  788. PATH |[d:]path[;][d:]path[...]
  789. Rem Sets or displays directories that will be searched for programs
  790. Rem not in the current directory.
  791. [PAUSE | Pozastavit provßd∞nφ dßvkovΘho souboru]
  792. PAUSE |[comment]
  793. Rem Suspends execution of a batch file until a key is pressed.
  794. [POWER | Nastavit °φzenφ napßjenφ]
  795. POWER |[adv:max|reg|min]|std|off]
  796. Rem Used to turn power management on and off, report the status
  797. Rem of power management,and set levels of power conservation.
  798. [PRINT | Tisknout soubory]
  799. PRINT |[/B:(buffersize)] [/D:(device)] [/M:(maxtick)] [/Q:(value] [/S:(timeslice)][/U:(busytick)] [/C][/P][/T] [d:][path][filename]
  800. [PRINT1 | Tisknout soubory]
  801. PRINT |[/B:(buffersize)] [/D:(device)] [/M:(maxtick)] [/Q:(value] [/S:(timeslice)][/U:(busytick)] [/C][/P][/T] [d:][path][filename]
  802. Rem Queues and prints data files.
  803. Rem /D:device
  804. Rem     Specifies the name of the print device. Valid values for parallel ports
  805. Rem     are LPT1, LPT2, and LPT3. Valid values for serial ports are COM1, COM2,
  806. Rem     COM3, and COM4. The default value is LPT1, which is also called PRN. The
  807. Rem     /D switch must precede any filename used on the command line.
  808. Rem /B:size
  809. Rem     Sets the size (in bytes) of the internal buffer, which is used to store
  810. Rem     data before it is sent to the printer. The minimum and default value for
  811. Rem     size is 512; the maximum value is 16384. Increasing this value decreases
  812. Rem     the amount of memory available for other purposes but may speed up the
  813. Rem     PRINT command.
  814. Rem /U:ticks1
  815. Rem     Specifies the maximum number of clock ticks PRINT is to wait for a
  816. Rem     printer to be available (clock ticks occur about 18 times per second).
  817. Rem     If the printer is not available within the time specified, the job does
  818. Rem     not print. Values for ticks1 must be in the range 1 through 255. The
  819. Rem     default value is 1.
  820. Rem /M:ticks2
  821. Rem     Specifies the maximum number of clock ticks PRINT can take to print a
  822. Rem     character on the printer. Values for ticks2 must be in the range 1
  823. Rem     through 255. The default value is 2. If a character is printed too
  824. Rem     slowly, MS-DOS displays an error message.
  825. Rem /S:ticks3
  826. Rem     Specifies the number of clock ticks the MS-DOS scheduler allocates for
  827. Rem     background printing. Values for ticks3 must be in the range 1 through
  828. Rem     255. The default value is 8. Increasing this value can speed up printing
  829. Rem     while slowing down other programs.
  830. Rem /Q:qsize
  831. Rem     Specifies the maximum number of files allowed in the print queue. Values
  832. Rem     for qsize must be in the range 4 through 32. The default value is 10.
  833. Rem /T  Removes all files from the print queue.
  834. Rem /C  Removes files from the print queue. You can use the /C and /P switches
  835. Rem     on the same command line.
  836. Rem /P  Adds files to the print queue.
  837. [PROMPT | Zm∞nit v²zvu p°φkazovΘho °ßdku DOSu]
  838. PROMPT |[prompt text] [options]
  839. [PROMPT1 | Zm∞nit v²zvu p°φkazovΘho °ßdku DOSu]
  840. PROMPT |[prompt text] [options]
  841. Rem Changes the DOS command prompt.
  842. Rem Options:
  843. Rem     "$Q"  = (equal sign)
  844. Rem     "$$"  $ (dollar sign)
  845. Rem     "$T"  Current time
  846. Rem     "$D"  Current date
  847. Rem     "$P"  Current drive and path
  848. Rem     "$V"  MS-DOS version number
  849. Rem     "$N"  Current drive
  850. Rem     "$G"  Rem (greater-than sign)
  851. Rem     "$L"  < (less-than sign)
  852. Rem     "$B"  | (pipe)
  853. Rem     '$_'  ENTER-LINEFEED
  854. Rem     "$E"  ASCII escape code (code 27)
  855. Rem     "$H"  Backspace (to delete a character that has been written to the
  856. Rem           prompt command line)
  857. [RECOVER | Vy°eÜit problΘmy se sektory]
  858. RECOVER |[d:][path]filename
  859. RECOVER d:
  860. RECOVER is no longer available ).
  861. Rem Resolves sector problems on a file or a disk.
  862. [REM | Komentß° v dßvkovΘm souboru]
  863. Rem |Used in batch files and in the CONFIG.SYS file to insert Remarks
  864. Rem (that will not be acted on).
  865. [RENAME | P°ejmenovat soubor(y)]
  866. RENAME |(REN) [d:][path]filename [d:][path]filename
  867. Rem Changes the filename under which a file is stored.
  868. [REPLACE | Nahradit ulo₧enΘ soubory]
  869. REPLACE |[d:][path]filename [d:][path] [/A][/P][/R][/S][/U][/W]
  870. [REPLACE1 | Nahradit ulo₧enΘ soubory]
  871. REPLACE |[d:][path]filename [d:][path] [/A][/P][/R][/S][/U][/W]
  872. Rem Replaces stored files with files of the same name from a different
  873. Rem storage location.
  874. Rem /A  Adds new files to the destination directory instead of replacing
  875. Rem     existing files. You cannot use this switch with the /S or /U switch.
  876. Rem /P  Prompts you for confirmation before replacing a destination file or
  877. Rem     adding a source file.
  878. Rem /R  Replaces read-only files as well as unprotected files. If you do not
  879. Rem     specify this switch but attempt to replace a read-only file, an error
  880. Rem     results and stops the replacement operation.
  881. Rem /S  Searches all subdirectories of the destination directory and replaces
  882. Rem     matching files. You cannot use the /S switch with the /A switch. The
  883. Rem     REPLACE command does not search subdirectories specified in path1.
  884. Rem /W  Waits for you to insert a disk before REPLACE begins to search for
  885. Rem     source files. If you do not specify /W, REPLACE begins replacing or
  886. Rem     adding files immediately after you press ENTER.
  887. Rem /U  Replaces (updates) only those files on the destination directory that
  888. Rem     are older than those in the source directory. You cannot use the /U
  889. Rem     switch with the /A switch.
  890. [RESTORE | P°evΘst do standardnφho zßlohovacφho formßtu]
  891. RESTORE |d: [d:][path]filename [/P][/S][/B:mm-dd-yy] [/A:mm-dd-yy][/E:hh:mm:ss] [/L:hh:mm:ss] [/M][/N][/D]
  892. Rem Restores to standard disk storage format files previously stored
  893. Rem using the BACKUP command.
  894. [RD (RMDIR)| Smazat prßzdn² podadresß°]
  895. RD |[d:]path
  896. Rem Removes a subdirectory.
  897. [SCANDISK | Nßstroj pro anal²zu a opravu disku]
  898. SCANDISK |[d: [d: . . .]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]
  899. [SCANDISK1 | Nßstroj pro anal²zu a opravu disku]
  900. SCANDISK |[d: [d: . . .]|/all][/checkonly|/autofix[/nosave]|/custom][/surface][/mono][/nosummay]
  901. SCANDISK volume-name[/checkonly|/autofix[/nosave]|/custom][/mono][/nosummary]
  902. SCANDISK /fragment [d:][path]filename
  903. SCANDISK /undo [undo-d:][/mono]
  904. Rem Starts the Microsoft ScanDisk program which is a disk analysis and
  905. Rem repair tool used to check a drive for errors and correct
  906. Rem any problems that it finds.
  907. [SELECT | Formßtovat disk a instalovat k≤dy zemφ]
  908. SELECT |[d:] [d:][path] [country code][keyboard code]
  909. Rem Formats a disk and installs country-specific information and keyboard codes
  910. Rem (starting with DOS Version 6, this command is no longer available).
  911. [SET | Nastavit systΘmovou prom∞nnou]
  912. SET |(string1)=[string2]
  913. Rem Inserts strings into the command environment. The set values
  914. Rem can be used later by programs.
  915. [SETVER | Zobrazit nebo nastavit verzi DOSu]
  916. SETVER |[d:]:path][filename (number)][/delete][/quiet]
  917. Rem Displays the version table and sets the version of DOS
  918. Rem that is reported to programs.
  919. [SHARE | ZavΘst podporu pro sdφlenφ a zamykßnφ soubor∙]
  920. SHARE |[/F:space] [/L:locks]
  921. Rem Installs support for file sharing and file locking.
  922. [SHELL | Up°esnit p°φkazov² interpret]
  923. SHELL=|[d:][path]filename [parameters]
  924. Rem Used in the CONFIG.SYS file to specify the command interpreter for DOS.
  925. [SHIFT | Zv²Üit poΦet nahraditeln²ch parametr∙]
  926. SHIFT|
  927. Rem Increases number of replaceable parameters to more than the standard
  928. Rem ten for use in batch files.
  929. [SORT | Set°φdit vstup a odeslat na obrazovku nebo do souboru]
  930. SORT |[/R][/+n][drive1:][path1]filename1 [Rem [drive2:][path2]filename2]
  931. [SORT1 | Set°φdit vstup a odeslat na obrazovku nebo do souboru]
  932. SORT |[/R][/+n][drive1:][path1]filename1 [Rem [drive2:][path2]filename2]
  933. Rem Sorts input and sends it to the screen or to a file.
  934. Rem /R  Reverses the order of the sorting operation; that is, sorts from Z to A,
  935. Rem     and then from 9 to 0.
  936. Rem /+n Sorts the file according to the character in column n. If you do not use
  937. Rem     this switch, the SORT command sorts data according to the characters in
  938. Rem     column 1.
  939. [STACKS | Nastavit Φφslo a velikost zßsobnφku]
  940. STACKS=|(number),(size)
  941. Rem Used in the CONFIG.SYS file to set the number of stack frames
  942. Rem and the size of each stack frame.
  943. [SUBMENU | Vytvo°it vφce·rov≥ovΘ menu]
  944. SUBMENU=|blockname, [menutext]
  945. Rem Used in the CONFIG.SYS file to create a multilevel menu from which
  946. Rem you can select start-up options.
  947. [SUBST | Vytvo°it virtußlnφ disk pro zadanou cestu]
  948. SUBST |d: d:path
  949. SUBST d: /D
  950. Rem Substitutes a virtual drive letter for a path designation.
  951. [SWITCHES | Konfigurace DOSu ve specißlnφm p°φpad∞]
  952. SWITCHES=|[/K][/F][/N][/W]
  953. [SWITCHES1 | Konfigurace DOSu ve specißlnφm p°φpad∞]
  954. SWITCHES=|[/K][/F][/N][/W]
  955. Rem Used in the CONFIG.SYS file to configure DOS in a special way;
  956. Rem for example, to tell DOS to emulate different hardware configurations.
  957. Rem /F  Skips the 2-second delay after displaying the "Starting MS-DOS ..."
  958. Rem     message during startup.
  959. Rem /K  Forces an enhanced keyboard to behave like a conventional keyboard.
  960. Rem /N  Prevents you from using the F5 or F8 key to bypass startup commands.
  961. Rem /W  Specifies that the WINA20.386 file has been moved to a directory other
  962. Rem     than the root directory.
  963. [SYS | P°enΘst systΘmovΘ soubory na dalÜφ disk]
  964. SYS |[source] d:
  965. Rem Transfers the operating system files to another disk.
  966. [TIME | Zobrazit a zm∞nit systΘmov² Φas]
  967. TIME |hh:mm[:ss][.cc][A|P]
  968. Rem Displays current time setting of system clock and provides
  969. Rem a way for you to reset the time.
  970. [TREE | Zobrazit adresß°ovou strukturu]
  971. TREE |[d:][path] [/A][/F]
  972. Rem Displays directory paths and (optionally) files in each subdirectory.
  973. Rem /F  Displays the names of the files in each directory.
  974. Rem /A  Specifies that TREE is to use text characters instead of graphic
  975. Rem     characters to show the lines linking subdirectories.
  976. [TYPE | Zobrazit obsah souboru]
  977. TYPE |[d:][path]filename
  978. Rem Displays the contents of a file.
  979. [UNDELETE | Obnovit smazanΘ soubory]
  980. UNDELETE |[d:][path][filename] [/DT|/DS|/DOS]
  981. [UNDELETE1 | Obnovit smazanΘ soubory]
  982. UNDELETE |[d:][path][filename] [/DT|/DS|/DOS]
  983. UNDELETE [/list|/all|/purge[d:]|/status|/load|/U|/S[d:]|/Td:[-entries]]
  984. Rem Restores files deleted with the DELETE command.
  985. Rem /LIST
  986. Rem     Only lists the deleted files that are available to be recovered
  987. Rem /ALL
  988. Rem     Recovers deleted files without prompting for confirmation on each file.
  989. Rem /DOS
  990. Rem     Recovers only those files that are internally listed as deleted by
  991. Rem     MS-DOS, prompting for confirmation on each file.
  992. Rem /DT Recovers only those files listed in the deletion-tracking file,
  993. Rem     prompting for confirmation on each file.
  994. Rem /DS Recovers only those files listed in the SENTRY directory, prompting for
  995. Rem     confirmation on each file.
  996. Rem /LOAD
  997. Rem     Loads the Undelete memory-resident program into memory using information
  998. Rem     defined in the UNDELETE.INI file. If the UNDELETE.INI file does not
  999. Rem     exist, UNDELETE uses default values.
  1000. Rem /UNLOAD
  1001. Rem     Unloads the memory-resident portion of the Undelete program from memory,
  1002. Rem     turning off the capability to restore deleted files.
  1003. Rem /PURGE[drive]
  1004. Rem     Deletes the contents of the SENTRY directory. If no drive is specified,
  1005. Rem     UNDELETE searches the current drive for the directory.
  1006. Rem /STATUS
  1007. Rem     Displays the type of delete protection in effect for each drive.
  1008. Rem /S[drive]
  1009. Rem     Enables the Delete Sentry level of protection and loads the
  1010. Rem     memory-resident portion of the UNDELETE program. The program records
  1011. Rem     information used to recover deleted files on the specified drive. If you
  1012. Rem     do not specify a drive, using this switch enables the Delete Sentry
  1013. Rem     level of protection on the current drive. Specifying the /S switch loads
  1014. Rem     the memory-resident program into memory using the information defined in
  1015. Rem     the UNDELETE.INI file.
  1016. Rem /Tdrive[-entries]
  1017. Rem     Enables the Delete Tracker level of protection and loads the
  1018. Rem     memory-resident portion of the UNDELETE program. The program records
  1019. Rem     information used to recover deleted files. The optional entries parameter,
  1020. Rem     which must be a value in the range 1 through 999, specifies the maximum
  1021. Rem     number of entries in the deletion-tracking file (PCTRACKR.DEL).
  1022. [UNFORMAT | Odvolat zformßtovßnφ disku]
  1023. UNFORMAT |d: [/J][/L][/test][/partn][/P][/U]
  1024. [UNFORMAT1 | Odvolat zformßtovßnφ disku]
  1025. UNFORMAT |d: [/J][/L][/test][/partn][/P][/U]
  1026. Rem Used to undo the effects of formatting a disk.
  1027. Rem /L  Lists every file and subdirectory found by UNFORMAT. If you do not
  1028. Rem     specify this switch, UNFORMAT lists only subdirectories and files that
  1029. Rem     are fragmented. To suspend scrolling of the displayed list, press
  1030. Rem     CTRL+S; to resume scrolling, press any key.
  1031. Rem /TEST
  1032. Rem     Shows how UNFORMAT would recreate the information on the disk, but does
  1033. Rem     not actually unformat the disk.
  1034. Rem /P  Sends output messages to the printer connected to LPT1.
  1035. [VER | Zobrazit verzi DOSu]
  1036. VER
  1037. Rem Displays the DOS version number.
  1038. [VERIFY | Nastavit ov∞°ovßnφ pro vÜechny operace kopφrovßnφ]
  1039. VERIFY |on|off
  1040. Rem Turns on the verify mode; the program checks all copying operations
  1041. Rem to assure that files are copied correctly.
  1042. [VOL | Zobrazit popisek disku]
  1043. VOL |[d:]
  1044. Rem Displays a disk's volume label.
  1045. [VSAFE | Rezidentnφ antivirus]
  1046. VSAFE |[/option[+|-]...] [/NE][/NX][Ax|/Cx] [/N][/D][/U]
  1047. Rem VSAFE is a memory-resident program that continuously monitors your
  1048. Rem computer for viruses and displays a warning when it finds one.
  1049. [XCOPY | Kopφrovat podadresß°e a soubory]
  1050. XCOPY |[d:][path]filename [d:][path][filename] [/A][/D:(date)] [/E][/M][/P][/S][/V][/W][Y\-Y]
  1051. [XCOPY1 | Kopφrovat podadresß°e a soubory]
  1052. XCOPY |[d:][path]filename [d:][path][filename] [/A][/D:(date)] [/E][/M][/P][/S][/V][/W][Y\-Y]
  1053. Rem Copies directories, subdirectories, and files.
  1054. Rem /Y  Indicates that you want XCOPY to replace existing file(s) without
  1055. Rem     prompting you for confirmation.
  1056. Rem /-Y Indicates that you want XCOPY to prompt you for confirmation when
  1057. Rem     replacing an existing file.
  1058. Rem /A  Copies only source files that have their archive file attributes set.
  1059. Rem     This switch does not modify the archive file attribute of the source
  1060. Rem     file.
  1061. Rem /M  Copies source files that have their archive file attributes set. Unlike
  1062. Rem     the /A switch, the /M switch turns off archive file attributes in the
  1063. Rem     files specified in source.
  1064. Rem /D:date
  1065. Rem     Copies only source files modified on or after the specified date.
  1066. Rem /P  Prompts you to confirm whether you want to create destination file.
  1067. Rem /S  Copies directories and subdirectories, unless they are empty. If you
  1068. Rem     omit this switch, XCOPY works within a single directory.
  1069. Rem /E  Copies any subdirectories, even if they are empty.
  1070. Rem /V  Verifies each file as it is written to the destination file to make sure
  1071. Rem     that the destination files are identical to the source files.
  1072. Rem /W  Displays the following message and waits for your response before
  1073. Rem     starting to copy files.
  1074.