home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / tombat.zip / TOMBAT.DOC < prev    next >
Text File  |  1994-11-23  |  5KB  |  136 lines

  1. *TOMBAT is COPYRIGHTED 1995 by THOMAS KNOX*                 
  2.  
  3.  
  4.                         
  5.                         
  6.                         Thomas Knox Presents:
  7.  
  8.  
  9.                                TOMBAT
  10.  
  11.  
  12.                              version 1.0
  13.  
  14. How to Contact the author
  15. -------------------------
  16. Email: thomas.knox@ptonline.com
  17. or:    thomas.knox@index.com
  18. US Mail: TOM KNOX
  19.          2590 ALMAND RD
  20.          CONYERS, GA 30207
  21.  
  22.  
  23. Introduction
  24. ------------
  25.  
  26. TOMBAT was written over a period of several years. The project began as
  27. a collection of home-made batch files. I saw the need for shortcuts to
  28. commonly used commands. The first of which was the "dir" command. DIR on
  29. it's own was never good enough, and the "switches" were always a pain
  30. to type. Later, I created a batch program to display my computer's memory.
  31. Then another batch program seemed to come along every month or so, until
  32. there were so many, I made a seperate directory for them. And now, it's
  33. been 3 years in the making. Over 3000 hours of work has gone into
  34. TOMBAT. I hope you find it as enjoyable as I do. 
  35.  
  36. Sincerely,
  37.  
  38. THOMAS KNOX
  39.  
  40.  
  41.  
  42. HOW TO REGISTER TOMBAT
  43. ----------------------
  44.  
  45. Send $1 to:
  46.  
  47.                 THOMAS KNOX
  48.                 2590 ALMAND RD NW
  49.                 CONYERS, GEORGIA 30207
  50.                 (USA)
  51.  
  52.                 NOTE: If you are financialy able, please consider
  53.                 paying $30 for your registration.
  54.  
  55.  
  56. How to Install TOMBAT
  57. ---------------------
  58.  
  59. 1) Create a directory on your "C:" drive called "C:\TOMBAT".
  60. 2) Place all the TOMBAT files in this directory.
  61. 3) ****IMPORTANT******* Modify your AUTOEXEC.BAT file to include the
  62.    TOMBAT directory in the PATH.
  63.  
  64.    example:
  65.  
  66.    PATH C:\DOS;C:\WINDOWS
  67.  
  68.    would become:
  69.  
  70.    PATH C:\TOMBAT;C:\DOS;C:\WINDOWS
  71.  
  72. NOTE:  TOMBAT should be before "windows" in your path statement.
  73.  
  74.  
  75.  
  76.  
  77. How to use TOMBAT
  78. -----------------
  79.  
  80. TOMBAT is designed to be used casually as a short-cut around lengthy and
  81. awkward DOS commands. With TOMBAT, simply type the one or two-letter command
  82. and hit enter; TOMBAT will instruct your computer to display the information
  83. you requested.
  84.  
  85.  
  86. Descriptions of TOMBAT commands
  87. -------------------------------
  88.  
  89. note: TOMBAT programs all utilize the programs that come with MSDOS 6.x.
  90.       The output you see is the result of MSDOS programs, not TOMBAT.
  91.       TOMBAT is not meant to replace these programs. TOMBAT simply
  92.       delivers the correct commands that activate DOS's features and
  93.       programs.
  94.  
  95. note: TOMBAT automaticly pauses information over one page long.
  96.  
  97. "ALARM" - A useful deterrent to protect your valuable data.
  98.  
  99. "D" - Displays the current directory's programs in a wide-screen format.
  100.  
  101. "DA" - Displays drive "A:" programs, without changing the current drive.
  102. "DB" - Displays drive "B:" programs, without changing the current drive.
  103. "DC" - Displays drive "C:" programs, without changing the current drive.
  104. "DD" - Displays drive "D:" programs, without changing the current drive.
  105. "DE" - Displays drive "E:" programs, without changing the current drive.
  106. "DF" - Displays drive "F:" programs, without changing the current drive
  107.  
  108. "ID" - Displays text from "FILE_ID.DIZ" and "DESC.SDI". This is one of
  109.        the best features of TOMBAT. Check it out.
  110.        (note: the current directory must contain "FILE_ID.DIZ" and/or
  111.         "DESC.SDI" files for this to work.)
  112.  
  113. "M" - displays the programs in your computers memory and how much memory
  114.       each is using. This information is always 2 pages long.
  115.  
  116. "A, B, C, E, F" - Changes the current drive to "A, B, C, E, or F".
  117.  
  118. "R" - Changes the curent drive to "D:". The reason for using "R" instead
  119.       of "D" is that "R" stands for RAMDISK. Your RAMDISK should be "D:".
  120.       If your computer's ramdisk is under a different letter, you have
  121.       permission to change the program "R.BAT" to work with your system.
  122.       Please don't distribute the modified version.
  123.  
  124. "MON"  - Installs your MOUSE driver into memory.
  125.          (if your mouse uses an alternative mouse driver, you will need
  126.          to change this program to load the correct one.)
  127.  
  128. "MOFF"-  REMOVES the mouse driver from memory.
  129.          (note: if "MOUSE OFF" doesn't work, you may need to modify
  130.          "MOFF.BAT" to issue the command "MOUSE /U" instead.)
  131.  
  132. "WINDOWS" - Uninstalls the DOS mouse driver, then runs windows. This frees
  133.             about 15k of memory, which will help windows run even faster.
  134.             If you plan on using your mouse with DOS applications while
  135.             under Windows, you shouldn't use this feature.
  136.