Been messing about with Robocopy and have put the following as a .bat file;
robocopy "d:\" "\\MJWIN7NB\C drive\backup" /MIR
This replicates all the data on my D drive onto my netbooks HDD over the network.
What i would like to do is leave the command prompt screen visible when it finishes cus at the moment it just disappears once finished....is this possible?
robocopy "d:\" "\\MJWIN7NB\C drive\backup" /MIR
This replicates all the data on my D drive onto my netbooks HDD over the network.
What i would like to do is leave the command prompt screen visible when it finishes cus at the moment it just disappears once finished....is this possible?