DiskW on startup?

Results 1 to 6 of 6
  1. #1
    Newbie Wolfhowell is offline
    MemberRank
    Aug 2007 Join Date
    4Posts

    Question DiskW on startup?

    I've got a problem that's driving me insane. I have a bastardized version of Aurille's repack that uses Diskw. What I would like to do is make it that start.bat (What launches the virtual disk) to run as soon as the computer logs in. I've added it to the registry, created shortcuts in startup folders, tried delaying the program launch, nothing works. It keeps giving me the same error:

    The disk w is busy. Use start.bat [disk letter]

    So I tried adding that parameter in the registry, nothing. Any help would be appreciated, and if I've posted this in the wrong forum, would a mod please move?

    Thanks


  2. #2
    Elite Member markb is offline
    Member +Rank
    May 2006 Join Date
    brisbaneLocation
    111Posts

    Re: DiskW on startup?

    try stop.bat. This will turn off disk w. run start.bat to turn on your website

  3. #3
    Newbie Wolfhowell is offline
    MemberRank
    Aug 2007 Join Date
    4Posts

    Re: DiskW on startup?

    While I appreciate the tip, it does not solve my problem. I can start everything manually without a hitch. I am trying to get it to where I don't need to run start.bat because it auto-runs when I log in.

  4. #4
    Newbie Wolfhowell is offline
    MemberRank
    Aug 2007 Join Date
    4Posts

    Question Re: DiskW on startup?

    No one else have any suggestions? I'd really like to get this resolved.

  5. #5
    Newbie johnwagner is offline
    MemberRank
    Aug 2007 Join Date
    Toronto, OntariLocation
    23Posts

    Re: DiskW on startup?

    hey man i had that same problem and i have got it fixed but you need to edit the start.bat in Notepad this tip should help you

    @echo off

    set apachepath=\usr\local\apache2\
    set apacheit=\apachepath\bin\Apache.exe -f %apachepath%conf\httpd.conf -d %apachepath%.
    start /MIN \usr\local\mysql\bin\mysqld-nt.exe --defaults-file=/usr/local/mysql/bin/my-small.cnf
    CLS
    start /MIN %programit%miniserv.exe "%apacheit%" "%closeit%"
    goto end
    :hint
    CLS
    echo One of the instances of MySQL server is started. Use stop.bat
    :pause
    echo .
    pause
    :end
    exit


    Hope This works for youand it works fine for me...

  6. #6
    Newbie Wolfhowell is offline
    MemberRank
    Aug 2007 Join Date
    4Posts

    Post Re: DiskW on startup?

    It's a step in the right direction, that's for sure. However, I still want it to create the Virtual disk drive W when it starts up. If nothing else comes up, I'll have to modify what I want to do to use that Start.bat. Thanks for the help.



Advertisement