home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / bro10010 / demo.bat next >
DOS Batch File  |  1989-11-03  |  2KB  |  33 lines

  1. echo off
  2. cls
  3. echo *********************************************************************
  4. echo *                          MemoryMate(r)                            *
  5. echo *                                                                   *
  6. echo *  The free-form way to remember everything...and find it fast.     *
  7. echo *                                                                   *
  8. echo *  This demo must be run from drive A:                              *
  9. echo *                                                                   *
  10. echo *  A functional copy of the software may be copied to drive A:      *
  11. echo *  at this time.  After copying, exit The SelectWare System and     *
  12. echo *  type MEMODEMO.                                                   *
  13. echo *                                                                   *
  14. echo *  Insert a blank formatted floppy into drive A:                    *
  15. echo *                                                                   *
  16. echo *  If you do not have a blank formatted floppy, or do not wish      *
  17. echo *  to make a copy of MemoryMate's demo type CTRL-C and exit this    *
  18. echo *  batch file                                                       *
  19. echo *                                                                   *
  20. echo *********************************************************************
  21. pause
  22. echo Copying demo files
  23. copy *.* a:
  24. echo Copy complete.
  25. echo .
  26. echo To run, first exit the SelectWare System.
  27. echo .
  28. echo Then, switch to A:
  29. echo       type MEMODEMO [Enter]
  30. echo .
  31. pause
  32.  
  33.