Het forum

Command Line bug

Auteur Antwoorden
NSLW Maandag 16 Maart 2009 om 16:49
NSLW

POL isn't able to run programs with following command line:

wine "acad.exe" /p <<ACADMPP>> $@

(line 5 in the Launcher)

When i try to run application from terminal it shows:
Application: line 5: $@: ambiguous redirect

if i do so:

wine "acad.exe" '/p <<ACADMPP>>' $@

Program starts but command line is ignored