Jump to content

How can i go to a process


SlavikMan
 Share

Recommended Posts

are you trying to set hotkey?

read the help file for HotKeySet()

Website: www.cerescode.comForum: www.forum.cerescode.comIRC: irc.freenode.net , Channel: #Ceres--------------------Autoit Wrappers, Great additions to your script (Must See) (By: Valuater)Read It Befor Asking Question Click Here...--------------------Join Monoceres's Forums http://www.monoceres.se--------------------There are three kinds of people: Those who make things happen, those who watch things happen, and those who ask, ‘What happened?’” –Casey Stengel
Link to comment
Share on other sites

no its inside a function i need it to go to the process and then i need it to do something in the process

i allready did what i need to do in the process but i still need it to go to the process

Hi there,

If you know the name of the executable you can query the pid

ProcessList ( ["name"] )

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

Link to comment
Share on other sites

I'm guessing you got a server 500 error. Please remove one of the duplicate posts. What do you mean open the process, show the window? Or do you want to open the process memory for manipulation? If the latter is the case use NomadMemory.au3.

Link to comment
Share on other sites

and this will open the process?

srry i am new here so i dont know much

Hi again,

You'll have the PID number of the process.

But if you want to maximize the window try WinSetState ( "title", "text", @SW_RESTORE = Undoes a window minimization or maximization)

Try to explain better what you want to do

Cheers

Old Scriptology

Visual Ping 1.8 - Mass Ping Program with export to txt delimited.

Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.

Desktop 2 RGB - Pick a color in the desktop and get the RGB code.

ShootIT 1.0 - Screen Capture full and partial screen

[font="'Arial Black';"]Remember Remember The Fifth of November.[/font]

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...