【例子介绍】C#执行批处理命令,支持各种windows下的命令行。
【相关图片】
【源码结构】
.
├── C#执行批处理命令
│ ├── RunDosCommand
│ │ ├── CMD.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── RunDosCommand.csproj
│ │ ├── RunDosCommand.csproj.user
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── RunDosCommand.exe
│ │ │ │ ├── RunDosCommand.pdb
│ │ │ │ ├── RunDosCommand.vshost.exe
│ │ │ │ └── RunDosCommand.vshost.exe.manifest
│ │ │ └── Release
│ │ │ ├── RunDosCommand.exe
│ │ │ ├── RunDosCommand.pdb
│ │ │ └── RunDosCommand.vshost.exe
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResGen.read.1.tlog
│ │ │ ├── ResGen.write.1.tlog
│ │ │ ├── RunDosCommand.Form1.resources
│ │ │ ├── RunDosCommand.Properties.Resources.resources
│ │ │ ├── RunDosCommand.csproj.FileListAbsolute.txt
│ │ │ ├── RunDosCommand.exe
│ │ │ ├── RunDosCommand.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Release
│ │ │ ├── RunDosCommand.Form1.resources
│ │ │ ├── RunDosCommand.Properties.Resources.resources
│ │ │ ├── RunDosCommand.csproj.GenerateResource.Cache
│ │ │ ├── RunDosCommand.exe
│ │ │ ├── RunDosCommand.pdb
│ │ │ └── TempPE
│ │ └── RunDosCommand.csproj.FileList.txt
│ ├── RunDosCommand.sln
│ ├── RunDosCommand.suo
│ └── UpgradeLog.XML
├── TCP.suo
└── 5t6t网_C#执行批处理命令.rar
11 directories, 39 files
评论