home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / zuludisk / readme < prev    next >
Encoding:
Text File  |  1991-11-26  |  16.5 KB  |  363 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                               ZULU DISK UTILITIES
  7.                  a  collection  of  programs for the disk user
  8.                                  VERSION 2.02
  9.                                 (C) 1989, 1990
  10.  
  11.                                  ALAN WEINBERG
  12.                                4560 S. 14th Ave.
  13.                                TUCSON, AZ, 85714, USA
  14.                Customer Service/Technical Support (602) 326-6579
  15.  
  16. ********** NOTE: DEVICE=ANSI.SYS must be in your config.sys file ************
  17. *****************************************************************************
  18.                                    BEEP.COM
  19.                             (c) 1990,Alan Weinberg
  20. -----------------------------------------------------------------------------
  21.    This program will beep the speaker in the PC.  Use it in batch files to
  22. indicate the end of an operation.  Then go off and do something else.  When
  23. you hear the beep, you know your batch file is finished.
  24. ******************************************************************************
  25.                                   BORDER.EXE
  26.                                  version 1.01
  27.                                    (c) 1989
  28. -----------------------------------------------------------------------------
  29.    This is a nifty little program that allows you to set up the screen's
  30. border color using a not often used BIOS function call.  Just select the color
  31. you want from the menu and press <ENTER>. I think it really improves the
  32. screen appearance.
  33.    To use type BORDER <ENTER>.
  34.    For batch files, you may use the following command-line:
  35.    BORDER <color number taken from menu>
  36. such as BORDER 2 which will make the screen border light blue on the EGA/VGA
  37. monitor. To go back to the black default border type BORDER 1.
  38. NOTE: this program may not work with timed screen saver (blanking) tsr's like
  39. BURNOUT.COM (it causes the whole screen to turn the color of the screen
  40. border).
  41.  
  42. ***************************************************************************
  43.  
  44.                                     CCD
  45.                                  version 4.02
  46.                         a change directory program
  47.                                  (c) 1989
  48.  
  49.    This program is a revision of version 1.0.  It is 85% faster than
  50. version 1.0!  I feel it can be very useful to every PC user who has a
  51. disk drive and has in the past laboriously typed in the
  52. CD (change directory) command.
  53. CCD allows you to change directory and drive by typing in only the first few
  54. letters of the subdirectory name.
  55. ----------------------------------------------------------------------------
  56.  
  57.                                INSTALLATION
  58.  
  59. 1.......place CCD.COM files in root directory or path.
  60. 2.......IF YOU HAVE USED PREVIOUS VERSIONS OF CCD, DELETE
  61.         THE FILES CCD1.FIL AND CCD2.FIL FROM THE ROOT DIRECTORY.
  62. ----------------------------------------------------------------------------
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                     page 2
  70.  
  71.                                 HOW TO USE CCD
  72.  
  73. The format is:  ccd <optional drive:first few letters of subdirectory name>
  74.  
  75.  
  76.               For example, say you want to go to subdirectory
  77.                 b:\database\rpt1\day1\letters\letter1\sales
  78.               this would take quite a long time typing in!!!
  79.  
  80. Instead, enter CCD b:\S and you are there within 1 to 5 seconds!
  81. When you make a new directory, CCD will take about 5 seconds, but thereafter
  82. it usually takes you there almost instantly!
  83.  
  84.               To go to the root directory on the b drive,type in:
  85.  
  86.                                CCD \  or CCD B:\ or CCD B:
  87. ****************************************************************************
  88.  
  89.                                    COPI.EXE
  90.                                a fast COPY clone
  91.                                  version 2.00
  92. ----------------------------------------------------------------------------
  93.  
  94.                          INTRODUCTION TO COPI.EXE
  95.  
  96.    COPI  is a fast COPY clone that works similiar to CCD.COM.  You can copy
  97. files from a directory by typing only a few letters of the directory name.
  98. With this new version, I check for an attempt to copy multiple files to a
  99. single  file  such as <COPI document.* march>. You will get an error message
  100. now.  This is put in because I have found it is easy to forget to put a
  101. slash after the subdirectory name.
  102.    You may now copi from any drive and directory to any drive and directory!
  103. See below for details.  Also, now COPI is faster at file copies since I
  104. read 32 Kbytes at a time.  This is alot faster than DOS COPY and is especially
  105. useful when copying large size files.
  106.  
  107.                             HOW TO USE COPI.EXE
  108.  
  109. COPI <drive:first few letters of directory name \ filename to COPY FROM>
  110.      <drive:first few letters of directory name \ filename to COPY TO>
  111.  
  112. example 1.  COPI E\LETTER.DOC B:R\ or COPI C:E\LETTER.DOC B:R\
  113.        will COPY letter.doc in directory EASTMAN to directory RAMDOC on drive B
  114.  
  115. example 2.  COPI LETTER.DOC DA\LET1.FFF
  116. will COPY letter.doc in the default directory to directory DATABASE to file
  117. LET1.FFF
  118.  
  119.         notice that directories always have a slash (\) after them
  120.  
  121. WRONG USAGE EXAMPLE: COPI msc\prog\done\letter.c  should be
  122.                        COPI d\letter.c    or   COPI done\letter.c
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                                     page 3
  131.  
  132. *****************************************************************************
  133.                                     DDIR.EXE
  134.          a fast directory listing in color with Page Up and Page Down
  135.                                   version 1.01
  136.                                    (c) 1990
  137. -----------------------------------------------------------------------------
  138.    This program will let you view any directory on any drive by typing only
  139. 1 or more letters of the subdirectory name.
  140. It employs one of the fastest sort algorithms and is in color! To use it:
  141.  
  142. type DDIR              to view the directory you are now in
  143. type DDIR B:\DAT\LETT??.GIF to view subdirectory b:\util\database\lett??.gif
  144. type DDIR *.EXE        to view all .EXE files in subdirectory
  145. type DDIR *.EXE A.COM *.BAT  to view all .EXE, A.COM, and .BAT file(s)
  146.                       (you may have up to 15 file specs)
  147. type DDIR *.           to view subdirectories in your directory
  148. Wildcards are permissable.
  149.  
  150. Note: you cannot redirect output to the printer since I use direct video
  151. writes instead of BIOS/DOS functions. To get output to printer press
  152. PrintScreen.
  153.  
  154. DDIR.EXE is especially useful for directories with hundreds of files. This is
  155. because you can Page Up and Page Down or even abort by pressing <ESCAPE>.
  156. Each screen full of files has a page number at the top right hand corner of
  157. the screen. You file intensive hackers should really like DDIR.EXE.
  158.  
  159. At the end of each directory listing is a line that shows how many files were
  160. listed, the size in bytes, and total disk free space in bytes.
  161.  
  162. Limitations: a maximum of 3000 files can be viewed.  Write to me if you need
  163. more than that.
  164. ****************************************************************************
  165.  
  166.                                   DELFILE.COM
  167.                                    (c) 1990
  168. -----------------------------------------------------------------------------
  169. This program allows you to delete any file(s) in all directories on your
  170. default drive.
  171. EXAMPLES:
  172. DELFILE *.BAK       will delete all files on your present drive with the
  173.                     extension .BAK
  174. DELFILE DATA?.GIF   will delete DATA1.GIF,DATA2.GIF,etc. and even DATAQ.GIF
  175.  
  176. Please be very careful when using this program. Think twice before pressing
  177. <ENTER>. At any rate, while deleting files, if you press any key, DELFILE
  178. automatically stops deleting files and you can then exit or continue.
  179.  
  180. If you issue the command line DELFILE *.* or DELFILE ????????.??? the program
  181. will abort.  This program will not accept full wildcard filenames because
  182. deleting all your files unintentionally is very easy. Better safe than sorry!
  183. WARNING: there are ways to get around this.  If you really must delete all
  184. files use DELFILE ???????*.* or some variation.  But be very careful!
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.                                     page 4
  192. ****************************************************************************
  193.                                    DOIT.COM
  194.                                   version 1.0
  195.                                    (c) 1990
  196. This program helps you overcome some of the limitations of MS-DOS batch
  197. files.  Type DOIT at the command line.  You will be prompted to "Do it ?" .
  198. Typing YES will send an error level of 0 to the batch file.  A NO will return
  199. a 1 to the batch file.
  200.  
  201. EXAMPLE BATCH FILE:
  202.       DOIT.COM
  203.       IF ERRORLEVEL 1 GOTO END
  204.       COPY *.BAK B: <----------- this will only get done if you answer NO to
  205.       :END                       DOIT.COM
  206.  
  207. ****************************************************************************
  208.                                      MOVE
  209.                                  version 1.51
  210.                                    (c) 1989
  211. ----------------------------------------------------------------------------
  212.    In this new version, stunning color has been added!
  213. This is a program that will move files from one subdirectory
  214. on any drive to another subdirectory on any drive.A unique feature about this
  215. program is that you only have to type in 1 or more letters of the
  216. subdirectory  names your moving to and moving from. If the file already
  217. exists in the subdirectory your moving to, you will be prompted if you want
  218. to overwrite it.
  219. My program will parse and search for the directories that match.  This is
  220. the same technique used in our previously submitted  programs  CCD.COM  and
  221. COPI.EXE.
  222. Syntax:
  223. MOVE <drive:first few letters of directory name to move files from\filename>
  224.      <drive:first few letters of directory name to move files to\filename>
  225.  
  226. example:
  227. Instead of MOVE c:\database\november\letters\jsmith\let5.doc b:\document
  228. use        MOVE j\let5.doc b:d\ if the default drive is c:, otherwise use
  229.            MOVE c:j\let5.doc b:d\
  230. which will move file let5.doc in directory jsmith to directory document
  231. Don't forget to put a backslash after the subdirectory name.
  232.  
  233. wrong usage examples:
  234. <MOVE data.doc>     is wrong  because  a  directory  to  move  to  was  not
  235.                     specified.  Eg. use <MOVE data.doc edit\>.
  236.  
  237. <MOVE db \ letter.doc a:ppp\>    has 1 wrong error in  the  command  line.
  238.                     There can be no spaces allowed in the parameters as in
  239.                     "db  \  letter.doc"  which  should  be "db\letter.doc".
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.                                     page 5
  248. *****************************************************************************
  249.                                     NUMLOCK
  250.                                  VERSION 1.20
  251. ----------------------------------------------------------------------------
  252.    When you boot up do you have to turn the NUMLOCK key off?  Getting tired
  253. of accidently inputting numbers when you hit PgDn?  Then put the command
  254. NUMLOCK  in  your  AUTOEXEC.BAT  FILE  and  put  NUMLOCK.COM  in  the  root
  255. directory or in the DOS path.  It will toggle the NumLock key off  for  you
  256. when you boot up.
  257.  
  258. ****************************************************************************
  259.                             (TREE1.EXE)  DISK TREE!
  260.                                 version 1.1
  261.                                  (c) 1989
  262. ----------------------------------------------------------------------------
  263.                               ABOUT DISK TREE
  264.    Welcome  to  DISK TREE, a disk drive viewing program!  This program will
  265. display all the subdirectories on the default drive in  a  tree  structure.
  266. You  can  navigate  thru the subdirectories with the cursor keys.  When you
  267. want to inspect the files in a directory simply press enter.  All the files
  268. in that subdirectory and their file attributes will  be  displayed.   This
  269. program  will  work on hard disk drives and floppy drives-any drive that is
  270. the default drive.  It gives the user a visual representation of the  drive
  271. and  its  respected  directories and files. This program tests for amount
  272. of base RAM available to my program and allocates memory as follows:
  273.  
  274. less than 277k RAM available....can view up to 75 subdirectories with up
  275.                                 175 files in any subdirectory *
  276. more than 277k RAM available....can view up to 400 subdirectories with up
  277.                                 to 600 files in any subdirectory *
  278.  
  279. *NOTE:  if  there  are  more  than  175  or  600  files in any subdirectory
  280. respectively DISK TREE will truncate and display  only  175/600  files  for
  281. viewing with a message at the end of the window ("Too many files.....").
  282. *****************************************************************************
  283.                                    UNTAB.EXE
  284.                                   version 1.01
  285.                             (c) 1990, Alan Weinberg
  286. UNTAB.EXE will convert all tabs in your file to 3 spaces.  Syntax:
  287.                UNTAB input-file output-file   or UNTAB filename
  288. Input-file may be the same as output-file. You may use wildcards on input file.
  289. *****************************************************************************
  290.                                  VIEW.EXE
  291.                                 version 1.0
  292.                                  (c) 1990
  293.                                     by
  294.                                Alan Weinberg
  295. ----------------------------------------------------------------------------
  296.    View.exe is a program that lets you look at a file and its contents.
  297. You can go anywhere in the file using regular navigation keys.
  298. Syntax:  VIEW <path and filename>
  299. Note: this program uses less than 50 kbytes of memory.
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.                                     page 6
  308. ****************************************************************************
  309.                                     YU.COM
  310.    This program is like BEEP.COM and will sound the PC speaker until you
  311. press a key.  BEEP.COM will only sound the speaker for 2 seconds whereas
  312. YU.COM will go on indefinately.
  313. ----------------------------------------------------------------------------
  314.  
  315.            If you want my complete Zulu Disk Utilities send $29 to:
  316.  
  317.                                  ALAN WEINBERG
  318.                                4560 S. 14th Ave.
  319.                                TUCSON, AZ, 85713
  320.  
  321.           I will send you the latest versions plus any new utilities.
  322.      Foreign computer users please send US dollars money order plus $5 for
  323.                             shipping and handling.
  324.  
  325. ----------------------------------------------------------------------------
  326.  
  327.                              LICENSE AGREEMENT
  328.  
  329.    The ZULU DISK UTILITIES are protected by the United States Copyright
  330. Laws and International Treaties provisions. All rights are reserved.
  331. Non-registered users of the ZULU DISK UTILITIES are licensed only to
  332. use the programs on a trial basis for the sole purpose of determining
  333. whether or not it meets their requirements.  All other uses require
  334. registration.   Any  other  use   of non-registered copies of the ZULU DISK
  335. UTILITIES programs by any person, business, government organization, or any
  336. other entity is strictly forbidden and is a violation of this license
  337. agreement.
  338.  
  339. Registration permits use of  ZULU DISK UTILITIES programs on a single computer
  340. AT A TIME.
  341. ----------------------------------------------------------------------------
  342.                                  WARRANTY
  343.  
  344.    I, Alan Weinberg, the author of  ZULU DISK UTILITIES make no
  345. warranty of any kind, expressed or implied, including without limitation,
  346. any warranty of merchantability or fitness for a particular purpose.  Alan
  347. Weinberg shall not be liable for any damages, whether direct, indirect,
  348. special, or consequential arising from a failure of this program to operate
  349. in the manner desired by the user.  Alan Weinberg shall not be liable for
  350. any damages to data or property which may be caused directly or indirectly
  351. by the use of  ZULU DISK UTILITIES.
  352.  
  353.    IN NO EVENT WILL ALAN WEINBERG BE LIABLE FOR ANY DAMAGES, INCLUDING ANY
  354. LOST PROFITS, LOST SAVINGS, OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  355. ARISING OUT OF YOUR USE OF OR INABILITY TO USE THE PROGRAMS, OR FOR ANY
  356. CLAIM BY ANY OTHER PARTY.
  357.  
  358.    The License Agreement and Warranty shall be construed, interpreted, and
  359. governed by the laws of the state of Arizona.
  360. ----------------------------------------------------------------------------
  361.                                END OF README
  362.  
  363.