1.

Solve : how do you copy a hidden file?

Answer»

Hi,

Does ANYONE know how you copy a hidden file.
The file is in the same map.

If you use the "xcopy" command he doesn't find the hidden file.
thanks in advantage

GhihCheck the Attributes of the file you want to copy and change them if necessary...my version of xcopy has the /h SWITCH which can copy hidden/system files.
you can check yours.Perfect that "/h" command works excellent.
thanks a lot.
do you know if that command works with all files (eg. "REG." files)?
I don't want to TEST it cuz than i have the prob that I can't find the reg files anymore.i suppose u mean .reg files?? well, u can always create a dummy .reg file and test it.
xcopy /h is suppose to copy hidden and system files as well, so i guess its the same for .reg files.


This will export or copy a reg file

@echo off

regedit /e files.txt "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx"

notepad files.txt

cls
exit



Discussion

No Comment Found