home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a070 / 3.ddi / FOXPRO / SAMPLE / PRODEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-11-04  |  596 b   |  16 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO OFF
  4. ECHO   PRO-DEMO - FOXPRO SAMPLE APPLICATION - STARTER BATCH FILE
  5. ECHO   ──────────────────────────────────────────────────────────────────────
  6. ECHO   The environmental variable, WORKER, is used by Pro-Demo to control the
  7. ECHO   settings of several environmental variables that are useful while
  8. ECHO   programming and debugging.  Examples: SET ESCAPE ON/OFF, etc.  See
  9. ECHO   SETENV.PRG for more information.  Current setting: WORKER=ON
  10. ECHO   ──────────────────────────────────────────────────────────────────────
  11. PAUSE
  12. ECHO ON
  13.  
  14. set WORKER=ON
  15. foxpro prodemo
  16.