Loading Command prompt from vb6
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I want to load command prompt from VB 6.0 for a click event of a button. can this be done if it can be how to do it. A. Miftha Idroos B.Sc. Engineering, AMBCS, AMIE(SL) Hatton National Bank, Sri Lanka
Hi Miftha, Here is the code: Private Sub Command1_Click() Shell "command.com" End Sub Regards, Premalatha
-
I want to load command prompt from VB 6.0 for a click event of a button. can this be done if it can be how to do it. A. Miftha Idroos B.Sc. Engineering, AMBCS, AMIE(SL) Hatton National Bank, Sri Lanka
On Windows NT Kernels (NT, 2000, XP, 2003, Vista, ...) it's proper to
CMD
, notCommand.com
. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome -- modified at 10:31 Monday 20th February, 2006