Jump to content

Determine running environment.


Yargo
 Share

Recommended Posts

Hi all,

Say I have a script which had been compiled and resides on my local PC.

Is there a way to determine if it the user who runs it uses a "double-click" and runs it from the GUI or he opened a cmd and ran it from there?

TIA,

Yargo

Link to comment
Share on other sites

Hi all,

Say I have a script which had been compiled and resides on my local PC.

Is there a way to determine if it the user who runs it uses a "double-click" and runs it from the GUI or he opened a cmd and ran it from there?

TIA,

Yargo

Search in help file about $CmdLine. IF $CmdLine[0] > 0 then script was started from cmd. Edited by Andreik

When the words fail... music speaks.

Link to comment
Share on other sites

  • Moderators

Check the parent process, if it doesn't have one... it was started without any assistance from another application.

I've written a function to get the parent process, look for _ProcessGetParent().

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...