taskkill has a other syntax (/IM name /T terminate /F force)
Line 131: WshShell.Run "taskkill /IM soffice* /T /F", 1, true
@Helge thx for the info i will do it on sunday
Bircher Florian schrieb:
> Hi
> To run the run_tests.vbs on win 7 there are some changes needed:
> Line 131: WshShell.Run "taskkill soffice", 1, true
> Line 147: Set oExec = WshShell.Exec("""" & sTestTool & """ -run
> """ & sTest & """" )
>
>
> Comment to Line 131: win7 does not know the other command wich was used
> Comment to Line 147: i wonder how it worked on windows XP or a other
> windows ("""" & sTestTool & """ & -run & """ & sTest & """" )
>
> greatings
>
> Florian Bircher
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]