home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / sof10000 / demo.bat < prev    next >
DOS Batch File  |  1990-09-07  |  2KB  |  63 lines

  1. echo off
  2. :start
  3. cls
  4. echo .
  5. echo Please  take a copy of the sample PFS:First Publisher Trial disk  home 
  6. echo with  you!  Or call Software Publishing for a complete  Trial  package 
  7. echo including  a  mini-manual, sample printouts on laser  and  dot  matrix 
  8. echo printers and a specification sheet at 1-800-345-2888 x517.
  9. echo .
  10. echo .         1. Run Self Running Demo (Now!)
  11. echo .         2. Copy Trial Disk to A: (1.2Mb or 1.44Mb)
  12. echo .         3. Exit
  13. echo .
  14. echo     Please enter the number for your choice:
  15. query
  16.  
  17. if errorlevel = 3 goto exit
  18. if errorlevel = 2 goto trial
  19. if errorlevel = 1 goto demo
  20.  
  21. echo Unavailable choice.
  22. pause
  23. goto start
  24.  
  25. :demo
  26. echo Loading Self Running Demo
  27. SHOW DEMO.SHW
  28. goto exit
  29.  
  30. :trial
  31. echo .
  32. echo The PFS:First Publisher Trial disk works just like the actual  product 
  33. echo except:
  34. echo .
  35. echo           * you must have a hard disk
  36. echo           * you can't print your publication
  37. echo           * you can only import ASCII text
  38. echo           * you can only use a sample of the fonts and
  39. echo             clip art images included in First Publisher
  40. echo .
  41. echo   1. At the prompt for the subdirectory where you want the Trial Disk, 
  42. echo      type "COPY A:\*.*" and press ENTER.
  43. echo .
  44. echo   2. Then type FP and press ENTER.
  45. echo .
  46. echo   3. Choose a publication by pressing Alt-G then the down arrow to the 
  47. echo      publication you want to see.  Then press the F10 key to highlight 
  48. echo      it and the F1 key to choose it.
  49. echo .
  50. echo      *** Use PrintScreen to make a copy of these instructions ***
  51. echo .
  52. echo . Insert 1.2Mb or 1.44Mb floppy in drive A:, and 
  53. pause
  54. copy trial\*.* a:
  55. echo .
  56. echo Copy complete
  57. echo .
  58. echo Enjoy trying out PFS:First Publisher
  59.  
  60. :exit
  61. echo .
  62. echo returning to The SelectWare System
  63.