G
Guest
I would like to launch a process within .NET (C#) with parameters.
I have temporarily gotten around this issue by writing this command to a
batch file & launching the batch file without arguments, but would like to
launch it directly from .NET.
My process looks like something like this:
"C:\Program Files\Create File.exe" -c -s 1500 Mb -t 0 "C:\temp folder\File
Created.tmp"
I got the samples working, such as launching notepad with a file, or
launching IE with a URL but the above command did not work.
Any help will be greatly appreciated.
I have temporarily gotten around this issue by writing this command to a
batch file & launching the batch file without arguments, but would like to
launch it directly from .NET.
My process looks like something like this:
"C:\Program Files\Create File.exe" -c -s 1500 Mb -t 0 "C:\temp folder\File
Created.tmp"
I got the samples working, such as launching notepad with a file, or
launching IE with a URL but the above command did not work.
Any help will be greatly appreciated.