rem THIS CALLBCS.BAT BATCH PROGRAM NULLS MOST ENVIRONMENTAL VARIABLES rem FOR THIS BCS/GRAMCORD FOR WINDOWS SESSION ONLY. rem It does a simple SET var= on every variable in order to free rem the wasted space. Then it calls the bcs program. rem C: CD \BCS rem The following statement stores all current environmental rem variables in the file: varlist.txt SET >VARLIST.TXT rem The following program reads the varlist.txt file of rem variables and uses it to create the batch file zapvars.bat rem (To delete PATH statements also, add 3rd parameter.) BUILDBCS VARLIST.TXT ZAPVARS.CMD KillPaths rem Now run the zapvars.bat file to null all variables call ZAPVARS rem Now run bcs in new windows CD \BCS START /B /SEPARATE BCS