home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / probat.zip / README.NOW < prev    next >
Text File  |  1989-03-09  |  1KB  |  26 lines

  1. Pro-Bat  I - The Professional Integrated Batch File Development Environment.
  2.  
  3. version 1.0
  4.  
  5.  >ReadMe.now, amended : February 28, 1989.
  6.  
  7.  
  8.  
  9. 1. The file "PROBAT.MAN" is a manual on Pro-Bats usage. It can be printed
  10.    throught the use of the file "PRINTMAN.EXE".
  11.    Simply type PrintMan at the dos prompt, making sure your printer is on
  12.    and that it is supplied with adequate paper. ( About 35 sheets. )
  13.  
  14. 2. There are numerous files on this disk that are not described in the manual.
  15.    These files are: "PBMENU.DTA", "EXAMPLE.SCR", & "CUSTMENU.BAT". These files
  16.    are for the example menu system I have set up to help you understand that
  17.    feature of Pro-Bat.
  18.  
  19. 3. There are also two other files that aren't described in the manual. These
  20.    are utility programs that should allow you to make your batch files more
  21.    impressive. They are: "CURSOR.EXE", & "WAIT.EXE". Both perform simple
  22.    tasks.  Wait will halt computer for a specified number of milliseconds,
  23.    you pass a parameter for how long (passing 0 will make the computer wait
  24.    for a key press). Cursor will change the scan lines of the cursor. You pass
  25.    two parameters, the topline and the bottomline.
  26.    Refer to the batch file "CUSTMENU.BAT" for examples of their usage.