Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

little question

Options
  • 29-06-2006 10:55am
    #1
    Closed Accounts Posts: 969 ✭✭✭


    REM LAUNCH EXCEL PAGE OF NAVIGATATOR EVENTS
    START
    *intranet*
    REM LAUNCH
    EXCEL PAGE OF NAVIGATATOR EVENTS
    START http://www.toucan.com
    REM LAUNCH EXCEL PAGE OF ERROR CODES
    START /wait
    *intranet*
    REM LAUNCH
    DSL CPE NUMBER CHECKER
    START *intranet*
    REM LAUNCH
    NETLYNK MODEM TRACKER
    START /wait *internet*
    REM LAUNCH VERSION 7
    NUMBER CHECKER
    START /wait
    *internet*
    REM LAUNCH CLUSTER 4
    START /wait
    *internet*
    REM LAUNCH
    EMAIL PROGRAM
    START /wait *intranet*
    REM LAUNCH NAVIGATOR
    START *application on netowrk*
    Navigator UK"
    pause

    end


    So trying to get this batch file to launch when I RUN IT, should open up some intranet sites and some internet sites and also a program but it only opens the home page fields marked ** are what sites the code refers to, help appreaciated.


Comments

  • Closed Accounts Posts: 4 lmac34


    Im havent writen a batch file in ages but its proably the
    START /wait command.

    try removing it and see what happens


  • Closed Accounts Posts: 969 ✭✭✭sunzz


    so remove

    *start /wait* or just

    */wait*

    ?


  • Registered Users Posts: 6,508 ✭✭✭daymobrew


    sunzz wrote:
    so remove
    */wait*
    ?
    Just the '/wait' switch I guess.


Advertisement