home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 118 / DVC182.ZIP / TPC.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-07-11  |  212 b   |  13 lines

  1.  @echo off
  2.   cls
  3.   DVC Hide
  4.   C:\TP\TPC %1 %2 %3 %4 %5 %6 %7 %8 %9
  5.   if errorlevel 1 goto Error
  6.   DVC Beep 990,2 0,1 990,3
  7.   exit
  8. :Error
  9.   DVC Beep 330,4 180,12
  10.   DVC Resize 1 1 23 78
  11.   pause
  12.   exit
  13.