home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / FNTPAK32.ZIP / README.BAT < prev    next >
DOS Batch File  |  1995-08-16  |  4KB  |  92 lines

  1. @echo off
  2. echo off
  3. cls
  4. echo  Thank you for trying Font Pak -- your programmers' font, mouse shape,
  5. echo  icon and line-draw system for use in TEXT -or- GRAPHICS modes.  We
  6. echo  hope you find Font Pak as useful in your work as we have in our own. 
  7. echo  
  8. echo  To INSTALL Font Pak: : :
  9. echo  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  10. echo   a. This batch file explains the basics on how to install Font Pak.
  11. echo      Please read INSTALL.DOC for other important details!
  12. echo  
  13. echo   b. To install Font Pak:
  14. echo  
  15. echo      Hard disk users:       Create a Font Pak directory (e.g., md fp).
  16. echo      360k floppy users:     Have ready 3 blank, formatted disks.
  17. echo      1.2m or 1.44m floppy:  Have ready 1 blank, formatted disk.
  18. echo  
  19. echo   c. Now, LOG ON TO the directory or blank disk where you want FP installed.
  20. echo  
  21. pause
  22. cls
  23. echo Font Pak has several "groups" of files.  Each "group" is in a
  24. echo "self extracting" file.  When you run "self extracting" files, they
  25. echo unpack themselves, saving 1 or more files to the path you're on.
  26. echo  
  27. echo   run Programs.Exe to unpack Demo.Exe, our font editor, etc.    (120k)
  28. echo    "    Manual.Exe  "    "   FontPak.Doc, your manual           (260k)
  29. echo    "     Fonts.Exe  "    "   the font files                     (  ? )
  30. echo    "  Everyone.Exe  "    "   support files for ALL languages    ( 40k)
  31. echo    "    Pascal.Exe  "    "   demo and support files for Pascal  ( 55k)
  32. echo    "         C.Exe  "    "   demo and support files for C       ( 50k)
  33. echo    "     Basic.Exe  "    "   demo and support files for BASIC   ( 50k)
  34. echo  
  35. echo  The numbers on the right show you may need up to 800k to install Font Pak.
  36. echo  
  37. echo  Once you install Font Pak, please do 3 things:
  38. echo  1. Read Install.Doc.  Although you may have already installed Font Pak,
  39. echo     Install.Doc describes important details about using Font Pak with your
  40. echo     programming language.
  41. echo  
  42. echo  2. Run Demo.Exe.  Then run the "demo" programs.  Doing both of these will
  43. echo     help you "see for yourself" what you can do with Font Pak, and how easy
  44. echo     it is.  If you use C or BASIC, you may have to compile the demos, or
  45. echo     create "quick libraries" to run demo programs in QC, QB, QBX, etc.
  46. pause
  47. cls
  48. echo  
  49. echo  3. Run Try_Font.Exe (note the underscore "_").
  50. echo  
  51. echo     REGISTERED VERSIONS include about 100 fonts, including many line-draw
  52. echo     sets. It is unlikely you will need (or want) all fonts.  Run Try_Font
  53. echo     and "try out" each font file.  Write down the names of the fonts you
  54. echo     will never use, then later delete or "archive" them.  Delete unneeded
  55. echo     fonts to reduce the clutter on your disk.
  56. echo  
  57. echo     When you run Try_Font, you'll see a MENU listing all font files
  58. echo     (actually, all files with extensions beginning with ".F..").
  59. echo   
  60. echo     - Highlight font names and press [enter] to try them.
  61. echo   
  62. echo     - NOTICE how "partial fonts" can be loaded:  2 or more at once.
  63. echo       For example, re-map keyboard characters.  Then, by loading a
  64. echo       different "partial font," re-map the line-draw characters.
  65. echo   
  66. echo     - Write down the names of fonts you like.  You can later modify
  67. echo       the demo source code to try out these fonts.
  68. echo   
  69. pause
  70. cls
  71. reset
  72. echo  
  73. echo   Remember, to install Font Pak, just run several **SELF EXTRACTING** files:
  74. echo  
  75. echo   Programs.Exe to unpack our font editor, Try_Font, etc.
  76. echo      Fonts.Exe  "    "   the font files                   (change 360k disks)
  77. echo     Manual.Exe  "    "   FontPak.Doc, your manual         (change 360k disks)
  78. echo   Everyone.Exe  "    "   support files for ALL languages
  79. echo     Pascal.Exe  "    "   Pascal demo programs
  80. echo          C.Exe  "    "   C demo programs
  81. echo      Basic.Exe  "    "   BASIC demo programs
  82. echo  
  83. echo   Be sure to:
  84. echo   ▀▀▀▀▀▀▀▀▀▀▀
  85. echo     1.  Run Demo.Exe and the "demo..." programs for your language.
  86. echo  
  87. echo     2.  Read Install.Doc.
  88. echo  
  89. echo     3.  Read the manual, especially the sections "Font Fundamentals"
  90. echo         and "Command Reference."
  91. echo  
  92.