Restricting command line access in LID for Windows

Sort:
You are not authorized to post a reply.
Author
Messages
Gary Padgett
Veteran Member
Posts: 90
Veteran Member

    We are moving from locally-hosted Unix to Infor-hosted Windows for our LSF system.

    Encountering the following issue -

    I have a few LID users who need to run certain utilities or create trigger files.

    I have written the perl scripts to do this, but I need to know how to prevent LID users from getting command line access. When they go into LID, it should just go straight to their menu, and disconnect from LID when they leave the menu.

    This works great in my Unix machine – the .profile file in the user’s home directory takes care of this. What is Windows equivalent?

    This_Guy
    Veteran Member
    Posts: 93
    Veteran Member
      You should be able to put a profile.bat in the LAUNT dir.

      set PRODLINE=prod

      set TOKEN=lamn.0

      You will have to load the main menu - I forget the cmd to do it lamnload PROD 'file' ?
      You are not authorized to post a reply.