home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pctech / pctech / contents.uti < prev    next >
Text File  |  1987-12-02  |  5KB  |  257 lines

  1.  
  2. The Best of PC Tech Journal Diskette
  3.  
  4. Table of Contents -- UTILITY directory
  5. --------------------------------------
  6.  
  7. ASKDEMO.BAT
  8. ASKKEY.COM
  9.  
  10.     "Batch File Interaction"
  11.     Ed Volkstorf
  12.     June 1987, page 51
  13.  
  14.     Provides a method for batch files to interact with the
  15.     keyboard.  The batch file is a demonstration.
  16.  
  17.     Command line:  ASKDEMO                  (for a demonstration)
  18.                    ASKKEY prompt-string     (from batch files)
  19.  
  20. ATBIOS.COM
  21. ATPERF.EXE
  22.  
  23.     "Out from the Shadow of IBM..."
  24.     Steven Armbrust, Ted Forgeron, and Paul Pierce
  25.     August 1986, page 52
  26.  
  27.     ATBIOS and ATPERF are part of PC Tech Journal's suite of AT
  28.     compatibility and performance metrics.  They are intended for
  29.     use with 80286, 8086, and 8088 processors.
  30.  
  31.     Command line:  ATBIOS
  32.                    ATPERF
  33.  
  34. BUSPERF.EXE
  35.  
  36.     "Speed Infusion"
  37.     Ted Mirecki
  38.     February 1987, page 126
  39.  
  40.     Analyzes the performance of the PC bus
  41.  
  42.     Command line:  BUSPERF
  43.  
  44. CPUID.COM
  45.  
  46.     "Chips in Transition"
  47.     Bob Smith
  48.     April 1986, page 56
  49.  
  50.     Identifies the type of CPU chip installed in the computer.
  51.  
  52.     Command line:  CPUID
  53.  
  54. DISKTEST.EXE
  55. AUTOTEST.EXE
  56.  
  57.     "Fixed-Disk Benchmarks"
  58.     William Hunt
  59.     November 1984, page 64
  60.  
  61.     Two programs to analyze hard disk performance.
  62.  
  63.     Command line:  DISKTEST
  64.                    AUTOTEST
  65.  
  66. DUMBTERM.EXE
  67.  
  68.     "Interrupts and the IBM PC, Part II"
  69.     Chris Dunford
  70.     January 1984, page 144
  71.  
  72.     A simple dumb terminal emulator.
  73.  
  74.     Command line:  DUMBTERM
  75.  
  76. EMMSTAT.EXE
  77.  
  78.     "Reaching into Expanded Memory"
  79.     John A. Lefor and Karen Lund
  80.     May 1987, page 100
  81.  
  82.     Determines and reports the state of expanded memory and the
  83.     status of the installed EMS driver.
  84.  
  85.     Command line:  EMMSTAT
  86.  
  87. EPSON.COM
  88.  
  89.     "The DOS Command IBM Forgot"
  90.     Douglas Ritari
  91.     September 1984, page 79
  92.  
  93.     Initializes the Epson MX series printers as specified by the
  94.     optional parameter.
  95.  
  96.     Command line:  EPSON parameter
  97.  
  98.     Parameters: E - emphasized
  99.                 D - double-strike
  100.                 I - italics
  101.                 W - wide characters
  102.                 C - compressed
  103.                 T - top-of-form
  104.                 R - resets printer
  105.                 U - unidirectional printing
  106.              /xx/ - hexadecimal input mode
  107.  
  108. FIXCURS.COM
  109.  
  110.     "The Dashed Cursor"
  111.     Paul Pierce
  112.     December 1985, page 47
  113.  
  114.     Restores the cursor to an underline.
  115.  
  116.     Command line:  FIXCURS
  117.  
  118. KEYBECHO.COM
  119. KEYBINFO.COM
  120.  
  121.     "Keying on a Standard"
  122.     Bob Smith
  123.     July 1987, page 134
  124.  
  125.     KEYBECHO returns the ASCII value, key scan code, and key name
  126.     values as you press the key.  KEYBINFO returns information
  127.     about the enhanced keyboard.
  128.  
  129.     Command line:  KEYBECHO
  130.                    KEYBINFO
  131.  
  132. MACHINE.COM
  133. MATHCHIP.COM
  134. MATHSWIT.COM
  135.  
  136.     "Machine Specifics"
  137.     Ted Forgeron
  138.     June 1985, page 181
  139.  
  140.     MACHINE displays the type of system.  MATHCHIP determines the
  141.     presence of a math coprocessor.  MATHSWIT checks to see if
  142.     the system board switch for the math coprocessor has been
  143.     properly set.
  144.  
  145.     Command line:  MACHINE
  146.                    MATHCHIP
  147.                    MATHSWIT
  148.  
  149. NDPTYPE.COM
  150.  
  151.     "Which Math Coprocessor?"
  152.     Ted Forgeron
  153.     August 1987, page 43
  154.  
  155.     Checks for the presence of a math coprocessor and displays
  156.     its type.
  157.  
  158.     Command line:  NDPTYPE
  159.  
  160. PRTSC.COM
  161.  
  162.     "A Print Screen Switch"
  163.     Tom Swan
  164.     July 1985, page 162
  165.  
  166.     Toggles the print screen key on and off.
  167.  
  168.     Command line:  PRTSC
  169.  
  170. SETALARM.COM
  171.  
  172.     "An Alarm for the AT"
  173.     Leo J. Scanlon
  174.     ApriL 1986, page 179
  175.  
  176.     An alarm clock for AT machines.
  177.  
  178.     Command line:  SETALARM
  179.  
  180. SETKEY.COM
  181.  
  182.     "Rev Up the AT Keyboard"
  183.     Kevin M. Crenshaw
  184.     May 1985, page 39
  185.  
  186.     Controls the typamatic repeat rate of the AT keyboard.
  187.  
  188.     Command line:  SETKEY repeat-rate delay-rate
  189.  
  190.              repeat-rate values:  A..Z
  191.              delay-rate values:   1..4
  192.  
  193. SETRTC.BAT
  194. TAD.COM
  195.  
  196.     "Setting the AT's Clock"
  197.     Will Fastie
  198.     December 1984, page 57
  199.  
  200.     Sets the AT's hardware clock from DOS.
  201.  
  202.     Command line:  SETRTC [date [time]]
  203.  
  204. SUPEREN.COM
  205.  
  206.     "Replacing RENAME"
  207.     Ted Mirecki
  208.     April 1985, page 41
  209.  
  210.     Renames a subdirectory.
  211.  
  212.     Command line:  SUPEREN oldname newname
  213.  
  214. UNDRLN.COM
  215.  
  216.     "Underline Fix for the EGA"
  217.     Gerry Kaplan
  218.     September 1987, page 49
  219.  
  220.     Restores the underlining capability in color with EGA
  221.     subsystems.
  222.  
  223.     Command line:  UNDRLN
  224.  
  225. VDEL.COM
  226.  
  227.     "Are You Sure (Y/N)?"
  228.     Jeff Garbers
  229.     February 1984, page 44
  230.  
  231.     Conditionally deletes files one-by-one after user
  232.     verification.
  233.  
  234.     Command line:  VDEL template
  235.  
  236. WHERE.COM
  237.  
  238.     "A Good Find"
  239.     Mark S. Ackerman
  240.     October 1985, page 85
  241.  
  242.     Locates the specified file anywhere in the directory
  243.     structure.
  244.  
  245.     Command line:  WHERE filename
  246.  
  247. XMEM.COM
  248.  
  249.     "Tracing Expanded Memory"
  250.     Ted Mirecki
  251.     February 1986, page 45
  252.  
  253.     Displays the total amount of expanded memory in your system,
  254.     the amount allocated, and the amount free.
  255.  
  256.     Command line:  XMEM
  257.