angel12345
asked on
Visual basic code to replace a batch
I need an .exe application who do the following things for me.
I'm doing those things using a batch file, but I need an exe to do this:
xcopy 1 c:\ /E
xcopy 2 c:\ /E
REGEDIT /S x.REG
REGEDIT /S sshkey.REG
Please if you can help me to do this in visual basic.
Thanks
I'm doing those things using a batch file, but I need an exe to do this:
xcopy 1 c:\ /E
xcopy 2 c:\ /E
REGEDIT /S x.REG
REGEDIT /S sshkey.REG
Please if you can help me to do this in visual basic.
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Computer101
EE Admin