how can i open one program, making it open another
is that at all possible? i mean im sure it is becuase winamp does it, and opens evil lyrics up. But does any one know a way that i can open one porgram up, making another open up? like for instance, open itunes, and evil lyrics opens with it.. ??
0
Comments
CALL "C:\Program Files\Winamp\Winamp.exe"
for the webpage, make a shortcut somewhere on your machine so you can call that. and it would be something like
CALL "C:\Document and Settings\Administrator\Desktop\SM.url"
so for itunes,(C:\Program Files\itunes\itunes.exe") and evil lyrics (C:\Program Files\evillyrics\evilyrics.exe")
how do i make a batch file, and where do i save it to so everytime itunes opens, evil lyrics will do the same?
with notepad opne type your code.
CALL "C:\Program Files\itunes\itunes.exe"
CALL "C:\Program Files\evillyrics\evillyrics.exe"
(note: you need the " " if there is a space in the path name)
once you have your code written, select file->save as->in the save as type filed, change is to All Files. in the file names choose nameoffile and .bat at the end so it looks like this
launchPrograms.bat
You use the batch file instead of ITunes. If you wanted you could change your ITunes shortcut to point to the batch file.