electricpete
Technical User
GENERAL BACKGROUND (not required to define my problem)
The fake a/v software (Vista Total Security or many other names) has invaded my computer 3 times, each time coming back a little stronger with more and more tentacles. It not only hijacks your browser, and every program, also commandeers system restore and windows updates (which are needed because it ate part of windows).
I noticed on my ISP usage graph that it has been transferring massive quantities of data... for what purpose I'm not sure.
I was able to get in to browse my files a little bit. I think it has completely re-arranged my files and windows, and installed it's own version of windows.
SPECIFIC BACKGROUND: (to define my problem)
I want to recover my own files to my 32GB flash drive. I am able to start in safe mode with the flash drive inserted and use the command window to access both c: and e: (flash). Using dir c:\*.doc I see that my files are located deeply nested below the following structure:
c:\ProgramData\Application Data\Application Data\Application Data\Application Da
ta\Application Data\Application Data\Application Data\Application Data\Applicati
on Data\Application Data\Application Data\Application Data\Application Data
There are more levels down, but that is as deep as dos prompt will let me go. Here is example navigating directory tree in dos:
Note that my commands are in [blue]blue bold[/blue]. My first command above is cd Application Data... and it allowed me to get one step deeper. My next command repeated cd Application data...and it told me I was too deeply nested. Then I typed dir command which verified there remains another layer of Application Data directory below here.
I don't really care if I can navigate the directory. I want to copy my files to flash. I tried selecting my flash drive E:\ and then typing xcopy c:\ProgramFiles\ /S
which is supposed to grab all subdirectories. It gives me an error message indicating that it doesn't like the space embeded in the subdirectory names.
Is there any dos tool I can use to block copy this directory structure?
The fake a/v software (Vista Total Security or many other names) has invaded my computer 3 times, each time coming back a little stronger with more and more tentacles. It not only hijacks your browser, and every program, also commandeers system restore and windows updates (which are needed because it ate part of windows).
I noticed on my ISP usage graph that it has been transferring massive quantities of data... for what purpose I'm not sure.
I was able to get in to browse my files a little bit. I think it has completely re-arranged my files and windows, and installed it's own version of windows.
SPECIFIC BACKGROUND: (to define my problem)
I want to recover my own files to my 32GB flash drive. I am able to start in safe mode with the flash drive inserted and use the command window to access both c: and e: (flash). Using dir c:\*.doc I see that my files are located deeply nested below the following structure:
c:\ProgramData\Application Data\Application Data\Application Data\Application Da
ta\Application Data\Application Data\Application Data\Application Data\Applicati
on Data\Application Data\Application Data\Application Data\Application Data
There are more levels down, but that is as deep as dos prompt will let me go. Here is example navigating directory tree in dos:
Code:
c:\ProgramData\Application Data\Application Data\Application Data\Application Da
ta\Application Data\Application Data\Application Data\Application Data\Applicati
on Data\Application Data\Application Data\Application Data\Application Data>[blue][b]cd A
pplication Data[/b][/blue]
c:\ProgramData\Application Data\Application Data\Application Data\Application Da
ta\Application Data\Application Data\Application Data\Application Data\Applicati
on Data\Application Data\Application Data\Application Data\Application Data\Appl
ication Data>[blue][b]cd Application Data[/b][/blue]
The filename or extension is too long.
c:\ProgramData\Application Data\Application Data\Application Data\Application Da
ta\Application Data\Application Data\Application Data\Application Data\Applicati
on Data\Application Data\Application Data\Application Data\Application Data\Appl
ication Data>[blue][b]dir[/b][/blue]
Volume in drive C is OS
Volume Serial Number is B4D6-EB49
Directory of c:\ProgramData\Application Data\Application Data\Application Data\
Application Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application Data\Applica
tion Data\Application Data
06/14/2009 03:10 PM <JUNCTION> Application Data [.]
0 File(s) 0 bytes
1 Dir(s) 92,463,247,360 bytes free
c:\ProgramData\Application Data\Application Data\Application Data\Application Da
ta\Application Data\Application Data\Application Data\Application Data\Applicati
on Data\Application Data\Application Data\Application Data\Application Data\Appl
ication Data>
I don't really care if I can navigate the directory. I want to copy my files to flash. I tried selecting my flash drive E:\ and then typing xcopy c:\ProgramFiles\ /S
which is supposed to grab all subdirectories. It gives me an error message indicating that it doesn't like the space embeded in the subdirectory names.
Is there any dos tool I can use to block copy this directory structure?