home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / cad / hatcher.zip / LOAD-A.BAT < prev    next >
DOS Batch File  |  1993-05-21  |  2KB  |  62 lines

  1. ECHO OFF
  2. ECHO *************************************************************
  3. ECHO Loading HATCHER shareware version Patterns to your -
  4. ECHO AutoCAD subdirectory.
  5. ECHO *************************************************************
  6. ECHO Copying: LOAD-A.BAT   
  7. COPY A:\LOAD-A.BAT
  8. ECHO Copying: LOAD-B.BAT   
  9. COPY A:\LOAD-B.BAT
  10. ECHO Copying: H-README.BAT 
  11. COPY A:\H-README.BAT
  12. ECHO Copying: CATALOG.BAT 
  13. COPY A:\CATALOG.BAT
  14. ECHO Copying: H-TITLE.BOX
  15. COPY A:\H-TITLE.BOX
  16. ECHO Copying: LIST.COM     
  17. COPY A:\LIST.COM 
  18. ECHO Copying: H-TEACH.DOC
  19. COPY A:\H-TEACH.DOC       
  20. ECHO Copying: HATCHER.MNX
  21. COPY A:\HATCHER.MNX
  22. ECHO Copying: HATCHES.PAT
  23. COPY A:\HATCHES.PAT 
  24. ECHO Copying: HATCHER1.SLB
  25. COPY A:\HATCHER1.SLB 
  26. ECHO Copying: HATCHER2.SCR
  27. COPY A:\HATCHER2.SCR
  28. ECHO Copying CATALOG.1SW
  29. COPY A:\CATALOG.1SW
  30. ECHO Copying REGHATCH.IGS
  31. COPY A:\REGHATCH.IGS
  32. ECHO Copying REGHATCH.SCR
  33. COPY A:\REGHATCH.SCR
  34. ECHO Copying MHATCHER.SLD
  35. COPY A:\MHATCHER.SLD
  36. ECHO Copying Your Dir.\ACAD.PAT file to this directory.
  37. COPY ..\ACAD.PAT
  38. COPY ..\ACAD.PAT BAK-ACAD.PAT
  39. ECHO Appending the files ACAD.PAT and HATCHES.PAT together.
  40. COPY ACAD.PAT+HATCHES.PAT ACAD.PAT
  41. ECHO Copying Your Dir.\ACAD.MNX file to this directory.
  42. COPY ..\ACAD.MNX
  43. PAUSE
  44. CLS
  45. ECHO ******************************************************************
  46. ECHO.
  47. ECHO     All HATCHER files have been loaded to your directory. 
  48. ECHO  The HATCHES.PAT file has already been appended to the ACAD.PAT
  49. ECHO  file in this sudirectory!  If you wish to use HATCHER Patterns
  50. ECHO  from any subdirectory, Copy all files in this subdirectory to the
  51. ECHO  AutoCAD main directory in your system.  Doing this will assure the
  52. ECHO  HATCHER files will always be found no matter what directory you 
  53. ECHO  are using AutoCAD in.
  54. ECHO.
  55. ECHO ******************************************************************
  56. ECHO  REMEMBER: Every time you register you'll get more hatch patterns! 
  57. ECHO             Check to see what version is being offered first...
  58. ECHO  (C)HATCHER Copyright 1993 by: Morris Sharp 
  59. ECHO             All rights fully reserved.
  60. PAUSE
  61. CLS
  62.