home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PROGRAMS / LIST / UNSPOL42.LBR / GETUNSPL.JOB next >
Text File  |  2000-06-30  |  640b  |  21 lines

  1. ;;getunspoolfiles b
  2. ; drive with lbrs ^^
  3. ; Extracts the necessary files to re-assemble unspool
  4. lu -o $1:unspol41 -e unspool.dqc *.u?p -o $1:rsx12 -e reloccp.sys bdos.* rsxmast.* reloccp.ovr asmrsx.job
  5. unsq unspool.dqc
  6. unsq *.uqp
  7. unsq bdos.dqf
  8. unsq rsxmast.mqc
  9. era unspool.dqc
  10. era *.uqp
  11. era rsxmast.mqc
  12. era bdos.dqf
  13. ren byersx.inc=unspool.doc
  14. ren rsxcust.def=rsxcust.usp
  15. ren rsxinit.inc=rsxinit.usp
  16. ren rsxio.inc=rsxio.usp
  17. ren rsxmain.inc=rsxmain.usp
  18. ;edit rsxio.inc AND rsxcust.def to taste, then assemble
  19. ;when complete overlay with reloccp.ovr (optional)
  20. job asmrsx
  21. îY