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
Code Pause - sometimes
SQL Server - How to find a string inside a variable?
IText "Could not load file..." error Question
Auto-update "HOSTS" file for Windows OS
Can't view sheets even after unhiding all sheets.....VeryHidden???
isa 2006 std authenticating users
How do I set the marquee text of the Logon Prompt screen saver for Default User?
Correlated subquery in THEN clause of CASE statement
Condition statement to change wording in div block
Exchange 2007 - Test-SystemHealth (Upgrading servicepack 2)