8. August 2018 15:13
8. August 2018 15:32
8. August 2018 16:30
DblQts := 34; // Char
CmdLine :=
'%windir%\system32\WindowsPowerShell\v1.0\PowerShell.exe -NonInteractive -NoProfile -File ' +
FORMAT(DblQts) + TEMPORARYPATH + 'MySkript.ps1' + FORMAT(DblQts);
IF ISCLEAR(WSHShell) THEN
CREATE(WSHShell,FALSE,ISSERVICETIER);
DummyInt := 1;
RunModally := FALSE;
WSHShell.Run(CmdLine,DummyInt,RunModally);
CLEAR(WSHShell);
9. August 2018 09:11
9. August 2018 10:05
9. August 2018 11:30
FlensGold hat geschrieben:Wie bekomme ich hier nun aber meine Datei aus NAV heraus konvertiert?
Ich vermute dein Skriptstart erfordert die Einbindung der Automation "'Windows Script Host Object Model'.WshShell".