B
brian
I have an external program that needs to be ran using a
shell cmd. Can someone please tell me how to run it in a
vb.net program.
The string used is:
"c:\program files\visual cut.exe" -
e "C:\CrystalReports\labels.rpt"
Thanks-
is the System.Diagnostics.Process the same as using the
shell cmd? The external program was designed to pass a
string into the shell cmd.
shell cmd. Can someone please tell me how to run it in a
vb.net program.
The string used is:
"c:\program files\visual cut.exe" -
e "C:\CrystalReports\labels.rpt"
Thanks-
is the System.Diagnostics.Process the same as using the
shell cmd? The external program was designed to pass a
string into the shell cmd.