B
Bruce D
I'm calling another .exe in my program. The .exe needs 1 parameter and it
needs double quotes around it. I can't figure this simple one out...can you
help?
Dim objRS2 As New Process
objRS2.Start("restartservice.exe ColdFusion MX Application Server")
' needs to be something like objRS2.Start("restartservice.exe "ColdFusion MX
Application Server"")
TIA
-bruce
needs double quotes around it. I can't figure this simple one out...can you
help?
Dim objRS2 As New Process
objRS2.Start("restartservice.exe ColdFusion MX Application Server")
' needs to be something like objRS2.Start("restartservice.exe "ColdFusion MX
Application Server"")
TIA
-bruce