Hello,
I need to copy all files in 6 diretories to another device using only one diretory but with all files the files only.
Idon't want to replicate the original directiories in the new directory. On the files belonging the original directories.
Because if I use /s he copies all the original...
Friends, I need to find a way to run this Bat on Win 10 64bits or some other solution. A user has always used the Bat below to copy changes from a Clipper program to another PC on the Network that uses the same Program. This is the Flow he uses. On his PC he makes the changes and runs Bat to run...
I have a system that refuses to boot to Windows 10 Professional (64-bit), and I think I need to do a reinstall.
The advanced boot options is available, but it will not go into safe mode. I can however get the command line, and it recognizes both robocopy and xcopy.
Assume that C is the hard...
access rights
advanced boot options
backup
command line
command prompt
data loss
disk space
error messages
file ownership
file system
portable drive
recovery
reformatting
robocopy
safe mode
tech support
user directories
windows 10
xcopy
Link Removed
I experimented with these 2 procedures and the instructions for moving the entire contents of the folder is flawed. Even as Administrator you cannot copy or move the ntuser.dat files in Network services & Local services. What can be done if you want to move or copy the directory...
administrator
data recovery
error handling
file transfer
installation
kb236621
kb314843
local services
network services
process improvement
registry
system tools
technical support
time management
troubleshooting
user access
utility
windows disk
xcopy
I made these codes to backup files :
set p=C:\Users\
for/f %%a in('dir C:\Users\ /b') do (
if not"%%a"=="Public", (
set fileDest=C:\Backup-%%a_%date:~7,2%.%date:~4,2%.%date:~10,4%
If Not Exist"%fileDest%" mkdir "%fileDest%"set"fullPath=%p%%%a%"
xcopy "%fullPath%"%fileDest%/e /h /y /k
rem call...
At the moment I am using an xcopy command to copy all files with a certain extension to another folder. As the number of files in this folder increases I'd like to organise them into sub folders and have the directory structure mirrored. However I don't want the entire folder contents copied...
I have a folder that I'd like to periodically mirror to an external hard disk. How can I easily copy the source to the target, deleting files now deleted in the source, updating files that have been changed in the source, and adding new files to the destination. Would an XCOPY with the...
I have a lot of directories that need to be transported via USB drive later (the files/folders vary each time). I want the files to remain in their original location, but have some kind of folder or structure where I can group the folders so that when I need to copy them, it is a simple matter...
I have a computer in an office setting with a number of users. Each user has one folder on a "Data" partition which is set to "share with nobody" for their privacy.
I'm trying to write a script to backup these folders, but these "private" folders aren't copied over. My script is a one-liner...
i just used xcopy to get a usb disk setup to install on my aspire one when i booted from the usb drive everything seemed to be working ok so i tried to close the install down until i got to work. On shutting it just hung so after 5 mins or so i pulled the battery. Now it wont switch on - when i...