home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02183 / vgapro.bat < prev    next >
DOS Batch File  |  1992-03-29  |  1KB  |  33 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ************************************************************************
  4. ECHO * VGA PRO-jector is the Copyright of NOVELLA Software (c) UK 1991,1992 *
  5. ECHO ************************************************************************
  6. ECHO.
  7. ECHO  The syntax for loading VGA PRO-jector is as follows:-
  8. ECHO.
  9. ECHO                   VGAPRO11 [ Name of 'SLIDE' file ]
  10. ECHO  For example:     VGAPRO11 BIRDS
  11. ECHO.
  12. ECHO  The correct .INF information file will load automatically.
  13. ECHO.
  14. ECHO.
  15. ECHO  Please print out the PACKING LIST and ORDER FORM files by using the
  16. ECHO  following method:-
  17. ECHO                       COPY PACKING.LST PRN
  18. ECHO                       COPY ORDER.FRM PRN
  19. ECHO.
  20. ECHO.
  21. ECHO  VGA PRO-jector requires a COLOUR VGA GRAPHICS adapter, if your computer
  22. ECHO  does not support this then please quit to DOS by pressing Ctrl and C
  23. ECHO.
  24. ECHO    In future you may run the program by typing:-     VGAPRO11 DINOS
  25. ECHO.
  26. ECHO           Press Ctrl C to Quit or any other key to load ..
  27.  
  28. REM Wait for keypress
  29. PAUSE>NUL
  30.  
  31. REM Load program
  32. VGAPRO11 DINOS
  33.