
> START "VLC media player - Instance 1" "%PROGRAMFILES%\VideoLAN\VLC\vlc.exe" "-no-one-instance file1.ogg" & START "VLC media player - Instance 2" "%PROGRAMFILES%\VideoLAN\VLC\vlc.exe" "-no-one-instance file2. I’m not sure if a PC’s Windows 10 license allows multiple instances of the OS to exist simultaneously on the same system. $ vlc -no-one-instance file1.ogg & vlc -no-one-instance file2.ogg On *nix systems you can create background jobs:


Do shell script "open -n /Applications/VLC.app"ĭo shell script "open -na /Applications/VLC.app " & quote & (POSIX path of theFile) & quoteįile Association with the Droplet/App can be done as follows:
