home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
VRAC
/
CADTRK18.ZIP
/
LOGOUT.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-09-18
|
1KB
|
40 lines
@echo off
REM **************** Read all instructions carefully *******************
REM This batch file will cause CadTrack to log whatever time has elapsed
REM since you began the CADD session and temporarily suspend logging.
REM It will then run your favorite screen saver (assuming you have memory
REM to run it). CadTrack will resume logging time when you exit the
REM screen saver (usually by pressing any key other than ENTER or SPACE).
REM In order for Autocad to execute this batch file from within a drawing,
REM it must be located in a sub-directory which is included as part of the
REM path statement. Also, the statement "LOGOUT,LOGOUT,200000,,4" must be
REM added to the ACAD.PGP file. Refer to the Autocad manual for further
REM information on the ACAD.PGP file.
:logout
REM Note: If you are a registered user of CadTrack the following line
REM must be edited to match the drive:\path where you have installed
REM CadTrack.
call c:\cadtrack\dfltlog lunch
:dolunch
REM Call screen saver program here. If your screen saver program is run from
REM a batch file make sure you use the syntax "call scrsaver.bat". You must
REM insure that that the screen saver program sub-directory is either in
REM your PATH or called directly from the command line below.
call dazzle
REM Replace the line above with the appropriate command for your screen
REM saver.
:login
call c:\cadtrack\dfltlog restart