home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cadtrack.zip / LOGOUT.BAT < prev    next >
DOS Batch File  |  1992-03-01  |  849b  |  27 lines

  1. @echo off
  2.  
  3. REM In order for Autocad to execute this batch file from within a drawing
  4. REM it must be located in a sub-directory which is included as part of the
  5. REM path statement.  Also, the statement "LOGOUT,LOGOUT,200000,,4" must be 
  6. REM added to the ACAD.PGP file.  Refer to the Autocad manual for further
  7. REM information on the ACAD.PGP file.
  8.  
  9. :logout
  10. c:\cadtrack\cadtrk10 stop
  11.  
  12. :dolunch
  13.  
  14. REM Call screen saver program here. If your screen saver program is run from
  15. REM a batch file make sure you use the syntax "call scrsaver.bat". Make sure
  16. REM that the screen saver sub-directory program is either in your path 
  17. REM statement or called directly from the command line below.
  18.  
  19. call c:\utils\warp
  20.  
  21. REM Replace the line above with the appropriate command for your screen
  22. REM saver.
  23.  
  24. :login
  25. c:\cadtrack\cadtrk10 restart
  26.  
  27.