!Command file for producing WA SYS files: 10-Aug-86 ! !TSX version is the only possibility with WA ! !The three WA handlers for distribution are produced: D1, D2, and D3.TSX ! mac tsxpre+wa/obj link/nobit wa/exe:d1.tsx del wa.obj copy d1.tsx d2.tsx copy d1.tsx d3.tsx ! !Set up the first large disk handler !(the second 256 Mbytes on drive zero): ! run d1.tsx 0:/U:0/P:10 1:/U:0/P:11 2:/U:0/P:12 3:/U:0/P:13 4:/U:0/P:14 5:/U:0/P:15 6:/U:0/P:16 7:/U:0/P:17 ^C ! !Set up the second large disk handler !(the first 256 Mbytes on drive one) ! run d2.tsx 0:/U:1/P:0 1:/U:1/P:1 2:/U:1/P:2 3:/U:1/P:3 4:/U:1/P:4 5:/U:1/P:5 6:/U:1/P:6 7:/U:1/P:7 ^C ! !Set up the third large disk handler !(the second 256 Mbytes on drive one) run d3.tsx 0:/U:1/P:8. 1:/U:1/P:9. 2:/U:1/P:10. 3:/U:1/P:11. 4:/U:1/P:12. 5:/U:1/P:13. 6:/U:1/P:14. 7:/U:1/P:15. ^C ! !End of WA.COM