Hello everyone,
I would like to send the following cmd through vb.net to msDOS.
ren *in *.txt
I think it should look something like this:
Dim objExec = Shell("C:\Garan>ren *.in *.txt")
I got this off of a message board and I know this is half, if that much, of what i need.
I used to do this with vb6 but have forgotten and know it can be done with vb.net
any feedback is appreciated,
thanks
Ronze
I would like to send the following cmd through vb.net to msDOS.
ren *in *.txt
I think it should look something like this:
Dim objExec = Shell("C:\Garan>ren *.in *.txt")
I got this off of a message board and I know this is half, if that much, of what i need.
I used to do this with vb6 but have forgotten and know it can be done with vb.net
any feedback is appreciated,
thanks
Ronze