- Aug
- 2,056
- 83
I am using;
I have a network drive, drive O:
I have full access to this drive, and the drive does exist;
When I use the sync command,
as follows, it returns the following;
When I use the sync command on a local drive (F:), the sync completes correctly;
I have been using the Microsoft Sync Toy and drive O: with no problems;
Why can I not sync to my O: drive using the SYNC command?
Joe
Code:
TCC 20.00.17 Windows Vista [Version 6.0.6002]
TCC Build 17 Windows Vista Build 6002 Service Pack 2
I have a network drive, drive O:
Code:
TCC:6532: 25 > net use
New connections will be remembered.
Status Local Remote Network
-------------------------------------------------------------------------------
OK O: \\192.168.1.101\dosbox Microsoft Windows Network
The command completed successfully.
I have full access to this drive, and the drive does exist;
Code:
TCC:6532: 27 > if exist o:\nul echo Yes
Yes
When I use the sync command,
Code:
which sync
sync is an internal command
as follows, it returns the following;
Code:
TCC:6532: 20 > sync /H /C /W /Z /S /G /V C:\Users\jlc\Documents\DOSBox O:\users\jlc\Documents\DOSBox
Usage : SYNC [/A:[[-][+]rhsdaecjot] /CDEGH /I"text" /JKLM /N[dejnst] /O:[-]adegnrstu /OPQR /Sn /TVWX] dir1 di
r2
When I use the sync command on a local drive (F:), the sync completes correctly;
Code:
TCC:6532: 26 > sync /H /C /W /Z /S /G /V C:\Users\jlc\Documents\DOSBox F:\users\jlc\Documents\DOSBox
SYNC: C:\Users\jlc\Documents\DOSBox => F:\users\jlc\Documents\DOSBox
0 files copied
SYNC: F:\users\jlc\Documents\DOSBox => C:\Users\jlc\Documents\DOSBox
0 files copied
I have been using the Microsoft Sync Toy and drive O: with no problems;
Why can I not sync to my O: drive using the SYNC command?
Joe