saberman
Active Member
- Joined
- Jan 26, 2025
- Messages
- 5
I am trying to recover some data from an old Windows system. Specifically the contents of the Windows\users\Public directory.
I tried the following:
C:\Temp>dir c:\windows.old\users\Public\*
Volume in drive C is Local Disk
Volume Serial Number is 36C9-2D4D
Directory of c:\windows.old\users\Public
11/06/2021 08:43 AM <DIR> .
11/06/2021 08:43 AM <DIR> ..
01/20/2026 08:42 PM <DIR> Documents
11/06/2021 08:16 AM <DIR> Downloads
11/06/2021 08:16 AM <DIR> Music
11/06/2021 08:16 AM <DIR> Pictures
11/06/2021 08:16 AM <DIR> Videos
0 File(s) 0 bytes
7 Dir(s) 66,080,079,872 bytes free
So there is stuff in the folder.
I then tried:
C:\Temp>copy c:\windows.old\users\Public\
c:\windows.old\users\Public\
The system cannot find the file specified.
0 file(s) copied.
And got nothing.
I also tried:
C:\Temp>copy c:\windows.old\users\Public\*.*
with the same results.
What am I doing wrong?
I tried the following:
C:\Temp>dir c:\windows.old\users\Public\*
Volume in drive C is Local Disk
Volume Serial Number is 36C9-2D4D
Directory of c:\windows.old\users\Public
11/06/2021 08:43 AM <DIR> .
11/06/2021 08:43 AM <DIR> ..
01/20/2026 08:42 PM <DIR> Documents
11/06/2021 08:16 AM <DIR> Downloads
11/06/2021 08:16 AM <DIR> Music
11/06/2021 08:16 AM <DIR> Pictures
11/06/2021 08:16 AM <DIR> Videos
0 File(s) 0 bytes
7 Dir(s) 66,080,079,872 bytes free
So there is stuff in the folder.
I then tried:
C:\Temp>copy c:\windows.old\users\Public\
c:\windows.old\users\Public\
The system cannot find the file specified.
0 file(s) copied.
And got nothing.
I also tried:
C:\Temp>copy c:\windows.old\users\Public\*.*
with the same results.
What am I doing wrong?