; ; Make a command file to generate a Batch file ; .ENABLE SUBSTITUTION .ENABLE DECIMAL .ASKS TFILE Enter the name of the command file .ASK OF Does the program include a chainable output file .ASKS [1:30] LONG Long program name .SETN LBL 10. .ASKS [::"10000"] DEFSC Default scale .ASKS [::"SDG"] DEFEXT Default file extension .OPEN #1 TEMP1.TMP .OPEN #2 TEMP2.TMP .OPEN 'TFILE'.CMD .DATA .ENABLE SUBSTITUTION .DATA .ENABLE GLOBAL .DATA .ENABLE ESCAPE .DATA .ENABLE DECIMAL .DATA .SETS TFILE "'TFILE'" .DATA .SETS DEFEXT "'DEFEXT'" .DATA .SETS STIME