I use a bat script and it has some PsExec commands. We want to combine these two commands in one psexec line. We tried something [ ^&,&&, &, (cmd1 & cmd2) etc.. ] but it didn't work.
First Command:
psexec \\HostName cmd /c "for /d %%a in ("D:\folder") do rd /s /q "%%a""Second Command:
psexec \\HostName -c TEST7.bat
\_(ツ)_/ twitter.com/serdaruzun