home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / MNFEB91.ZIP / DOS5 < prev    next >
Encoding:
Text File  |  1991-01-26  |  7.5 KB  |  380 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. We don't know if the following text fie is accurate or not since it came from 
  13. "scuttlebutt", we picked up here and there.  But we present it here as a sort 
  14. of `wish list' for us Dossers.
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. Well, DOS 5.00 will probably be out by the end of 1990, and you are probably 
  38. anxious to know what is new.  Most people either don't know what is new, or 
  39. "can't tell you".  We'll tell you all we know (and some stuff on our "wish 
  40. list").  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Changes/Additions:
  57.  
  58. 1.  DOS can now load itself into the first 64K of Extended memory if
  59.     you have it.  You must have the line, "DOS=HIGH" in your config.sys
  60.     and you must have at least 64K of extended memory available.  This
  61.     will only work on AT machines since 8088/8086 processors can only
  62.     address up to 1 Megabyte of memory, and Extended Memory begins at
  63.     1 Meg.  Loading DOS high will free up quite a bit of valuable
  64.     conventional memory.
  65.  
  66. 2.  The QuickBasic interpreter is included along with GWBasic.
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. 3.  The Shell program (DOSSHELL) has been completely changed.  It now
  77.     resembles the "File Manager" Program that comes with Windows or
  78.     OS/2.  DOSSHELL can be run in either graphics or text mode, in
  79.     color or black and white.  The F1 key brings up online help.
  80.  
  81. 4.  If the environment variable "TEMP" is set, DOS will use the
  82.     directory set in "TEMP" to write temporary files for piping
  83.     operations.  If there is no "TEMP" directory set, the current
  84.     directory is used.
  85.  
  86. 5.  If the environment variable "DIRCMD" is set, DOS uses it for
  87.     all "DIR" commands.  For example, if "DIRCMD=/W", when you type
  88.     "DIR", DOS would act like you typed "DIR/W" (Wide display).
  89.  
  90. 6.  A short help screen is available for all DOS commands by adding
  91.     a "/?" after the command, for example, "DIR /?" would give you
  92.     a help screen for the DIR command.
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. 7.  There is a utility called "DOSKEY" that is basically a command
  104.     line editor that lets you backup through your previous DOS
  105.     commands.  Here is the help screen for DOSKEY:
  106.  
  107.  
  108.  
  109.        DOSKEY [/reinstall] [/bufsize=] [/dmacs] [/dhist] [macro=text]
  110.        /reinstall  Installs a new copy of doskey.
  111.        /bufsize=   Specifies the size of the command buffer.
  112.        /dmacs      Displays all macros and lets you redirect them to a file.
  113.        /dhist      Displays all command lines stored in memory.
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. 8.  A program called UNFORMAT is included.  It restores a hard drive
  135.     to its condition prior to the last FORMAT command.
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. 9.  The DIR command now reports how many bytes the files listed
  147.     total up to.  Here is an example DIR command:
  148.  
  149.        E:\>dir
  150.  
  151.         Volume in drive E is whatever
  152.         Directory of E:\
  153.  
  154.        WIERDOS      <DIR>     06-28-90  12:42a
  155.        DUDE     ZIP    724409 07-26-90  10:14p
  156.        TMP          <DIR>     07-28-90   6:32p
  157.        IHATE-U      <DIR>     06-28-90  12:42a
  158.        MASM     EXE    103175 07-31-87  12:00a
  159.        STSCFG   CFG      2339 04-30-90   1:49a
  160.        SD       INI      2497 07-13-90   2:52a
  161.        FRECOVER DAT     50688 07-14-90   1:25a
  162.                8 File(s)    3883108 bytes
  163.                            21868544 bytes free
  164.  
  165.        E:\>
  166.  
  167.  
  168.         **NOTE***IGNORE THE HIGHLIGHTED AREAS ON YOUR SCREEN...
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. 10.  The FORMAT command now supports 2.88 Meg 3.5" diskettes.
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. Here are the help screens for a few of the DOS commands:
  201.  
  202.  
  203. DIR [pathname] [/p] [/w] [/a:attributes] [/o:sortorder] [/s] [/b]
  204.  
  205.     /p  Pause after each screen page of display.
  206.     /w  List Files in columns with up to five filenames on each line.
  207.     /a:attributes  Displays only files with the attributes you specify.
  208.     /o:sortorder   Displays files sorted in the specified order.
  209.     /s  Displays files in the specified directory and all subdirectories.
  210.     /b  Lists filenames, one per line, without any file information.
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. ORMAT drive: [/1] [/4] [/8] [/n:sectors] [/t:tracks] [/f:size]
  223.               [/b] [/s] [/u] [/v[:label]]
  224.  
  225.     /1  Formats a single side of a floppy disk.
  226.     /4  Forces a high-capacity floppy drive to format a 360K Floppy-disk.
  227.     /8  Formats eight sectors per track.
  228.     /n  Specifies the number of sectors per track.
  229.     /t  Specifies the number of tracks on the disk.
  230.     /f  Specifies the size of the floppy disk to format.
  231.     /b  Formats the disk, leaving space to copy an operating system.
  232.     /s  Copies the operating system files.
  233.     /u  Specifies an unconditional format for a hard disk.
  234.     /v  Specifies the volume label.
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250. COPY [pathname1] [pathname2] [/v] [/a] [/b]
  251.  
  252.     /v Verifies sectors written on the target disk.
  253.     /a Copies Ascii files.
  254.     /b Copies binary files.
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. BACKUP source destination [/s][/m][/a][/f:size][/d:date][/t:time][/L:pathname]
  273.  
  274.     /s Backs up subdirectories
  275.     /m Backs up only those files that have changed since the last backup
  276.     /a Adds backed-up files to an existing backup disk
  277.     /d:date Backs up only files modified since the specified date
  278.     /t:time Backs up only files modified since the specified time
  279.     /L:pathname Creates a log entry to record the backup operation
  280.     /f:size Formats the target backup disk
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. RESTORE drive1: [drive2] [pathname] [/s] [/p] [/b:date]
  296.  
  297.         [/a:date] [/e:time] [/l:time] [/m] [/n]
  298.     /s  Restores all subdirectories.
  299.     /p  Prompts before restoring read-only files or filed modified
  300.         since the backup.
  301.     /b  Restores only those files last modified on or before date.
  302.     /a  Restores only those files last modified on or after date.
  303.     /e  Restores only those files last modified a
  304.     /n  Restores only those files that no longer exist on the
  305.         target disk
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. MODE - Configure a device.
  321.  
  322. Device Status:     MODE [device] [/sta]
  323. Printer port:      MODE LPTn[cols=c] [lines= l] [retry=r]
  324. Serial port:       MODE COMm baud=b [data=d] [stop=s] [parity=p] [retry=r]
  325. Display mode:      MODE con:[cols=m] [lines=n]
  326. Typematic rate:    MODE con [:] [rate=r] [delay=d]
  327. Prepare codepage:  MODE device cp prepare=((yyy) [drive:][path]filename
  328. Select codepage:   MODE device cp select=yyy
  329. Redirect printing: MODE LPTn[:]=COMm[:]
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. XCOPY pathname1 [pathname2] [/a] [/d:date] [/e] [/m] [/p] [/s] [/v] [/w]
  345.  
  346.     /a  Copy files with archive bit, but don't modify archive bit.
  347.     /d  Copies source files modified on or after specified date.
  348.     /e  Copies any subdirectories, even if they are empty.
  349.     /m  Copy files with archive bit set and clear the archive bit.
  350.     /p  Prompts before creating a new file in the target directory.
  351.     /s  Copy directories and subdirectories, unless empty.
  352.     /v  Verify each file as it is written to the target.
  353.     /w  Causes xcopy to wait before it starts copying files.
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.      There is also a neat little program included with the beta
  371. version of DOS 5.0 called "Microsoft Infer".  We don't know if Infer
  372. will be included with the release version of DOS.  Infer tells lots
  373. of useful information about your system, like: Operating System
  374. Version, Machine type, Environment, Processor type, Memory info,
  375. Video Adapter info, Serial/Parallel port info, disk drive info,
  376. and much more.  Infer includes a ROM BIOS browser, memory browser,
  377. and several other useful functions. How about <THAT> for a wish list?
  378.  
  379. MICRONEWS...
  380.