In a localboot package, i have to create a linkfolder with arguments...
Here is what i do :
Code: Alles auswählen
set_basefolder common_programs
set_subfolder "Vie Scolaire"
set_link
name: "Pronote"
target: "%ProgramFiles32Dir%\Index Education\Pronote 2014\Reseau\Client PRONOTE.exe" -Adresse "10.128.53.170" -PortTcp "49300"
working_dir: "%ProgramFiles32Dir%\Index Education\Pronote 2014\Reseau\"
end_link
I tried with single quotes
Code: Alles auswählen
target: '"%ProgramFiles32Dir%\Index Education\Pronote 2014\Reseau\Client PRONOTE.exe" -Adresse "10.128.53.170" -PortTcp "49300"'
Any idea to get this working ?
Greetings,
Nico