![]() |
|
Change Extensions Of 1000 of Files In just one Click !! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Change Extensions Of 1000 of Files In just one Click !! (/Thread-Change-Extensions-Of-1000-of-Files-In-just-one-Click) |
Change Extensions Of 1000 of Files In just one Click !! - 0wi5py - 03-05-2014 >>> Change Extensions of 1000 Of Files In One-Click <<<
Most of the time i download Bunch Of the Text files which contains some important Information, But Whenever I open them It Looks Like a Messed-up Text With No Alignments,No Paragraphs & No Spaces.:Thumbs-Down: So I preferred to read them in Microsoft Word Which Shows the Information in Well formatted Manner with Alignments, & Paragraphs.:Thumbs-Up: So Its really a Boring work to rename files. So i Always use One-click Batch Rename All Files In a Second!! Here we go Its Totally Simple Trick!!:Smile: Steps:
Since It's One-click Maintenance file You can revert all files back to their original extension Whenever you want to use. Code: ren *.mp3 *.jpgCode: ren *.mp4 *.jpgOne Drawback For Hiding mp3 /mp4 using this batch file is::Frown:
If you have better Suggestions on this, your most welcome!! :Smile: RE: Change Extensions Of 1000 of Files In just one Click !! - Ligeti - 03-05-2014 I can imagine running your script in system32 directory (as an admin!) with small modification :Innocent: Thanks for sharing RE: Change Extensions Of 1000 of Files In just one Click !! - 0wi5py - 03-05-2014 :Thumbs-Up: thanks, It will definitely help you for Renaming Maximum files quickly:Smile: RE: Change Extensions Of 1000 of Files In just one Click !! - Deque - 03-05-2014 For your particular problem you could as well change the default application that is linked with the .txt extension. Changing the extension for hiding purposes is a very weak steganography technique. It might work for grandma, but other than that it will be visible by the icon that the file is no image (as images usually have thumbnails as preview) and if you try to open it, it won't work which is suspicious too. Appending the file as zip to an image instead would be also weak, but much better. The image will still work properly and if you need access to the hidden file you just open it 7zip instead of an image viewer. |