home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- ECHO OFF
- ECHO PRO-DEMO - FOXPRO SAMPLE APPLICATION - STARTER BATCH FILE
- ECHO ──────────────────────────────────────────────────────────────────────
- ECHO The environmental variable, WORKER, is used by Pro-Demo to control the
- ECHO settings of several environmental variables that are useful while
- ECHO programming and debugging. Examples: SET ESCAPE ON/OFF, etc. See
- ECHO SETENV.PRG for more information. Current setting: WORKER=ON
- ECHO ──────────────────────────────────────────────────────────────────────
- PAUSE
- ECHO ON
-
- set WORKER=ON
- foxpro prodemo
-