home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BUSINESS / CL.ZIP / C.CL next >
Text File  |  1994-01-15  |  3KB  |  84 lines

  1. @ECHO OFF
  2. IF NOT EXIST LS.EXE GOTO RKL
  3. GOTO NSWTCH
  4. :RKL
  5. IF EXIST C:\CL\LS.EXE GOTO SWITCH
  6. GOTO FNSH
  7. :SWITCH
  8. C:
  9. CD\CL 
  10. :NSWTCH
  11. IF NOT EXIST LS.EXE GOTO FNSH
  12. GOTO FINISH
  13. :FNSH
  14. CLS
  15. ECHO.
  16. ECHO.
  17. ECHO.
  18. ECHO.
  19. ECHO.
  20. ECHO                 Unsuccessful attempt at running The Shareware
  21. ECHO                            Version of Contact-Lens!
  22. ECHO.
  23. ECHO.
  24. ECHO                   ╔═══════════════════════════════════════╗
  25. ECHO                   ║ The files needed to run Contact-Lens! ║
  26. ECHO                   ║ are not  in  this  directory.  Please ║
  27. ECHO                   ║ switch to the directory  holding  the ║
  28. ECHO                   ║ Contact-Lens! files and type "C".     ║
  29. ECHO                   ╚═══════════════════════════════════════╝
  30. ECHO.
  31. ECHO            To switch to that directory,type "CD\NAME" (without any
  32. ECHO            quotes) where NAME represents the name of the directory
  33. ECHO                    where you have installed Contact-Lens!.
  34. ECHO.
  35. ECHO.
  36. ECHO.
  37. PAUSE
  38. CLS
  39. ECHO                      Listing of the current directory:
  40. DIR/W/P
  41. ECHO.
  42. ECHO To switch to the appropriate directory, merely type "CD\NAME" (without 
  43. ECHO the quotes) where NAME represents the name of the directory where you 
  44. ECHO have installed Contact-Lens!. Then, type "C" and to use the program... 
  45. GOTO ENDEND
  46. :FINISH
  47. IF "%1" == "-FIX" GOTO FIXIT
  48. IF "%1" == "-fix" GOTO FIXIT
  49. IF "%2" == "-FIX" GOTO FIXIT
  50. IF "%2" == "-fix" GOTO FIXIT
  51. IF "%3" == "-FIX" GOTO FIXIT
  52. IF "%3" == "-fix" GOTO FIXIT
  53. GOTO NOFIXIT
  54. :FIXIT
  55. LSFIX
  56. :NOFIXIT
  57. LS.EXE %1 %2 %3
  58. CLS
  59. ECHO                                 ║ 
  60. ECHO      Thank You for using        ║   Thank you for supporting the shareware
  61. ECHO  Contact-Lens! v2.2 (Shareware) ║   concept. You are expected to pay a $25
  62. ECHO                                 ║   registration fee if you are still using 
  63. ECHO    Kruse Control Software:      ║   this program after 30 days. Use the No.
  64. ECHO  ORDERS ONLY: (800)-242-4775,   ║   at the left to Register/Order today !
  65. ECHO  TECH SUPPORT (201)-670-0677.   ║
  66. ECHO                                 ║   Note: you can start the program by typing
  67. ECHO ════════════════════════════════╝   "C -FIX -LCD" (options described below):
  68. ECHO.
  69. ECHO   Options shown above: -FIX = Rebuild/Fix Indexes before entering program !
  70. ECHO                        -K   = Supress Enhanced Keyboard detection
  71. ECHO                        -LCD = Switch to monochrome for LCD Screen 
  72. ECHO.
  73. ECHO   -OR to use the IMPORT/EXPORT program, type "IMPEX" (& push "F1" for help).
  74. ECHO.
  75. ECHO   To print the Registration Form, type: "TYPE REGISTER.FRM > PRN"
  76. ECHO   or for more information you can type: "TYPE README.TXT | MORE" 
  77. ECHO.
  78. ECHO   You can print the REGISTRATION FORM from within the On-Line Manual !
  79. ECHO   To access the On-Line Manual, go back into the program and push F1 twice. 
  80. :ENDEND
  81. ECHO.
  82. PAUSE
  83. EXIT
  84.