home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now/Multimedia Now 1994 March / Multimedia_Now_Issue_3_1994.iso / winprogs / agfa / go.bat < prev    next >
Encoding:
DOS Batch File  |  1994-04-29  |  679 b   |  28 lines

  1. @echo off
  2. cls
  3. echo[
  4. echo An installation disk will now be created!!
  5. echo For this you will require a blank 1.44Mb floppy disk in drive A!
  6. echo[
  7. echo Insert a blank HD disk in drive A and press any key or
  8. echo Press Ctrl+C to quit!
  9. pause>nul
  10. label a: discovery1
  11. xcopy *.* a: /s
  12. pause
  13. cls
  14. echo[
  15. echo Installation disk created!!
  16. echo[
  17. pause
  18. cls
  19. echo[
  20. echo This program requires installation from within Windows!!
  21. echo To do this :-
  22. echo               1) Run Windows.
  23. echo               2) Choose FILE from the Program Manager.
  24. echo               3) Select RUN.
  25. echo               4) Enter the path A:\INSTALL.EXE
  26. echo               5) Click OK
  27. echo[
  28. pause