Moin,
probiere es doch mal mit StringFormat.
[autoit]
$parameter = StringFormat (" ConfigFileLocation=%sc:\install\Simply\APInstall%d.cfg%s /silent ForceDriverTypeChange=TRUE", Chr (34), $counter, Chr (34))
ConsoleWrite (StringFormat ("Parameter: %s\n", $parameter)
Gruß
Greenhorn