You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely the user wants to copy to different drives. Not only is it inefficient to copy to the same drive but the user could also have accidentally used a wildcard:
ocopy /SOURCE/* /BKP_1 /BKP_2 might be expanded by the shell to ocopy /SOURCE/folder_1 /SOURCE/folder_2 /BKP_1 /BKP_2
The text was updated successfully, but these errors were encountered:
Most likely the user wants to copy to different drives. Not only is it inefficient to copy to the same drive but the user could also have accidentally used a wildcard:
ocopy /SOURCE/* /BKP_1 /BKP_2
might be expanded by the shell toocopy /SOURCE/folder_1 /SOURCE/folder_2 /BKP_1 /BKP_2
The text was updated successfully, but these errors were encountered: