home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR4
/
TPSHW.ZIP
/
NEXTTIME.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-16
|
442b
|
16 lines
@ECHO OFF
CLS
IF EXIST TP-REG.EXE GOTO START
@ECHO This is a file to demo the "BATCH CHAINING" & "TIME-PLUS" features
@ECHO of the registered version of TIME-PRO. The shareware version
@ECHO does not support these features. Please see the Users Manual.
@ECHO.
GOTO END
:START
REM Place desired software command line here.
REM The line below restarts TIME-PRO at the next desired time.
TP-REG 00+00+10 NEXTTIME
:END
BEEP
BEEP