home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / qb4tb522 / demon45.bat < prev    next >
Encoding:
DOS Batch File  |  1992-02-25  |  335 b   |  14 lines

  1. @echo off
  2. ret
  3. echo Compiling Assembly-Language Toolbox DEMONstration program.
  4. echo - this version for QuickBASIC 4.5
  5. ret
  6. BC /E/O/S/X demon;
  7. if errorlevel 1 goto exit
  8. Link /E/F demon,,,toolbox.lib mixed.lib;
  9. if errorlevel 1 goto exit
  10. copy demon.bas programs > nul
  11. copy demon.exe \execute > nul
  12. erase demon.* > nul
  13. :exit
  14. ret