10

How can I run a program which I have installed via playonlinux directly from a linux commandline or a bash-script?

student
  • 17,875
  • 31
  • 103
  • 169

1 Answers1

14

This is how I did it:

Find the name of the shortcut of the program you want to launch by issuing

$ ls ~/.PlayOnLinux/shortcuts

Then simply

$ playonlinux --run "Name of the Program"
Elvis Sikora
  • 323
  • 2
  • 7