Good Afternoon All I have only just started to learn VB Express 2010 and what i wanted to know is how can i run the following code From a VB Express 2010 Button?: -
@echo off
set /P source=Enter Source Location^>
set /P target=Enter Destination Location^>
robocopy "%source%" "%target%" /MIR /XA:SH /XD AppData /XJD /R:5 /W:5 /V /TEE
Kind Regards
Tor Fey
Is there any way to have it print out what it is doing in a text field as it does when you run it from CMD?
| « I truly desire to become ... | i want to read a particul... » |