home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / games / diy / !TransPkg < prev    next >
Text File  |  1998-02-14  |  435b  |  20 lines

  1. | DoomSrcSub$Path contains the name of the subdirectory to process.
  2. | DoomDestSub$Path contains the name of the subdirectory to store it in.
  3.  
  4. echo Processing <DoomSrcSub$Path> to <DoomDestSub$Path> ...
  5.  
  6. enumdir DoomSrcSub: _files_
  7.  
  8. cdir DoomDestSub:
  9. cdir DoomDestSub:c
  10. cdir DoomDestSub:h
  11. cdir DoomDestSub:o
  12.  
  13. asc2pcl:asc2pcl -c 2000 -o1 -h rep_files _files_ _script_
  14. SetType _script_ obey
  15. delete _files_
  16.  
  17. Obey _script_
  18.  
  19. delete _script_
  20.