Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,205,487 members, 7,992,673 topics. Date: Sunday, 03 November 2024 at 01:27 PM |
Nairaland Forum / Science/Technology / Programming / Can You Help Me With A Script Or Command Or Program (301 Views)
What Device Or Program Can Do This? / Jave Script Or PHP / Script Or Software For Daily Contribution Biz (2) (3) (4)
(1) (Reply)
Can You Help Me With A Script Or Command Or Program by fidelism: 6:35pm On Mar 08, 2022 |
I have a list of pdf files that needs to be moved to list of folders. Each file will be moved to a folder that has the same name as the pdf. Can someone help with a simple script or something where I can move each pdf to a folder that matches its name? |
Re: Can You Help Me With A Script Or Command Or Program by fidelism: 11:13pm On Mar 08, 2022 |
I was about to get it solved. Incase you need it. This is the script. @echo off for %%i in (*) do ( if not "%%~ni" == "organize" ( md "%%~ni" && move "%%~i" "%%~ni" ) ) Paste it on a notepad and save it with the extension .bat Run it within the folder if the files |
(1) (Reply)
How To Be A Senior Software Engineer / One Site/tool Any Tech Guru Wouldn't Stop Using / Paypal Are Criminals
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 10 |