51
General Software Discussion / Re: Nifty FREE Utility to do almost anything to a filename in Windows
« on: June 18, 2015, 06:51 PM »
Thank you MilesAhead for your tips.
The program you showed doesn't work for me, I adapted it for the command Attrib but I didn't succeed, however your tips about "drag & drop files" brought me to compose this line:
for %%A in (%*) do (attrib +a %%A)
"Drag & drop" files and the program works now. I hope to further develop it for my needs.
The program you showed doesn't work for me, I adapted it for the command Attrib but I didn't succeed, however your tips about "drag & drop files" brought me to compose this line:
for %%A in (%*) do (attrib +a %%A)
"Drag & drop" files and the program works now. I hope to further develop it for my needs.