Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bat file Fails under NT
Message
From
09/03/2000 07:26:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Bat file Fails under NT
Miscellaneous
Thread ID:
00343610
Message ID:
00343610
Views:
78
I'm using the api_apprun control to execute a batch file - PMTCOM.BAT (see contents, below). The .exe apps are in the folder on the D: drive, in which all work is done. It calls a second batch file - COMPDATA.BAT (contents, also below). I get a disk full error , lharc<.2> left in c:\temp. The 2nd batch file works correctly, if I open it with Explorer or execute it from the DOS commandline.

Problem: I've copied all code from the NT to a Win98 system. Only other difference, is that everything is on a sincgle C: drive. Are there any settings, I'm missing on the NT box?

TIA

CONTENTS OF PMTCOM.BAT
erase sm*.dat > nul
erase data.lzh > nul
erase PMRT0020.inc > nul
iplfmt.exe -r PMPBLSWX.DNL
iplfmt.exe -r PMPOSITM.DNL
iplfmt.exe -r PMDSCTS.DNL
iplfmt.exe -r PMRT0020.DNL
call compdata PMRT0020
erase sm*.dat > nul
erase data.lzh > nul
erase PMRT0021.inc > nul
iplfmt.exe -r PMPBLSWX.DNL
iplfmt.exe -r PMPOSITM.DNL
iplfmt.exe -r PMDSCTS.DNL
iplfmt.exe -r PMRT0021.DNL
call compdata PMRT0021

CONTENTS OF COMPDATA.BAT
lharc.exe a data.lzh sm*.dat
iplfmt.exe data.bcf %1.inc
Mike
Next
Reply
Map
View

Click here to load this message in the networking platform