home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / FONTS / VP2_EP2.ZIP / VPPREP.BAT < prev   
DOS Batch File  |  1991-08-02  |  818b  |  40 lines

  1. echo=off
  2. set disc=%1
  3. if x%1 == x goto FEHLER
  4.  
  5. echo Kopiere 360 x 360 dpi Treiberdateien...
  6.  
  7. copy %disc%pdep29.b36 \ventura /b
  8. copy %disc%ep2.ddf \ventura
  9. copy %disc%ep2high.wid \ventura /b
  10. echo Kopiere Fontdateien...
  11. %disc%b36fonts \ventura
  12.  
  13. echo Kopiere 180 x 180 dpi Treiberdateien...
  14.  
  15. copy %disc%pdlep9.elq \ventura /b
  16. copy %disc%lep.ddf \ventura
  17. copy %disc%ep2low.wid \ventura /b
  18. echo Kopiere Fontdateien...
  19. %disc%elqfonts \ventura
  20.  
  21. echo Installation beendet
  22. goto END
  23.  
  24. :FEHLER
  25. echo 
  26. echo Please try again giving the floppy drive name containing the drivers
  27. echo 
  28. echo eg.
  29. echo 
  30. echo     ╔══════════════════════╗
  31. echo     ║ n:\VENTURA\VPPREP n: ║
  32. echo     ╚══════════════════════╝
  33. echo 
  34. echo where "n" is the letter of the floppy disk drive containing the drivers.
  35. echo 
  36.  
  37.  
  38. :END
  39. 
  40.