Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: question about a bat file at login.  (Read 7069 times)

0 Members and 1 Guest are viewing this topic.

LithiumKid1976

    Topic Starter


    Greenhorn

    Re: question about a bat file at login.
    « Reply #15 on: May 08, 2009, 06:02:27 AM »
    Thanks for all you help.

    this is what i have at the moment, and it works...     ;D

    start IEXPLORE.EXE
    NET USE H: /HOME
    NET USE T: \\ourserver02\software
    NET USE P: \\ourserver01\Public
    NET USE Q: \\ourserver02\Audit
    NET USE R: \\ourserver\it-ops
    \\ourserverdc02\SYSVOL\xxxxx.ie\scripts\LSclient.exe miinvser
    exit


    the problem seems to be when you run
    "c:\program files\internet explorer\iexplore.exe"
    the bat file wont go past that part, but if you change it to

    start IEXPLORE.EXE
    it works fine.

    not really sure why one works where the other fails, as they would appear to be doing the same thing..
    but thanks again to everybody who helped, its much appreciated...

    Damien


    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: question about a bat file at login.
    « Reply #16 on: May 08, 2009, 09:13:37 PM »
    Quote
    start IEXPLORE.EXE

    Internet Explorer works well when invoked without a path.
    For more information you have to get into the Microsoft SDK.