English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I use thunderbird and to check my yahoo mail I must first launch Y-POPs and than launch thunderbird so it can retrieve my Yahoo mail. but its a hassle to do both, is there a way to do both at once(by launching one program)?
Maybe some notepad text that can launch both?

I'm on windows XP,

2007-09-17 10:06:03 · 2 answers · asked by mete 5 in Computers & Internet Software

2 answers

try this batch. Open up a new note and copy the following script. Then save is as anyname.bat

start "" "C:\Program Files\\program_1.exe"
start "" "%ProgramFiles%\\program_2.e xe"

or...

anyname.cmd

@echo off
cd /d "E:\Program Files\"
start /high /MIN program_1.exe
echo.
cd /d "F:\Program Files\"
start program_2.exe
cls
exit

2007-09-18 23:19:13 · answer #1 · answered by Glenchen 1 · 0 0

No,it cant be done.Sorry!

2007-09-17 10:21:39 · answer #2 · answered by Anonymous · 0 2

fedest.com, questions and answers