home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / ifon21.zip / TNT.DOC < prev   
Text File  |  1993-10-01  |  15KB  |  328 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       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       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. DIR2BAT.EXE    Will  write  a listing of drive_path_file  specs  matching  the 
  123.                user's entered file  specification to  the  file DIR2.BAT. Each 
  124.                file  specification  found  may  be   prefixed and suffixed  by 
  125.                user provided strings. This batch file will then  be   able  to 
  126.                perform actions to the files.....
  127.  
  128.                For example, if your C: disk contains the following files:
  129.                        README.DOC TESTME.DOC LIST.DOC PRINTER.DOC
  130.  
  131.                Then the command:
  132.                        DIR2BAT C:*.DOC /S /A "ATTRIB -R ! /S" "DEL !" 
  133.  
  134.                will append the following lines to an existing DIR2.BAT file:
  135.  
  136.                     ATTRIB -R C:\README.DOC /S
  137.                     DEL C:\README.DOC
  138.                     ATTRIB -R C:\TESTME.DOC /S
  139.                     DEL C:\TESTME.DOC
  140.                     ATTRIB -R C:\LIST.DOC /S
  141.                     DEL C:\LIST.DOC
  142.                     ATTRIB -R C:\PRINTER.DOC /S
  143.                     DEL C:\PRINTER.DOC
  144.                     <eof>
  145.  
  146. DVCPU.EXE      is  a  DesqView utility program that is meant to be  run  right 
  147.                before running  a program that requires full usage of the CPU's 
  148.                computing   power.   It pops up the DesqView  window  and  sets 
  149.                'Share CPU when in Foreground' to 'Y'  or 'N' depending on  the 
  150.                parameter  entered.  It  useful for programs  that  insist   on 
  151.                running  in  a  non-multitasking  environment  such  as   voice 
  152.                sampling and digitization programs.
  153.  
  154. DVPROMPT.EXE   Facilitates naming of DOS windows under DesqView. For  example, 
  155.                upon  opening and  using  several DOS windows with command line 
  156.                programs,  the   user  often finds  it  difficult  to  remember 
  157.                which window he/she was doing what task  in. Since each  window 
  158.                has  the same DOS prompt, DOS gives him/her no visual  clue  to 
  159.                the identification of the current window. 
  160.  
  161.                This program will change each DOS window's DOS prompt into  the 
  162.                typical  form of:
  163.                
  164.                     1 C:\>
  165.                     2 C:\>
  166.                     3 C:\>     etc.
  167.  
  168.                     PROMPT n <user_string>
  169.  
  170.                where  n  is  the  counter value of  this  DesqView  window  in 
  171.                DesqView's  'switch'  window and the user_string is   a  PROMPT 
  172.                string  (typically $P$G). If the user_string  contains  spaces, 
  173.                enclose it with double quotes.
  174.  
  175.                A  useful example is as follows: Assume that  DesqView  invokes 
  176.                AUTOEXEC.BAT  as  "AUTOEXEC   X"  whenever   it   opens  a  DOS 
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.                command  shell.  Let  AUTOEXEC.BAT contain:
  184.  
  185.                     VERIFY OFF
  186.                     PATH = C:\;C:\DOS;C:\WPROC
  187.                     IF %1Y==Y GOTO NOT_UNDER_DV
  188.                     REM INVOKED BY DESQVIEW
  189.                     DVPROMPT $P$G
  190.                     TEMP   <- DOS jumps to this batch file to set the prompt
  191.                     :NOT_UNDER_DV
  192.                     REM INVOKED BY PC UPON POWER-UP
  193.                     DEL DVPROMPT.DAT         <- reset the counter to 1.
  194.                     PROMPT $P$G
  195.  
  196.  
  197. DVRUN.EXE      A  DesqView  utility  program that returns ERRORLEVEL  =  0  if 
  198.                DesqView is running or 1 if it is not.
  199.  
  200. EXPNDTAB.EXE   Copies  the  file matching the  source    filespec    to    the 
  201.                destination   filespec  with any source file  <tab>  characters 
  202.                expanded   into  space characters into  the  destination  file. 
  203.                Great  for printers that can't handle tabs but you  still  want 
  204.                the formatting/alignment preserved.
  205.  
  206. FEEFIFO.EXE    Enables the FIFO of a 16550A serial UART chip at the  COM  port 
  207.                specified  by the user. Also sets the FIFO depth to  1,4,8,  or 
  208.                14.  Use in status mode to determine what type of  serial  chip 
  209.                you have. 
  210.  
  211. GROWP.COM      Unique  TSR gives visual indication of shelled process via  C:> 
  212.                prompt to avoid turning off PC when a program is suspended  and 
  213.                is  shelled  to  DOS.  Any  time  you  have  a  master  program 
  214.                (including  Windows) running in the background,  GROWP  changes 
  215.                your prompt. Only program of its kind in industry. Avoids DOS 6 
  216.                disk  corruption. This   resident program requires  about  1400 
  217.                bytes  of  resident RAM   to  add    a  default  '>'   or  user 
  218.                entered   growth  character   to   the environment's   'PROMPT' 
  219.                string   each  time  another  copy of  COMMAND.COM is   shelled 
  220.                and   to  remove  the  growth   character    when   the    copy 
  221.                of   COMMAND.COM   is  terminated.  GROWP  requires DOS version 
  222.                3.0   or   higher.   Each   growth   character   represents   a 
  223.                suspended  program  in  RAM  and  gives you  a  visual  warning 
  224.                that  you should not turn-off  your  PC   before returning   to 
  225.                the suspended program and  gracefully  exiting  it.
  226.  
  227. IFONSCRN.EXE   IFONSCRN will examine the video screen for the appearance of up 
  228.                to  three case-sensitive   trigger (search) character  strings. 
  229.                Great   for  programs  that  don't  return   errorlevel   (like 
  230.                compilers)  but  you need to know if they  terminated  with  an 
  231.                error  condition. Also runs as TSR with  sound/beep/dialog  box 
  232.                alert  modes. Can control parallel port devices  too.  IFONSCRN 
  233.                may  be run as  a  TSR (RAM-resident)  or as a non-TSR  program 
  234.                (CL  mode). If IFONSCRN is  running  in the  command  line  (CL 
  235.                -non-resident) mode, and it finds one  of  the trigger strings, 
  236.                it  sets  the DOS ERRORLEVEL to 0 (zero) , else if  it  is  not 
  237.                found,  it will  be  set  to  1 (one). 
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                In either TSR or CL mode, after finding the trigger string,  an 
  245.                optional  window may pop up with the user's message.  Different 
  246.                types  of beeps may be associated with  the  window,  including 
  247.                the  ability  to control an external   parallel   port  device. 
  248.                After pressing any key to clear the window, optional keystrokes 
  249.                may  be automatically sent to the foreground program (TSR  mode 
  250.                only). 
  251.  
  252. PARKHEAD.EXE   Parks  up  to  2  hard (fixed) disk's  heads  over  the  disk's 
  253.                shipping  area  where  user data doesn't reside.  Runs  on  IBM 
  254.                PC/286/386/486/pentium  and most compatible clones. One of  the 
  255.                first head parkers ever written.
  256.  
  257. PDEL.EXE       PERMANENTLY deletes with verification, your specified filename. 
  258.                You  will be prompted to press 'Y'<cr> to delete  the  specific 
  259.                file. The deleted file can not be recovered.
  260.  
  261. PLAYER.EXE     Plays  a WAVE or VOC formatted sound file on a Sound Blaster or 
  262.                Sound  Blaster Pro or Pro or Audio 16 card.
  263.  
  264. PRTSCRFF.EXE   Appends  a  form-feed  (paper eject) command  to  your  printer 
  265.                whenever    you   press the PrintScreen key.  Very  useful   to 
  266.                keep   your  printer always at its  top-of-form  position.  For 
  267.                laser  printers,  this  saves  you  from  taking  the   printer 
  268.                off-line, and pressing the PageEject button.
  269.  
  270. RLIST.EXE      Prints a range of lines from a file to the console or  printer. 
  271.                Useful to view a portion of a file's contents.
  272.  
  273. RWDIR.EXE      Generates  a list of non-read-only files. Useful to keep  track 
  274.                of  the few files on your system that are  read-writable  since 
  275.                the  cautious  user  will have the majority  of  his/her  files 
  276.                marked  as read-only. Certain applications require their  files 
  277.                to read-writable so not every file may be set to read-only.
  278.  
  279. SETBEEP.COM    Installs  itself  as a RAM-resident program that will  set  the 
  280.                beep  character's (ASCII decimal 7 or control-G) duration to  a 
  281.                user  specified  value.  The  default beep  tone duration is  1 
  282.                second  which is  too  long  and annoying for many people.  The 
  283.                beep  can  even be disabled to provide for a truly  silent  PC. 
  284.                This program intercepts BIOS interrupt 10h WRITE_TTY.
  285.  
  286. TUNE4DAY.EXE   Plays   a   voice  file(s)  upon  invocation.   TUNE4DAY   uses 
  287.                TUNE4DAY.INI to  control its  operation. It maintains a pointer 
  288.                in  this  file to control which  file(s) it   will   act   upon 
  289.                during  its  next  invocation. It runs  a   command   on   this 
  290.                file(s).  Even  though  TUNE4DAY is meant to  traverse  down  a 
  291.                directory  of   sound  files  and   play  the  next  sequential 
  292.                file(s), it can be used to  perform  any command on a directory 
  293.                of any type of files. Displays a random saying each time it  is 
  294.                run.  User  can  add his/her own 'sayings' to  the  data  file. 
  295.                Package  includes  pseudo-Murphy's computer  laws.  Uses  TNT's 
  296.                PLAYER program.
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303. VDEL.EXE       Will  delete with verification, files that match your  filename 
  304.                specification. You will be prompted to press 'Y' to delete  the 
  305.                specific  file.  'Read-only'  files  will  prompt  you  for  an 
  306.                additional 'Y' to be deleted.
  307.  
  308. VERS.COM       Installs itself as a RAM-resident program that will set the DOS 
  309.                versions to a user specified value. This is useful when running 
  310.                programs   that  require  a specific DOS version for no  useful 
  311.                reason.   (Many   DOS  supplemental programs  require  specific 
  312.                versions for no reason. For example, if you are running DOS 3.1 
  313.                but like DOS 3.2's ATTRIB.EXE '/S' sub-directory search option, 
  314.                you  could set VERS to 3.2, then run ATTRIB and then  reset  it 
  315.                back to 3.1). TSR lets you set DOS' two versions - the TRUE and 
  316.                FAKE  versions  that applications may ask for...  Works  better 
  317.                then  SETVER.  Fool programs on what  version  they're  running 
  318.                under. You read about this in INFOWORLD!
  319.  
  320. ZDIR.EXE       Reports  the  sizes of files specified in a format  appropriate 
  321.                for managing large disks.
  322.  
  323.  
  324. <eof>
  325.  
  326.  
  327.  
  328.