在vb.net中使用命令行

在vb.net中使用命令行

问题描述:

如何从vb项目中使用命令行.如何将命令行放入exe文件中?

how can i from a vb project use a command line.And how can i put the command line in the exe file

根据 ProcessStartInfo [
You need to have a read upon ProcessStartInfo[^]

This will allow you to run processes external to your application such as batch files etc.