Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


batch files and .exe programs filter_list
Author
Message
batch files and .exe programs #1
i'm really new to batch files so this might be a stupid question. Can you get a batch file to run when you open a specific program, so when i opened Firefox for example the batch file would run and do whatever it wanted to do.
Or would i have to make a batch file that opened Firefox then done whatever i wanted it to do.
Hopefully that made sense.
there are 10 types of people in this world,
those who understand binary and those who don't.

skype name: J4W3S.23

Reply

batch files and .exe programs #2
i'm really new to batch files so this might be a stupid question. Can you get a batch file to run when you open a specific program, so when i opened Firefox for example the batch file would run and do whatever it wanted to do.
Or would i have to make a batch file that opened Firefox then done whatever i wanted it to do.
Hopefully that made sense.
there are 10 types of people in this world,
those who understand binary and those who don't.

skype name: J4W3S.23

Reply

RE: batch files and .exe programs #3
You can open a browser using batch. What do you want to do after that?

I really suggest you to look into AutoIt language as you can easily monitor running programs with it and do whatever you want with them.
We have some nice tutorials on this forum about AutoIt Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: batch files and .exe programs #4
You can open a browser using batch. What do you want to do after that?

I really suggest you to look into AutoIt language as you can easily monitor running programs with it and do whatever you want with them.
We have some nice tutorials on this forum about AutoIt Smile
Staff will never ever ask you for your personal information.
We know everything about you anyway.

Reply

RE: batch files and .exe programs #5
(03-30-2013, 01:04 AM)1llusion Wrote: You can open a browser using batch. What do you want to do after that?

I really suggest you to look into AutoIt language as you can easily monitor running programs with it and do whatever you want with them.
We have some nice tutorials on this forum about AutoIt Smile

oh i'm not actually using it to open my browser. i was gonna get it to open my macro programs when i opened up my dev c++.
there are 10 types of people in this world,
those who understand binary and those who don't.

skype name: J4W3S.23

Reply

RE: batch files and .exe programs #6
(03-30-2013, 01:04 AM)1llusion Wrote: You can open a browser using batch. What do you want to do after that?

I really suggest you to look into AutoIt language as you can easily monitor running programs with it and do whatever you want with them.
We have some nice tutorials on this forum about AutoIt Smile

oh i'm not actually using it to open my browser. i was gonna get it to open my macro programs when i opened up my dev c++.
there are 10 types of people in this world,
those who understand binary and those who don't.

skype name: J4W3S.23

Reply

RE: batch files and .exe programs #7
What is to invoke the batch script when you open the program? Understand that this would require functionality from the program that would call the batch script or a hack to the program in question... There's no way to do this in batch.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: batch files and .exe programs #8
What is to invoke the batch script when you open the program? Understand that this would require functionality from the program that would call the batch script or a hack to the program in question... There's no way to do this in batch.
ArkPhaze
"Object oriented way to get rich? Inheritance"
Getting Started: C/C++ | Common Mistakes
[ Assembly / C++ / .NET / Haskell / J Programmer ]

Reply

RE: batch files and .exe programs #9
(03-30-2013, 03:41 AM)ArkPhaze Wrote: What is to invoke the batch script when you open the program? Understand that this would require functionality from the program that would call the batch script or a hack to the program in question... There's no way to do this in batch.

Yet as you stated, there is a way for a given program to invoke a batch script.
Redshift and Xflux (Google those 2 Linux programs for further referencing) come to mind immediately.
And M[ostly]S[hoddy]'s Windows?
There's a way.
So please, do tell what you're already aware of.

Reply

RE: batch files and .exe programs #10
(03-30-2013, 03:41 AM)ArkPhaze Wrote: What is to invoke the batch script when you open the program? Understand that this would require functionality from the program that would call the batch script or a hack to the program in question... There's no way to do this in batch.

Yet as you stated, there is a way for a given program to invoke a batch script.
Redshift and Xflux (Google those 2 Linux programs for further referencing) come to mind immediately.
And M[ostly]S[hoddy]'s Windows?
There's a way.
So please, do tell what you're already aware of.

Reply







Users browsing this thread: 1 Guest(s)