|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to Execute a cmd from a VB.net programIn VB.net 03 is there a way to execute a external file such a
C:\windows\fyle.vbs and have the .net program should wait for the run cmd to finish executing before going on with the rest of the programs. similar to ..... WshShell.run "C:\windows\fyle.vbs",0,TRUE Hey
Try this: Dim Dir As New IO.DirectoryInfo(System.Environment.GetFolderPath(Environment.SpecialFolder.System)) System.Diagnostics.Process.Start(Dir.Parent.FullName + "\explorer.exe '", Application.StartupPath) Alwin Show quoteHide quote "Jason" <some***@microsoft.com> schrieb im Newsbeitrag news:uwLrrXkWGHA.924@TK2MSFTNGP03.phx.gbl... > In VB.net 03 is there a way to execute a external file such a > C:\windows\fyle.vbs and have the .net program should wait for the run cmd > to finish executing before going on with the rest of the programs. > similar to .... WshShell.run "C:\windows\fyle.vbs",0,TRUE >
Timespan perplexing, please help with brain freeze.
DataGridView - Property DataPropertyName Reg expression Calling dll functions from vb.net with pointer returns! How to declare char string pointer in VB? KeyDown for non Active windows? Playing card suits, vb.net? Sorted array suggestions Shared Variable Question VB.NET 2003 Seek Method, is it the right thing to use? |
|||||||||||||||||||||||