home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 8 / 08.iso / d / d071 / 1.img / ART.BAT next >
Encoding:
DOS Batch File  |  1992-10-09  |  940 b   |  43 lines

  1. mkdir %2:\clipart
  2. mkdir %2:\clipart\button
  3. mkdir %2:\clipart\crehore
  4. mkdir %2:\clipart\grin
  5. mkdir %2:\clipart\kincl
  6. mkdir %2:\clipart\kostick
  7. mkdir %2:\clipart\lonsdale
  8. mkdir %2:\clipart\shur
  9. mkdir %2:\clipart\skier
  10. copy %1:button.exe %2:\clipart\button
  11. copy %1:crehore.exe %2:\clipart\crehore
  12. copy %1:grin.exe %2:\clipart\grin
  13. copy %1:kincl.exe %2:\clipart\kincl
  14. copy %1:kostick.exe %2:\clipart\kostick
  15. copy %1:lonsdale.exe %2:\clipart\lonsdale
  16. copy %1:shur.exe %2:\clipart\shur
  17. copy %1:skier.exe %2:\clipart\skier
  18. %2:
  19. cd %2:\clipart\button
  20. button.exe
  21. del button.exe
  22. cd %2:\clipart\crehore
  23. crehore.exe
  24. del crehore.exe
  25. cd %2:\clipart\kincl
  26. kincl.exe
  27. del kincl.exe
  28. cd %2:\clipart\grin
  29. grin.exe
  30. del grin.exe
  31. cd %2:\clipart\kostick
  32. kostick.exe
  33. del kostick.exe
  34. cd %2:\clipart\lonsdale
  35. lonsdale.exe
  36. del lonsdale.exe
  37. cd %2:\clipart\shur
  38. shur.exe
  39. del shur.exe
  40. cd %2:\clipart\skier
  41. skier.exe
  42. del skier.exe
  43.