home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / os21demo.zip / INSTMGR.BAT < prev    next >
DOS Batch File  |  1993-02-24  |  711b  |  30 lines

  1. @echo off
  2. rem ************************************************************************
  3. rem *              Copyright 1993 Techno-Marketing, Inc.
  4. rem * Date: 2/24/93    
  5. rem * Revision: B, Instal9E, PreinstC, EXE files, Debug param
  6. rem * File: InstmgrB.BAT
  7. rem *
  8. rem ************************************************************************
  9.  
  10. if "%3"=="debug" goto dbg
  11. if "%2"=="debug" goto dbg
  12. goto nodbg
  13.  
  14. :dbg
  15. echo IM:source drive is: %1
  16. echo IM:demo path is: %2
  17. echo IM:PATH is: %path%
  18. echo IM:COMSPEC is: %comspec% 
  19.  
  20. :nodbg
  21. command /C %1fload %2 %3
  22. if "%2"=="" GoTo nolaunch
  23. if "%2"=="debug" GoTo nolaunch
  24. techno_m
  25. goto end
  26.  
  27. :Nolaunch
  28. rem no auto-launch scratch file available
  29. :end
  30.