Link to home
Start Free TrialLog in
Avatar of angel12345
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
ASKER CERTIFIED SOLUTION
Avatar of SStory
SStory
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin