|
-
May 3rd, 2011, 01:16 PM
#4
Re: DOS command in VB.net and WPF
For the one interrested in:
Dim myProcess As New Process()
myProcess.StartInfo.FileName = "mame.exe"
myProcess.StartInfo.Arguments = " " & displayArray(masterIndex).rom & " -volume -" & My.Settings.mame_volume & " -skip_gameinfo"
myProcess.Start()
myProcess.WaitForExit()
myProcess.Close()
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|