Necessity is the Mother of Invention - Batch Job
I would like to share something interesting happened just now, when I wanted to do something! 😀 This is one solid proof that if you have the will to do, you will find a way somehow! 😀
So, what did I do? I was downloading about 25 files for some work of mine and I had to organise them into folders, under my Downloads folder. Each file has a description in a URL and the file itself has a unique name. Lets consider there are three files for now.
File #1 File: NetBeans IDE File Name: netbeans-7.1-ml-php-windows.exe File URL: https://netbeans.org/downloads/start.html?platform=windows&lang=en&option=php File #2 File: Eclipse IDE File Name: eclipse-jee-indigo-SR1-win32.zip File URL: https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 File #3 File: Aptana Studio File Name: Aptana_Studio_3_Setup_3.0.8.exe File URL: https://www.aptana.com/products/studio3/downloadNow I want them in a folder structure this way:
/NetBeans IDE --/netbeans-7.1-ml-php-windows.exe --/Link.txt (Content: https://netbeans.org/downloads/start.html?platform=windows&lang=en&option=php) /Eclipse IDE --/eclipse-jee-indigo-SR1-win32.zip --/Link.txt (Content: https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1) /Aptana Studio --/Aptana_Studio_3_Setup_3.0.8.exe --/Link.txt (Content: https://www.aptana.com/products/studio3/download)Could anyone guess what did I do? Remember, there are 25 files! 😀 I did it in about 3 minutes!!! 😀