home *** CD-ROM | disk | FTP | other *** search
/ Significant Series Windows / PCSIG-SignificantSeriesWindows-Win31.iso / 0winrun / 3844 / ifwdisk.bat < prev    next >
DOS Batch File  |  1992-05-05  |  3KB  |  100 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo      This will create the Intellifont-for-Windows 3.1 installation
  6. echo      disks by copying the appropriate files in this directory to a
  7. echo      disk in drive A:.
  8. echo  
  9. echo      You *must* use this batch file to create the installation disks
  10. echo      before you can install Intellifont-for-Windows 3.1.
  11. echo  
  12. echo      Before you proceed, you will need two blank formatted high
  13. echo      density 5.25" or 3.5" diskettes.
  14. echo  
  15. echo  
  16. echo      Press [Control]C to terminate this program
  17. echo      or any key to continue...
  18. pause >nul
  19. echo  
  20. echo  
  21. echo      Put a blank formatted high density disk in drive A:
  22. echo      and press any key to continue...
  23. pause >nul
  24. echo  
  25. echo  
  26. echo      Copying files...
  27. md a:\td
  28. md a:\system
  29. rem Disk 1 - root
  30. copy IFWSETUP.EXE a:\ >nul
  31. copy IFWDOS.EXE a:\ >nul
  32. copy SUMMARY.LST a:\ >nul
  33. copy SOMESUM.LST a:\ >nul
  34. copy IFWGUIDE.WRI a:\ >nul
  35. copy SYSTEM.LST a:\ >nul
  36. copy WINDOWS.LST a:\ >nul
  37. copy IFW.EXE a:\ >nul
  38. copy IFW.HLP a:\ >nul
  39. rem Disk 1 \TD
  40. copy HQ3.FNT a:\td >nul
  41. copy IF.FNT a:\td >nul
  42. copy IF.DSC a:\td >nul
  43. copy IF.SS a:\td >nul
  44. rem Disk 1 \SYSTEM
  45. copy IFW.DRV a:\system >nul
  46. copy HPPCL5A.HLP a:\system >nul
  47. copy FINSTALL.HLP a:\system >nul
  48. copy PCLEO.DLL a:\system >nul
  49. cls
  50. echo  
  51. echo  
  52. echo      Installation files for disk 1 have been copied to A:
  53. echo  
  54. echo      Please remove the disk from drive A: and label it
  55. echo      "Intellifont for Windows 3.1  Disk 1".
  56. echo  
  57. echo      Press any key to continue...
  58. pause >nul
  59. cls
  60. echo  
  61. echo  
  62. echo      Put another blank formatted high density disk
  63. echo      in drive A: and press any key to continue...
  64. pause >nul
  65. echo  
  66. echo  
  67. echo      Copying files...
  68. md a:\td
  69. md a:\td\type
  70. rem Disk 2 - root
  71. copy IFWSETUP.BAT a:\ >nul
  72. copy IFWPUT.EXE a:\ >nul
  73. copy TYPEFACE.LST a:\ >nul
  74. rem Disk 2 \TD\TYPE
  75. copy 92500.TYP a:\td\type >nul
  76. copy 94021.TYP a:\td\type >nul
  77. copy HQ3UPDT.TYQ a:\td\type >nul
  78. copy PLUGIN.TYQ a:\td\type >nul
  79. copy SCREEN.TYS a:\td\type >nul
  80. copy 92501.TYP a:\td\type >nul
  81. copy 92504.TYP a:\td\type >nul
  82. copy 92505.TYP a:\td\type >nul
  83. copy 94022.TYP a:\td\type >nul
  84. copy 94023.TYP a:\td\type >nul
  85. copy 94024.TYP a:\td\type >nul
  86. cls
  87. echo  
  88. echo  
  89. echo      Installation files for disk 2 have been copied to A:
  90. echo  
  91. echo      Please remove the disk from drive A: and label it
  92. echo      "Intellifont for Windows 3.1  Disk 2".
  93. echo  
  94. echo  
  95. echo      To install Intellifont for Windows 3.1, please see the
  96. echo      instructions in the file README.IFW included with the
  97. echo      file IFW1.ZIP.
  98. echo  
  99. echo  
  100.