Shell to dos program - Visual Basic 6 
Author Message
 Shell to dos program - Visual Basic 6

Hello!

I made a small program that start 3 shells to dos program. I start those
program in minimize mode. I can't figure out how I can from my program
make the user go from one dos program to the other from a click in my
menu, not on the task bar.

When I do a shell, do we lose control of the process or is there a way
to get control back?

Should I use something different than the shell command??

Help!


  loginius.vcf
< 1K Download


Fri, 07 May 2004 08:20:21 GMT  
 Shell to dos program - Visual Basic 6
Yes, you have very limited control over the dos shelled app. You can make it
close automatically using command /c <parameters>, or you can cause your app
to suspend operation until the shelled window is closed.

What are you shelling for ... there may be VB equivalent code ?

--

Randy Birch
MVP Visual Basic

http://www.mvps.org/vbnet/

Please respond only to the newsgroups so all can benefit.


Quote:
> Hello!

> I made a small program that start 3 shells to dos program. I start those
> program in minimize mode. I can't figure out how I can from my program
> make the user go from one dos program to the other from a click in my
> menu, not on the task bar.

> When I do a shell, do we lose control of the process or is there a way
> to get control back?

> Should I use something different than the shell command??

> Help!





Fri, 07 May 2004 09:50:44 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Visual basic 3.0 question about shelling to dos Application

2. Redirected Output From DOS Shell In Visual Basic 6

3. Visual basic 3.0 question about shelling to dos Application

4. Running Dos program in Visual Basic

5. Running DOS Commands from Visual Basic Program

6. How can I execute dosh shell commands from a visual basic program

7. Launching MS-DOS from with in a Visual Basic Program

8. Free Beta Visual Basic Dos Compiler (DOS, WIN95/NT,Linux)

9. dbase programming(basic) in relation to Visual Basic programming

10. Visual basic programs - connect to a server - Visual Basic 5 Enterprice Edition

11. WTB: MS Basic PDS 7.1 and Visual BAsic for DOS

12. return errorlevel from shelled dos program

 

 
Powered by phpBB® Forum Software