1.

Solve : Automatic opening file Question?

Answer»

Well, IM trying to make some autorun program, so that when i open a program, well lets say its Warcraft 3, I want the autorun program to open ANOTHER file when Warcraft 3 Opens. So what im trying to say is, i want an auto run program to open a file automatically upon Warcraft's start up.

Or Creating a file to open both in one go..

Does anyone know what im trying to say?, :S
+ is this even possible, if not then jst lock the topic..

Help pleaseQuote

Does anyone know what im trying to say?

Not a clue!

Quote
I want the autorun program to open another file when Warcraft 3 Opens

What type of file (program?, audio?, video?)

You profile does not mention an OS, but I'm guessing Warcraft 3 runs in Windows.

One way would be to MONITOR when Warcraft is started and immediately start what you refer to as an autorun program. Another method would be to create a batch file that runs both the autorun file and Warcraft. The usefulness of a batch file would DEPEND on what the autorun program is.

Bottom line: We need more details.

Ahh Sorry eh, Im still new to this thing but thanks for msging in thsi topic.
Right, its for a Windows XP Computer,

I want a program, some file in which i can create from basic window xp tools to run a file when i click on it. Im thinking its what you call the batch file, so i wnna click on this batch or autorun file and it will open Warcraft For Me.

Would it be possible to open two programs from one batch file ?You can use notepad to create a batch file:

Code: [Select]@echo off
drive:\path\warcraft

Save the script with a bat extension. Run from the command line as scriptname or find the batch file in Windows Explorer and double click the file.

I don't know the path or the name of the WarCraft program, so you'll need to fill in those details yourself.

Quote
Would it be possible to open two programs from one batch file ?

Yes. As ALWAYS, the devil is in the details.


Discussion

No Comment Found