Close
Page 3 of 10 FirstFirst 1 2 3 4 5 ... LastLast
Showing results 21 to 30 of 93
  1. #21

    Default

    Ok, I seem to be having issues with this and I cannot figure out the problem. I have the script running in powershell, but every time I run it I get an error at line 61, It says the source directory does not exist. I am using XP 64bit, and wow is under program files (x86) will that have an effect on this script running properly?

    Also would I be correct in assuming that you changed the script to include the ability to run with XP, because when I went to change the line for junction it existed as an "else" line right afterwards?
    [align=center]TeamPepper
    5x Shaman
    US-PvP Magtheridon: Greenpepper, Redpepper, Yellowpepper, Bellpepper, Sweetpepper

    [/align]

  2. #22

    Default

    Yes, I did add an attempt at XP support, although I haven't tested it. Let me know if it works.

    I am using XP 64bit, and wow is under program files (x86) will that have an effect on this script running properly?
    Yeah, in that case you just need to specify the source path explicitly:

    Code:
    new-wow c:\wow1 -sourcePath "${env:ProgramFiles(x86)}\World of Warcraft"
    All my codes r belong to you: wow5box

  3. #23

    Default

    for a simple setup you could use the junction / mlink command manually - it sounds like it might save you some effort
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  4. #24

    Default

    I got a PM in my email but strangely not on this forum...weird... anyway the question was about NTFS junctions.

    The NTFS node table is a logical structure that holds pointers to areas of the disk containing files and folders (ok the node table will actually contain the file if it is less than the cluster size). It is capable of having multiple pointers to the same logical disk structure. Mlink on Vista and Junction.exe on 2K/2K3 & XP allow you to create reparse points, additional pointers to the same directory or file (mlink only for file). Basically think of it as a shortcut but a low level one that applications treat as a real directory.

    There is some better information on how to use them in the wiki Wiki - junction, Forum - NTFS Junction and Forum - mlink

    hope this helps
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  5. #25

  6. #26

    Default

    Nice approach, certainly would save a heapof time when patching. Has anyone done any performance tests of sharing the same wow data vs separate directories? I'm thinking of situations like getting off of a boat. I currently have 5 dirs on the same disk and notice that there's a fair amount of disk thrashing at these times.

  7. #27

    Default

    No issues with boats / zoning for me. It seems to be just as fast as single boxing.
    All my codes r belong to you: wow5box

  8. #28

    Default

    Ok let me see if i've done this right. I created D:\bin\new-wow.ps1 I have Wow in D:\bin\World Of Warcraft, I add D:\bin to Environment Variables | Path.

    Is that right or am i missing something.
    Currently Playing: Spreadsheets Online
    Checkout Eve Online
    Links to Eve Online Multiboxing Info Dual-Boxing.com, Isboxer, /r/Eve and /r/Evemultiboxing

  9. #29

    Default

    You installed WoW to "d:\bin\World of Warcraft" or you want to create a new copy there? Either way, that's not what I would reccomend. The script should find your normal WoW install location from the envirnmoent variables. (It could be smarter about this.) If it fails for some reason you can specify it manually via the -sourcePath param:

    Code:
    new-wow d:\wow1 -sourcePath "c:\program files\world of warcraft"
    Also, there's no reason to put new copies of WoW under d:\bin. If you want to I guess you can, but it's not a requirement.
    All my codes r belong to you: wow5box

  10. #30

    Default

    This thread should be sticked.

Similar Threads

  1. Replies: 4
    Last Post: 03-08-2009, 04:44 AM
  2. Powershell single wow folder killed by patch.
    By Arryth in forum Software Tools
    Replies: 4
    Last Post: 10-19-2008, 06:07 AM
  3. Keyclone- 2 wows not linked
    By Teracia in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 10-16-2008, 10:30 AM
  4. lol just been linked this in an email
    By Desolate in forum Movies
    Replies: 2
    Last Post: 10-08-2008, 11:51 AM
  5. How to create a delay in WoW?
    By Jmsgalla in forum Macros and Addons
    Replies: 5
    Last Post: 08-22-2008, 01:38 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •