Hallo an alle, insbesindere unsere Syntax Experten. Wie muss man es anstellen um einen Filenamen mit Leerzeichen in der Args Zeile einzufügen, ich hatte es auch schon mit "'" pfad "'" versucht hat auch nichts geholfen, sofern das Programm ohne Leerzeuchen ist funktioneirt es.
AutoIt
Func GetExecutionParameter($filePath)
.
.
ElseIf StringRight($filePath, 4) = ".jpg" Then
Return $params = ' -s -i -d "Path\with spaces\Viewer.exe" '
.
EndFunc
Func ExecuteParallelBatch($batchFilePath)
Local $parameter = GetExecutionParameter($batchFilePath)
.
.
$psScriptContent = '$hostFilePath = "' & $hostFilePath & '"' & @CRLF & _
.
.
.
.
' $psexecArgs = "-u $username -p $password \\" + $computer + " ' & $parameter & ' \\"" + $batchFilePath + "\\""' & @CRLF & _
'
.
.
.
EndFunc
Alles anzeigen
Recht herzlichen Dank schonmal
lg und schönen Sonntag noch