! S P W . C M D ! ! This command file assembles and task-builds the ! SPooler Watch utility under IAS V2.0. ! ! Assemble the source. ! MAC/LI:SPW/OBJ:SPW SPWMAC+SPW ! ! Now link the task. ! LINK/MULTI/OPT/PR SPW [1,1]EXEC.STB/SEL TASK=$$$SPW ASG=TI:1 UNITS=1 ACTFIL=0 STACK=64 ; ; The next value may have to be changed if ; the starting address of CNTXT in SPR2.. ; is different than my version. ; The easiest way to find out is to re-taskbuild ; your version of SPR2 and only obtain the load ; map. From that, determine the value that ; is assigned to the symbol "CNTXT" and use ; that value here. ; GBLDEF=CNTXT:002706 ; / ! ! Purge all unneeded files. ! DEL SPW.OBJ;* DEL/KE SPW.* REN SPW.*;* SPW.*;1 ! ! Remove any old versions ! !REM $$$SPW ! ! Now install this version. ! !INS SPW ! ! And finally, print the listing in order to test ! this utility. ! !PRINT/DEL SPW.LST ! ! Now test it. ! !SPW ! ! ==== ! >>>-----> Fini <-----<<< ! ====