I would like to run the Attrib command on a remote share through Hyena. I would like to be able to select the share from the share list in the Right window in Hyena and run the Attrib command line tool against the share.
Here's the command the works from the command line.
Attrib -s -h -r *.* /s /d
I must be on the computer/server and change to the directory in command line window for this to work.
I was thinking there should be a way to pass the directory path to Attrib in a tool that would allow me to run this though Hyena without having to actually be on the server/computer.
Anyone got an idea.
I have this tool setup in Hyena
%E% cmd /k Attrib -s -h -r *.* /s /d
but I get an "access denied" error when I run it. I have full privileges on remote system with my logon credentials so I don't think this is what is causing the error.
Here's the command the works from the command line.
Attrib -s -h -r *.* /s /d
I must be on the computer/server and change to the directory in command line window for this to work.
I was thinking there should be a way to pass the directory path to Attrib in a tool that would allow me to run this though Hyena without having to actually be on the server/computer.
Anyone got an idea.
I have this tool setup in Hyena
%E% cmd /k Attrib -s -h -r *.* /s /d
but I get an "access denied" error when I run it. I have full privileges on remote system with my logon credentials so I don't think this is what is causing the error.
Comment