I want to know if this is possible.
I am opening a application ,then I open a file form there, then I open the application again and open a new file, so there are now two files open with it.
can this be done with a bat file at all.
use bat file to open application then file
Moderator: DosItHelp
Re: use bat file to open application then file
It heavily depends on the application you are using - but to be honest:
It sounds more like a job for AutoIt to me.
(Although you probably may also use hybrid jscript/bat or C#/bat scripts .)
penpen
It sounds more like a job for AutoIt to me.
(Although you probably may also use hybrid jscript/bat or C#/bat scripts .)
penpen
-
- Posts: 20
- Joined: 11 Sep 2008 22:36
Re: use bat file to open application then file
penpen wrote:It heavily depends on the application you are using - but to be honest:
It sounds more like a job for AutoIt to me.
(Although you probably may also use hybrid jscript/bat or C#/bat scripts .)
Did look at Autoit, but at the moment does not understand it.
Will try to look hybird jscript
penpen
Re: use bat file to open application then file
Not only this, but it also depends on the system you are running it on as well. Some systems may have the files you want to open associated with the application which would make certain things easier. Other systems may not and you'd have to use a different method.penpen wrote:It heavily depends on the application you are using - but to be honest:
It sounds more like a job for AutoIt to me.
(Although you probably may also use hybrid jscript/bat or C#/bat scripts .)
penpen