Tuesday, June 13, 2006

How I Beat Social Services

Aprire più applicazioni (programmi) contemporanemente

I write here the solution to a stupid little problem, how widespread.

we often want to open with only one double-click programs as a whole, just because we use it always seem ... for example, Firefox with Google Talk or GAIM. Or Adobe Photoshop and Adobe Illustrator ...

In our case we want to click one icon to see all the programs we need, without doverceli "search" on the desktop or Start menu.

What is feasible and simple:
Create a new document (for example: right click on desktop> "New"> "Text Document" and then open it, or open the Notepad menu "Start"> "Programs" > "Accessories")
type in the following:

start "" "C: \\ Program Files \\ percorso_applicazione_1 \\ applicazione1.exe"
start "" "C: \\ Program Files \\ percorso_applicazione_2 \\ applicazione2.exe"
start " "" C: \\ Program Files \\ percorso_applicazione_3 \\ applicazione3.exe "
...

where: percorso_applicazione_1 is the path to the program to run. If you do not know which path, you can always right Just click on the link to that program you use to open it (so that in the start menu or desktop) and choose "Properties". Then copy the contents of the field "Target" instead of the piece "C: \\ Program Files \\ percorso_applicazione_1 \\ applicazione1.exe" .
Repeat this for each application to run simultaneously.

Save the file with a. Bat: "File"> "Save As"> change the field "Save as" set to "All Files". Enter the name (which deve terminare con ".bat"). Assicuratevi di salvarlo sul Desktop, altrimenti vi toccherà andarvelo a cercare ogni volta che lo dovete usare.

Ora basterà che clikkarci due volte per far partire i programmi

Ho scritto la procedura per esteso, in modo che anche chi non abbia dimestichezza con windows possa riuscire...

0 comments:

Post a Comment