A
Academia
I use:
'Execute Command (DOS) commands
Dim StartInfo As New ProcessStartInfo
Static sMyProcess As New Process
StartInfo.FileName = "cmd"
....
1) Is there another file that runs DOS commands in XP besides cmd?
Does the XP Command prompt window use cmd or something else?
2)The @ doesn't appear to work for me. I use:
SWIn.WriteLine("@echo off")
but the command shows in the output. I believe the @ should suppress the
listing of the command in the output.
Thanks for any help
'Execute Command (DOS) commands
Dim StartInfo As New ProcessStartInfo
Static sMyProcess As New Process
StartInfo.FileName = "cmd"
....
1) Is there another file that runs DOS commands in XP besides cmd?
Does the XP Command prompt window use cmd or something else?
2)The @ doesn't appear to work for me. I use:
SWIn.WriteLine("@echo off")
but the command shows in the output. I believe the @ should suppress the
listing of the command in the output.
Thanks for any help