General discussion

  • Creator
    Topic
  • #2280478

    Running application through Login Script

    Locked

    by gavin.hunter ·

    I would like to know if I can run an application using a login script.
    Any help would be appreciated
    Many thanks
    Gavin

All Comments

  • Author
    Replies
    • #3389692

      Reply To: Running application through Login Script

      by jschein ·

      In reply to Running application through Login Script

      Of course you can…

      What application?

      If it one that is installed only on one pc and you are trying to multiply the users by remotely running it, most apps will not allow more than one session opened.

      Other apps must be locally installed prior to autorunning it in a script.

      Remote auditor apps work no problems remotely ran.

      Good Luck

    • #3389076

      Reply To: Running application through Login Script

      by joseph moore ·

      In reply to Running application through Login Script

      Sure.
      Just add a START command in the logon script, followed by the path to the app you want to run. For example, say that you wanted to run C:\Program Files\Application\App.exe to run. Put this in the logon script file:

      START “C:\PROGRAM FILES\APPLICATION\APP.EXE”

      And that will start the EXE file, then the logon script will continue doing its thing.

      hope this helps

    • #3387841

      Reply To: Running application through Login Script

      by ctmoore1998 ·

      In reply to Running application through Login Script

      Yes in your login script just put the path to the application
      C:\program files\my program\app1.exe
      remember if script is to run from 9x ME workstations that the Path has to be in quotes or DOS format. )C:\Prog~1\…..
      If you want the application to run but continue running the batch put CALL at beginning of cmd line ie
      CALL c:\……

    • #3366001

      Reply To: Running application through Login Script

      by gavin.hunter ·

      In reply to Running application through Login Script

      This question was closed by the author

Viewing 3 reply threads