Page 1 of 1

need script to show hidden files and remove read only

Posted: 15 Aug 2013 10:34
by kotlmg
i need a small xyplorer script to remove hidden , read only option and make them available for all users. some virus has changed all my folders and files to hidden files. xyplorer is able to display hidden files. but i want a small script to restore the files and folders and subfolders etc to their earlier status.
as of now i am using bulk file changer at the following address

http://www.nirsoft.net/utils/bulk_file_changer.html

thanks in advance.

Re: need script to show hidden files and remove read only

Posted: 15 Aug 2013 11:30
by highend

Code: Select all

    $dstFolder = inputfolder(, "Select the folder where folder/fileattributes should be resetted...");
    $itemList = folderreport("items", "r", $dstFolder, "r", , "|");
    attrstamp("rh", 4, $itemList);
    status "Finished resetting attributes...", "008000", "ready";

Re: need script to show hidden files and remove read only

Posted: 15 Aug 2013 16:20
by kotlmg
thanks a lot sir.

Re: need script to show hidden files and remove read only

Posted: 10 Nov 2013 16:55
by CookieMonster
Highend - this is a quick show hidden files, toggle ?