Currently the command below executed from within PowerShell works.
cmd /c bitsadmin /transfer 8 https://www.example.com/hello.exe %temp%\St.exe
I need to start St.exe
in the same command line.
Can you please help me out?
The error message in PowerShell:
The token '&&' is not a valid statement separator in this version. At line:1 char:88 + cmd /c bitsadmin /transfer 8 example.com/hello.exe %temp%\St.exe && <<<< start St.exe + CategoryInfo : ParserError: (&&:String) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : InvalidEndOfLine