$! VLBCMD.COM $! $! Build assembly command files for the library, runs on VMS $! Revised for vms v3.0. You should be in [.otscom] or [.otsio]. $! $ was_verify = 'f$verify(1)' $ getcmd := $bin:getcmd $ old_dir := 'f$logical("SYS$DISK")''f$directory()' $ set default [-.otscom] $ getcmd >rclbas.cmd -c "OB:*.OB,LS:*=SR:RT11,SR:*" *.mac $ getcmd >rcleis.cmd -c "OB:*.OB,LS:*=SR:RT11.EIS,SR:*" *.mac $ getcmd >tclbas.com -cr "OB:*.OB,LS:*=SR:RT11,SR:*" *.mac $ getcmd >tcleis.com -cr "OB:*.OB,LS:*=SR:RT11.EIS,SR:*" *.mac $ getcmd >xclbas.cmd -c "OB:*.OB,LS:*/-SP=SR:RSX,SR:*" *.mac $ set default [-.otsio] $ getcmd >rilbas.cmd -c "OB:*.OB,LS:*=SR:RT11,SR:*" *.mac $ getcmd >rileis.cmd -c "OB:*.OB,LS:*=SR:RT11.EIS,SR:*" *.mac $ getcmd >tilbas.com -cr "OB:*.OB,LS:*=SR:RT11,SR:*" *.mac $ getcmd >tileis.com -cr "OB:*.OB,LS:*=SR:RT11.EIS,SR:*" *.mac $ getcmd >xilbas.cmd -c "OB:*.OB,LS:*/-SP=SR:RSX,SR:*" *.mac $ set default 'old_dir' $ if .not. 'was_verify' then set noverify