Вы находитесь здесь

Форум

Running 2 aplications at once

Автор Replies
Willemoes Saturday 31 December 2011 at 18:30
WillemoesAnonymous

Hi everyone, I'm trying to run 2 aplications at once with a script bash but it does not seem to work.

I've tryed adding &&, -a to the bash. But it runs first one and when I exit it, then runs the other. In an usual script it should run both but here i've got no idea.

If someone could help me i would be very glad.
This is what i have so far:

#!/bin/bash

/usr/share/playonlinux/playonlinux --run "Keys"
/usr/share/playonlinux/playonlinux --run "DotA"


Thanks a lot!
Quentin PÂRIS Saturday 31 December 2011 at 19:11
Quentin PÂRISAnonymous

Hi,

Try to add "&" at the end of the first line
Willemoes Saturday 31 December 2011 at 22:16
WillemoesAnonymous

Thanks a lot! It worked!
Вы находитесь здесь: Index > PlayOnLinux > Running 2 aplications at once