J jacklynee New member Local time 2:52 AM Messages 18 May 29, 2012 #1 Hello, I am looking for a way to create or wirte a script that will create folders with movies title and date and save empty folder in my Hard drive ? So Example: C: My Documents Movies 300 Cars ect Please advise Thank you My Computer OSwin 7
Hello, I am looking for a way to create or wirte a script that will create folders with movies title and date and save empty folder in my Hard drive ? So Example: C: My Documents Movies 300 Cars ect Please advise Thank you
Trucidation Sister Complex Pro User VIP Local time 3:52 PM Messages 710 Location Stage 5.0 (26 Dimensional Jump) May 30, 2012 #2 Sure, a single DOS "for /f" loop using the mkdir command can do that for you... but you will need to supply the list of folder movie names in a text file. My Computer Computer Manufacturer/Model NumberSelf-built rigOSWin7 Pro x64CPUKoa i5-2550KMemory8 GBGraphics Card(s)Sapphire ATI 6870 1GB GDDR5Sound CardRealTek HD Audio / ATI HDMI AudioMonitor(s) DisplaysSamsung HDTV Monitor T23A350Screen Resolution1920 x 1080Hard Drives- SSD (C:) - HDD (D:) - BD-ROM (E:)KeyboardLogitech G110Internet SpeedUnifi home (5mbps)
Sure, a single DOS "for /f" loop using the mkdir command can do that for you... but you will need to supply the list of folder movie names in a text file.