Jump to content

Open files aotomaticly on the same process


oxedgar
 Share

Recommended Posts

Hello guys,

I have searched solution for my trouble nut i do not found issue!

Please can you help me with Autoit to make my automated fonction like this:

I currently have 19 files open with a specific program.
when I open the first file, the specific programe starts and shows me the contents of my file.
Until then, everything is normal and basic ...

In a second time, at the opening of the second file, it opens another window with the contents of my second file.

....

In xth time when opening the xth file, it opens another window with the contents of my xth file.

Opening files is automated based on certain events.
Unfortunately, there is no possibility to close the window by a user intervention. In this mode, I can quickly find myself with several open windows.

How do I go about that Autoit go in the window the process in question and use the command to File-> Open, and open the correct file?
The name of the window is a "program name" - "location and name of the current file"

Thank you for your help

Link to comment
Share on other sites

Perhaps the "process" will accept multiple file paths through command line and open them all at start up.

Else you may have to close the window when finished and open another.

Else automate the manual method.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

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