Dear all,
I am using vbscript to run three dos batch command.
I want one by one, one finished and then another.
e.g.
(1) oshell.run dropindex.bat
(2) oshell.run loaddata.bat
(3) oshell.run createindex.bat
Three batch command content also include the sqlplus command (oracle
database 9i) with sql text file.
Is it possible in vbscript?
As I find that they run simultaneously on the windows server, not one
finished and then another.
Is there any proposed solution if not possible in vbscript?
Thanks for your help,
Raymond
Archived from group: microsoft>public>vb>dos