Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API AppRun / Process problem in '95
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
API AppRun / Process problem in '95
Miscellaneous
Thread ID:
00272173
Message ID:
00272173
Views:
65
Using Dr. Ruhl's great Process class under VFP6/SP3, I have run into a problem where batch files executing under Win95 do not exit cleanly (they leave a 'FINISHED' box).

Here's my code:
	set classlib to Process additive
	cPlace = sys(2023)
	loProcPac = CreateObj('API_AppRun',cPlace+'\packdbc.bat',cPlace,'MIN')
	loProcPac.LaunchAppandWait()	
Here's some of the batch file packdbc.bat
	tar -c --files-from tarinput.txt                                                    
	gzip -f tar.out                     
	ren tar.out.gz DBC.out.gz           
	copy DBC.out.gz C:\transx
	exit
What do I have to do to '95 to make it go away when the BAT is done?
Reply
Map
View

Click here to load this message in the networking platform