B
Brian Shannon
I need to use System.Diagnostics.Process.Start and am having a hard time
formatting my string.
My process is: "C:\Visual Cut.exe"
And my arguments are:
-e "C:\TimeTrackingDaily.rpt" "Parm1:Yesterday"
I need help formatting my arguement to include all the quotes and spacing.
The spacing needs to be exact and the quotes need to be in place otherwise
the program being called will fail.
If this helps my batch file looks like:
"C:\Visual Cut.exe" -e "C:\TimeTrackingDaily.rpt" "Parm1:Yesterday"
If someone could help me I would greatly appreciate it.
Is there a way to include quotes within quotes such as
dim quote as string
quote = "hello my name is "Brian""
Where Brian has quotes around the name when displayed?
Thanks
formatting my string.
My process is: "C:\Visual Cut.exe"
And my arguments are:
-e "C:\TimeTrackingDaily.rpt" "Parm1:Yesterday"
I need help formatting my arguement to include all the quotes and spacing.
The spacing needs to be exact and the quotes need to be in place otherwise
the program being called will fail.
If this helps my batch file looks like:
"C:\Visual Cut.exe" -e "C:\TimeTrackingDaily.rpt" "Parm1:Yesterday"
If someone could help me I would greatly appreciate it.
Is there a way to include quotes within quotes such as
dim quote as string
quote = "hello my name is "Brian""
Where Brian has quotes around the name when displayed?
Thanks