Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
API AppRun / Process problem in '95
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
API AppRun / Process problem in '95
Divers
Thread ID:
00272173
Message ID:
00272173
Vues:
58
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?
Répondre
Fil
Voir

Click here to load this message in the networking platform