Microsoft
Software
Hardware
Network
Question : how to run dos command in vb.net2003 windows application coding?
how to run dos command in vb.net2003 windows application coding?
for example, I want to run the following command in dos command
dotnetfx.exe /q:a /c:"install /l /q"
what is the code ?
Answer : how to run dos command in vb.net2003 windows application coding?
Hope this helps you,
Dim p As Process
p = New Process()
p.StartInfo.FileName = "dotnetfx.exe"
p.StartInfo.Arguments = "/q:a /c:'install /l /q'"
p.Start()
you need to specify full path of the "dotnetfx.exe"
Random Solutions
Visual Studio Setup Project don't RemovePreviousProjects
Help with Hyper-V Planning for Intel Modular Server
URGENT - 2003 Server - this system does not permit you to logon interactivally
Windows Scripting: FileSystemObject properties inconsistent with Windows Explorer values
aspx/c# looping through data from within body
what is the ip address of a web site? What happens when you change the ip address?
Receiving error code 0x800702e4 when trying to download with InDownloadMngr while in IE 8 with Win7 runing (64 bit) what do I do?
update query in access 2003 possible
SQL Server varbinary(MAX) fields with ASP.Net
SQL ORDER BY Case needed?