PDA

View Full Version : open projector


osama_vamp
03-29-2009, 10:11 AM
i have folder named try in this folder projector file named english.exe and folder named fscommand in the fscommand folder there's a projector file named arabic.exe.....

when i run english projector and click on arabic link the english projector closed and arabic projector open ...

now i want to make button for english when i click on it teh arabic projector closed and english projector open..

in general i want to make button in the projector file open a projector in parent folder.

fscommand("exec", "arabic.exe");

what shall i do to open projector in parent folder.

northcode
03-30-2009, 03:59 AM
You can't do that directly. What you can do is but a BAT file in a new fscommand folder (where arabic.exe is, inside the original fscommand folder) and have the BAT file open the right projector for you.