home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / vdel20a.zip / TNT.DOC < prev    next >
Text File  |  1993-10-06  |  15KB  |  337 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.      
  14.  
  15.  
  16.  
  17.  
  18.              ///////////////////    ///           //   //////////////////
  19.                     //             // //         //           //
  20.                    //             //   //       //           //
  21.                   //             //     //     //           //
  22.                  //             //       //   //           //
  23.                 //             //         // //           //
  24.                //             //           ///           //
  25.               //             //            //           //
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.                    Tessler's Nifty Tools (TNT) Release 3.4
  35.  
  36.                               <<< SHAREWARE >>>
  37.  
  38.                            Copyright (c) 1987-1993
  39.  
  40.                              All Rights Reserved.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. TNT  is  a collection of over 25 useful SHAREWARE MS-DOS  programs.  Many  TNT 
  63. programs  are  featured  in COMPUTE, INFOWORLD, and  COMPUTER  magazines.  The 
  64. latest versions of TNT programs are posted in Compuserve's IBMSYS, IBMCOM, and 
  65. IBMHW  areas under the common keyword of TNT. Registered users of any  program 
  66. will  receive the complete collection for review. 
  67.  
  68. Each  program is individually priced at $19. Special prices  with  substantial 
  69. savings  exist for partial and complete collection purchases. Contact  me  for 
  70. more information. Monetary contributions and any ideas for enhancements may be 
  71. sent to:
  72.  
  73.  
  74.                    Tessler's Nifty Tools (TNT) Release 3.4
  75.                         430 Canyon Woods Place Suite A
  76.                              San Ramon, Ca. 94583
  77.  
  78.                             CompuServe: 71044,542
  79.  
  80.  
  81.  
  82.                     **************************************
  83.                     **       Summary of programs:       **
  84.                     **************************************
  85.  
  86.  
  87. CAPSTAT.EXE    Sets  DOS  ERRORLEVEL to 0 if your local printer is  NOT  being 
  88.                captured  to  a  Novell printer. Sets it to 1 if  it  IS  being 
  89.                captured.
  90.  
  91. CHEK4DUP.EXE   Generates  a  list of files that exist in both .EXE  and   .COM 
  92.                form. This usually occurs when software is upgraded from a  COM 
  93.                format  to  an  EXE  format  and  the  old  COM   version    is 
  94.                accidentally  left on the system when the new EXE  form is  put 
  95.                onto  the system. DOS will always invoke  the  COM form  before  
  96.                the EXE form program so you should delete the older COM program 
  97.                if required. Useful to avoid having old versions of software on 
  98.                your system.
  99.  
  100. CONTROLP.EXE   Allows the user to turn on screen to printer echoing as if  the 
  101.                user  had  pressed Ctrl-P or Ctrl-PrtSc.  DesqView  compatible. 
  102.                Status mode too. Great for use within batch files.
  103.  
  104. COMSPEED.EXE   Returns  the actual baud rate that a COM (serial) port  is  set 
  105.                to. With today's high speed modems that can adjust their  phone 
  106.                line  and  data rate (speed) automatically, it  is  often  very 
  107.                difficult to determine if your line is operating at the  proper 
  108.                rate.  Use  COMSPEED to check your COM port's data  rate  after 
  109.                establishing a data connection.
  110.  
  111. COPYWA.EXE     Copies  files  while  preserving the  source  file's  read-only 
  112.                attribute. Does it the way XCOPY should have done it.
  113.  
  114. CRTDUMP.EXE    Copies the contents of either a color or monochrome monitor  to 
  115.                a specified file.
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. DIR2BAT.EXE    Will  write  a listing of drive_path_file  specs  matching  the 
  124.                user's entered file  specification to  the  file DIR2.BAT. Each 
  125.                file  specification  found  may  be   prefixed and suffixed  by 
  126.                user provided strings. This batch file will then  be   able  to 
  127.                perform actions to the files.....
  128.  
  129.                For example, if your C: disk contains the following files:
  130.                        README.DOC TESTME.DOC LIST.DOC PRINTER.DOC
  131.  
  132.                Then the command:
  133.                        DIR2BAT C:*.DOC /S /A "ATTRIB -R ! /S" "DEL !" 
  134.  
  135.                will append the following lines to an existing DIR2.BAT file:
  136.  
  137.                     ATTRIB -R C:\README.DOC /S
  138.                     DEL C:\README.DOC
  139.                     ATTRIB -R C:\TESTME.DOC /S
  140.                     DEL C:\TESTME.DOC
  141.                     ATTRIB -R C:\LIST.DOC /S
  142.                     DEL C:\LIST.DOC
  143.                     ATTRIB -R C:\PRINTER.DOC /S
  144.                     DEL C:\PRINTER.DOC
  145.                     <eof>
  146.  
  147. DVCPU.EXE      is  a  DesqView utility program that is meant to be  run  right 
  148.                before running  a program that requires full usage of the CPU's 
  149.                computing   power.   It pops up the DesqView  window  and  sets 
  150.                'Share CPU when in Foreground' to 'Y'  or 'N' depending on  the 
  151.                parameter  entered.  It  useful for programs  that  insist   on 
  152.                running  in  a  non-multitasking  environment  such  as   voice 
  153.                sampling and digitization programs.
  154.  
  155. DVPROMPT.EXE   Facilitates naming of DOS windows under DesqView. For  example, 
  156.                upon  opening and  using  several DOS windows with command line 
  157.                programs,  the   user  often finds  it  difficult  to  remember 
  158.                which window he/she was doing what task  in. Since each  window 
  159.                has  the same DOS prompt, DOS gives him/her no visual  clue  to 
  160.                the identification of the current window. 
  161.  
  162.                This program will change each DOS window's DOS prompt into  the 
  163.                typical  form of:
  164.                
  165.                     1 C:\>
  166.                     2 C:\>
  167.                     3 C:\>     etc.
  168.  
  169.                     PROMPT n <user_string>
  170.  
  171.                where  n  is  the  counter value of  this  DesqView  window  in 
  172.                DesqView's  'switch'  window and the user_string is   a  PROMPT 
  173.                string  (typically $P$G). If the user_string  contains  spaces, 
  174.                enclose it with double quotes.
  175.  
  176.                A  useful example is as follows: Assume that  DesqView  invokes 
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.                AUTOEXEC.BAT  as  "AUTOEXEC   X"  whenever   it   opens  a  DOS 
  184.                command  shell.  Let  AUTOEXEC.BAT contain:
  185.  
  186.                     VERIFY OFF
  187.                     PATH = C:\;C:\DOS;C:\WPROC
  188.                     IF %1Y==Y GOTO NOT_UNDER_DV
  189.                     REM INVOKED BY DESQVIEW
  190.                     DVPROMPT $P$G
  191.                     TEMP   <- DOS jumps to this batch file to set the prompt
  192.                     :NOT_UNDER_DV
  193.                     REM INVOKED BY PC UPON POWER-UP
  194.                     DEL DVPROMPT.DAT         <- reset the counter to 1.
  195.                     PROMPT $P$G
  196.  
  197.  
  198. DVRUN.EXE      A  DesqView  utility  program that returns ERRORLEVEL  =  0  if 
  199.                DesqView is running or 1 if it is not.
  200.  
  201. EXPNDTAB.EXE   Copies  the  file matching the  source    filespec    to    the 
  202.                destination   filespec  with any source file  <tab>  characters 
  203.                expanded   into  space characters into  the  destination  file. 
  204.                Great  for printers that can't handle tabs but you  still  want 
  205.                the formatting/alignment preserved.
  206.  
  207. FEEFIFO.EXE    Enables the FIFO of a 16550A serial UART chip at the  COM  port 
  208.                specified  by the user. Also sets the FIFO depth to  1,4,8,  or 
  209.                14.  Use in status mode to determine what type of  serial  chip 
  210.                you have. 
  211.  
  212. GROWP.COM      Unique  TSR gives visual indication of shelled process via  C:> 
  213.                prompt to avoid turning off PC when a program is suspended  and 
  214.                is  shelled  to  DOS.  Any  time  you  have  a  master  program 
  215.                (including  Windows) running in the background,  GROWP  changes 
  216.                your prompt. Only program of its kind in industry. Avoids DOS 6 
  217.                disk  corruption. This   resident program requires  about  1400 
  218.                bytes  of  resident RAM   to  add    a  default  '>'   or  user 
  219.                entered   growth  character   to   the environment's   'PROMPT' 
  220.                string   each  time  another  copy of  COMMAND.COM is   shelled 
  221.                and   to  remove  the  growth   character    when   the    copy 
  222.                of   COMMAND.COM   is  terminated.  GROWP  requires DOS version 
  223.                3.0   or   higher.   Each   growth   character   represents   a 
  224.                suspended  program  in  RAM  and  gives you  a  visual  warning 
  225.                that  you should not turn-off  your  PC   before returning   to 
  226.                the suspended program and  gracefully  exiting  it.
  227.  
  228. IFONSCRN.EXE   IFONSCRN will examine the video screen for the appearance of up 
  229.                to  three case-sensitive   trigger (search) character  strings. 
  230.                Great   for  programs  that  don't  return   errorlevel   (like 
  231.                compilers)  but  you need to know if they  terminated  with  an 
  232.                error  condition. Also runs as TSR with  sound/beep/dialog  box 
  233.                alert  modes. Can control parallel port devices  too.  IFONSCRN 
  234.                may  be run as  a  TSR (RAM-resident)  or as a non-TSR  program 
  235.                (CL  mode). If IFONSCRN is  running  in the  command  line  (CL 
  236.                -non-resident) mode, and it finds one  of  the trigger strings, 
  237.                it  sets  the DOS ERRORLEVEL to 0 (zero) , else if  it  is  not 
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                found,  it will  be  set  to  1 (one). 
  245.  
  246.                In either TSR or CL mode, after finding the trigger string,  an 
  247.                optional  window may pop up with the user's message.  Different 
  248.                types  of beeps may be associated with  the  window,  including 
  249.                the  ability  to control an external   parallel   port  device. 
  250.                After pressing any key to clear the window, optional keystrokes 
  251.                may  be automatically sent to the foreground program (TSR  mode 
  252.                only). 
  253.  
  254. IFWAIT.EXE     Controls  a speaker and/or parallel port device  including  the 
  255.                TNT IFBUZZ buzzer device. Makes the speaker and/or device  buzz 
  256.                or  beep so that you can add buzzer indications to  your  batch 
  257.                files.  Great for batch files that need loud buzzing noises  to 
  258.                attract your attention back to the PC.
  259.  
  260. PARKHEAD.EXE   Parks  up  to  2  hard (fixed) disk's  heads  over  the  disk's 
  261.                shipping  area  where  user data doesn't reside.  Runs  on  IBM 
  262.                PC/286/386/486/pentium  and most compatible clones. One of  the 
  263.                first head parkers ever written.
  264.  
  265. PDEL.EXE       PERMANENTLY deletes with verification, your specified filename. 
  266.                You  will be prompted to press 'Y'<cr> to delete  the  specific 
  267.                file. The deleted file can not be recovered.
  268.  
  269. PLAYER.EXE     Plays  a WAVE or VOC formatted sound file on a Sound Blaster or 
  270.                Sound  Blaster Pro or Pro or Audio 16 card.
  271.  
  272. PRTSCRFF.EXE   Appends  a  form-feed  (paper eject) command  to  your  printer 
  273.                whenever    you   press the PrintScreen key.  Very  useful   to 
  274.                keep   your  printer always at its  top-of-form  position.  For 
  275.                laser  printers,  this  saves  you  from  taking  the   printer 
  276.                off-line, and pressing the PageEject button.
  277.  
  278. RLIST.EXE      Prints a range of lines from a file to the console or  printer. 
  279.                Useful to view a portion of a file's contents.
  280.  
  281. RWDIR.EXE      Generates  a list of non-read-only files. Useful to keep  track 
  282.                of  the few files on your system that are  read-writable  since 
  283.                the  cautious  user  will have the majority  of  his/her  files 
  284.                marked  as read-only. Certain applications require their  files 
  285.                to read-writable so not every file may be set to read-only.
  286.  
  287. SETBEEP.COM    Installs  itself  as a RAM-resident program that will  set  the 
  288.                beep  character's (ASCII decimal 7 or control-G) duration to  a 
  289.                user  specified  value.  The  default beep  tone duration is  1 
  290.                second  which is  too  long  and annoying for many people.  The 
  291.                beep  can  even be disabled to provide for a truly  silent  PC. 
  292.                This program intercepts BIOS interrupt 10h WRITE_TTY.
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. TUNE4DAY.EXE   Plays   a   voice  file(s)  upon  invocation.   TUNE4DAY   uses 
  301.                TUNE4DAY.INI to  control its  operation. It maintains a pointer 
  302.                in  this  file to control which  file(s) it   will   act   upon 
  303.                during  its  next  invocation. It runs  a   command   on   this 
  304.                file(s).  Even  though  TUNE4DAY is meant to  traverse  down  a 
  305.                directory  of   sound  files  and   play  the  next  sequential 
  306.                file(s), it can be used to  perform  any command on a directory 
  307.                of any type of files. Displays a random saying each time it  is 
  308.                run.  User  can  add his/her own 'sayings' to  the  data  file. 
  309.                Package  includes  pseudo-Murphy's computer  laws.  Uses  TNT's 
  310.                PLAYER program.
  311.  
  312. VDEL.EXE       Will  delete with verification, files that match your  filename 
  313.                specification. You will be prompted to press 'Y' to delete  the 
  314.                specific  file.  'Read-only'  files  will  prompt  you  for  an 
  315.                additional 'Y' to be deleted.
  316.  
  317. VERS.COM       Installs itself as a RAM-resident program that will set the DOS 
  318.                versions to a user specified value. This is useful when running 
  319.                programs   that  require  a specific DOS version for no  useful 
  320.                reason.   (Many   DOS  supplemental programs  require  specific 
  321.                versions for no reason. For example, if you are running DOS 3.1 
  322.                but like DOS 3.2's ATTRIB.EXE '/S' sub-directory search option, 
  323.                you  could set VERS to 3.2, then run ATTRIB and then  reset  it 
  324.                back to 3.1). TSR lets you set DOS' two versions - the TRUE and 
  325.                FAKE  versions  that applications may ask for...  Works  better 
  326.                then  SETVER.  Fool programs on what  version  they're  running 
  327.                under. You read about this in INFOWORLD!
  328.  
  329. ZDIR.EXE       Reports  the  sizes of files specified in a format  appropriate 
  330.                for managing large disks.
  331.  
  332.  
  333. <eof>
  334.  
  335.  
  336.  
  337.