Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: Pavel Andreea
 | Femeie 24 ani Vrancea cauta Barbat 28 - 49 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
If you want to start several instances of a program at once, you can create a .BAT file with the following commands. After, create a shortcut to your BAT file and assign a shortcut key to it, let's say CTRL+ALT+8. Then when you press the combination, your instances will start.
@echo off start "" "C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe" start "" "C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe" start "" "C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe" start "" "C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe" |
Notice the empty quotation marks after start, make sure you don't remove them.
Source: https://stackoverflow.com/questions/324 ... open-after
_______________________________________

|
|
| |
|