通过vb.net执行命令提示符 [英] Execute command prompt through vb.net

查看:92
本文介绍了通过vb.net执行命令提示符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何通过vb.net编码在调试模式下执行以下命令提示符?
我常用的语法:->
------------------
Start \Wait D:\SW\SQL2000_EVAL\x86\setup\setupsql.exe -S -fl "D:\SW\SQL2000_EVAL\x86\setup\setup.iss"

请帮助我....

How can i execute the below command prompt in debug mode through vb.net coding???

my commad syntax :->
------------------
Start \Wait D:\SW\SQL2000_EVAL\x86\setup\setupsql.exe -S -fl "D:\SW\SQL2000_EVAL\x86\setup\setup.iss"

Please help me....

推荐答案

使用流程 [^ ]

谢谢
Use Process[^]

Thanks


Process.Start方法(ProcessStartInfo) [ ^ ]用于启动进程由包含进程启动信息(例如,要启动的进程的文件名)的参数指定的资源,并将该资源与新的Process组件相关联.
Process.Start Method (ProcessStartInfo)[^] which is used to Starts the process resource that is specified by the parameter containing process start information (for example, the file name of the process to start) and associates the resource with a new Process component.


这篇关于通过vb.net执行命令提示符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆