morbidbutterfly Posted January 15, 2010 Share Posted January 15, 2010 Greg Shultz created a short little VBScript program that reads a text file containing the list of “GodMode” folders and, one-by-one, creates each folder. 1. Copy the following to Notepad: Set FSO = CreateObject("Scripting.FileSystemObject") CurrDir = FSO.GetAbsolutePathName(".\") GMFile = "\GMList.txt" TheFullPath = CurrDir & GMFile Set TheFile = FSO.OpenTextFile(TheFullPath, 1) Do Until TheFile.AtEndOfStream TheFolderName = TheFile.ReadLine Set TheFolder = FSO.CreateFolder(TheFolderName) Loop TheFile.Close 2. Save as: GMCreate.vbs To a new folder (GOD Mode or whatever you choose to name it). 3. Copy the following to Notepad: G Mode 01.{ED7BA470-8E54-465E-825C-99712043E01C} G Mode 02.{00C6D95F-329C-409a-81D7-C46C66EA7F33} G Mode 03.{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428} G Mode 04.{025A5937-A6BE-4686-A844-36FE4BEC8B6D} G Mode 05.{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9} G Mode 06.{1206F5F1-0569-412C-8FEC-3204630DFB70} G Mode 07.{15eae92e-f17a-4431-9f28-805e482dafd4} G Mode 08.{17cd9488-1228-4b2f-88ce-4298e93e0966} G Mode 09.{1D2680C9-0E2A-469d-B787-065558BC7D43} G Mode 10.{1FA9085F-25A2-489B-85D4-86326EEDCD87} G Mode 11.{208D2C60-3AEA-1069-A2D7-08002B30309D} G Mode 12.{20D04FE0-3AEA-1069-A2D8-08002B30309D} G Mode 13.{2227A280-3AEA-1069-A2DE-08002B30309D} G Mode 14.{241D7C96-F8BF-4F85-B01F-E2B043341A4B} G Mode 15.{4026492F-2F69-46B8-B9BF-5654FC07E423} G Mode 16.{62D8ED13-C9D0-4CE8-A914-47DD628FB1B0} G Mode 17.{78F3955E-3B90-4184-BD14-5397C15F1EFC} 4. Save as: GMList.txt In same folder you just saved GMCreate.vbs 5. Run the GMCreate.vbs file. All done. Link to post Share on other sites
KRAM Posted January 16, 2010 Share Posted January 16, 2010 and this is easier how? Link to post Share on other sites
Chas47448 Posted January 19, 2010 Share Posted January 19, 2010 Can't get any than this, Step 1: Right click. (desktop) Step 2: Click create folder. Step 3: Name your sparkly, new folder this, "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" and press enter. Step 4: Blink as the folder changes form to look like the control panel. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now