; ; NEWFIXER.CMD ; .Enable Substitution .Setf Error .Testfile LB:''RSX11M.STB .If EQ 1 .Goto 20 .Sett Error ; File not found: LB:''RSX11M.STB .20: .Testfile LB:[1,1]EXELIB.OLB .If EQ 1 .Goto 25 .Sett Error ; File not found: LB:[1,1]EXELIB.OLB .25: .Iff Error .Goto 30 ; ; Please install the missing file(s) and try again. ; .Exit 2 .30: .Open Newfxrbld.cmd .Enable Data NEWFXR/PR/MM/-CP/-SE,NEWFXR/-SP=NEWFIXER LB:[1,1]EXELIB/LB/SS LB:''RSX11M.STB/SS / UNITS=0 WNDWS=1 ; Use APR 7 for mapping window (/PR:5 task with /MU) GBLDEF=WINAPR:6 PRI=100 TASK=FXR... STACK=64 / .Disable Data .Close Tkb @Newfxrbld ; ; End NEWFIXER.CMD ; .Exit 1