Auto Delete WDB folders for Microsoft and Macintosh menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Domminust's Avatar Active Member
    Reputation
    40
    Join Date
    Sep 2006
    Posts
    128
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto Delete WDB folders for Microsoft and Macintosh

    -=-For Macintosh, Run the following with "Script Editor" which comes with all Macintosh Computers. or at least , it should
    Code:
    tell application "Finder" 
       set myFolder to (desktop) as text 
       delete folder (myFolder & "World of Warcraft:WDB") 
    end tell
    this will only work if your W*W folder is on your Desktop and is named the same as the path given above.

    if you have a longer path you can see its very easy to edit.

    -=- For Microsoft, Just run this as a .bat file.
    Code:
    ::WoW_WDB.bat
    ::Deletes your World of Warcraft WDB folder then launches the game
    ::
    @ECHO OFF
    
    IF EXIST WDB ECHO Y|RD WDB /S/Q
    
    ECHO -
    
    WoW.exe
    As it says it will also launch world of warcraft. you may want to take that part out though.
    ......
    simple stuff but, enjoy

    https://newfound.cf

    Auto Delete WDB folders for Microsoft and Macintosh
  2. #2
    MyIQis0's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    What is good about deleteing the WDB folders?

  3. #3
    ziao's Avatar Banned
    Reputation
    234
    Join Date
    Apr 2006
    Posts
    657
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    why would you want to delete the wdb folder?

  4. #4
    Domminust's Avatar Active Member
    Reputation
    40
    Join Date
    Sep 2006
    Posts
    128
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    because it loads updated custom material on private servers...and if ur on a server where lots of custom scripting for items, quests, etc. happen.. And they are being updated, you wont be able to see the new stuff.
    Last edited by Domminust; 04-17-2007 at 01:18 PM.

    https://newfound.cf

  5. #5
    maikash's Avatar Member
    Reputation
    4
    Join Date
    Jan 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    This is cool, you might also wanna put that you have to have it in your WoW folder.
    "I like the color red because it's a fire. And I see myself as always being on fire." -Arnold the Govenator |Join My Server|

  6. #6
    Nugma's Avatar Field Marshal
    Reputation
    122
    Join Date
    Aug 2006
    Posts
    1,290
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    Originally Posted by maikash
    This is cool, you might also wanna put that you have to have it in your WoW folder.
    Everyone knows that it's in your WoW folder. It IS in your folder, and if you move it, it'll make a new one.

  7. #7
    Domminust's Avatar Active Member
    Reputation
    40
    Join Date
    Sep 2006
    Posts
    128
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    Originally Posted by Nugma
    Everyone knows that it's in your WoW folder. It IS in your folder, and if you move it, it'll make a new one.
    right, and when it makes a new one.. new stuff is loaded in to it.

    https://newfound.cf

  8. #8
    Kon Artis's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    Heres an add-on for it.

    http://ui.worldofwar.net/ui.php?id=4295


    WDB Cleaner is an automatic tool used to clean your World of Warcraft WDB folder as you play or clean it by the click of a button.

    Although this has been done before I felt i'd start my own cleaner and add more features by user request.

    *** Version 1.4a ***

    Please run the updater, ive fixed a bug with the auto clean function crashing. Sorry for any inconvenience.

    *** Version 1.4 ***

    Here are the current features:

    Support for WoW The Burning Crusade
    Support for WoW V2
    Advanced Auto Update
    'to System Tray' function
    Option to start WoW from WDB Cleaner
    Automatic WDB Cleaning whilst you play
    Quick Clean function
    Online users stats
    Automatic WoW Installation Folder Dectection

    Features being worked on:

    See To Do list on homepage

    Requirements:
    .Net Framework 2.0
    World of Warcraft V2 (already installed)

  9. #9
    Domminust's Avatar Active Member
    Reputation
    40
    Join Date
    Sep 2006
    Posts
    128
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    ------ :P nice

    https://newfound.cf

  10. #10
    Maq-'s Avatar Member
    Reputation
    59
    Join Date
    Apr 2006
    Posts
    174
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    Originally Posted by Nugma
    Everyone knows that it's in your WoW folder. It IS in your folder, and if you move it, it'll make a new one.
    I'm guessing what maikash meant is that you must place the .bat file in your wow folder and make a shortcut to the .bat, or it won't work. If, for instance, you make this .bat on your desktop, it will never delete your WDB folder, because the way the .bat is written, it only looks in the working folder. Yeah, everyone who knows what the WDB folder is knows that it resides in the WoW folder, but because dos has been all but phased out, not everyone knows how .bat files work.
    "There are 10 types of people in this world. Those who understand binary and those who don't."

  11. #11
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Auto Delete WDB folders for Microsoft and Macintosh

    Aw cool!

    So do this every time I go on a PS?

Similar Threads

  1. [Selling] Grand Theft Auto Online Money Drops for PC, and Recovery Services for PC! 100% Safe
    By INFERNOHDX in forum Grand Theft Auto 5 Buy Sell Trade
    Replies: 0
    Last Post: 03-28-2016, 05:02 PM
  2. [How-To] One WoW folder for eu and us (windows, batchfile included)
    By Meltjuh in forum World of Warcraft Guides
    Replies: 6
    Last Post: 05-27-2013, 03:12 AM
  3. Delete WDB + Start WoW.bat code for XP & Vista
    By gimmeurlife in forum WoW EMU Programs
    Replies: 1
    Last Post: 06-18-2009, 10:26 AM
  4. Hate getting D/C?? -- Auto Login -- useful for bots and private servers
    By ADAMZY in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 11-05-2007, 05:06 PM
All times are GMT -5. The time now is 07:53 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search