J
Jim F
I run a number of C & Cobol programs batched togeter in
a .bat file. In Win95 and NT4.0 there was never a problem
with how many I batched together. Under 2000 and XP, I
receive an "Out of Evironment space" error. I have tried
to re-SET the Environment inbetween each step but it
doesn't seem to clear it. Here is a sample:
rEM
JS63dma.EXE
REM
SET CTLFILE=
SET CTLFILE=JS64B1.CTL
JS64B1.EXE
rem
SET CTLFILE=
SET CTLFILE=JS64B2.CTL
JS64B2.EXE
rem
SET CTLFILE=
SET CTLFILE=JS64B3.CTL
JS64B3.EXE
The "CTLFILE" is the control file that the programs read
for each step. Any suggestions to get it to run all the
way through?
a .bat file. In Win95 and NT4.0 there was never a problem
with how many I batched together. Under 2000 and XP, I
receive an "Out of Evironment space" error. I have tried
to re-SET the Environment inbetween each step but it
doesn't seem to clear it. Here is a sample:
rEM
JS63dma.EXE
REM
SET CTLFILE=
SET CTLFILE=JS64B1.CTL
JS64B1.EXE
rem
SET CTLFILE=
SET CTLFILE=JS64B2.CTL
JS64B2.EXE
rem
SET CTLFILE=
SET CTLFILE=JS64B3.CTL
JS64B3.EXE
The "CTLFILE" is the control file that the programs read
for each step. Any suggestions to get it to run all the
way through?