Appending variables as extensions of windows shortcuts

is it possible to append variables as extensions of windows shortcuts?

like:

“somePath/Presentation.exe -Spanish”

and then have flash catch the extension as a variable?

if(“extension” == “Spanish”){
//do something else…
}