MisterProblems

Results 2 comments of MisterProblems

This works! But it creates an extra blank word document. Try modifying the ps1 script like this : ```powershell Start-Sleep -Seconds .1 [System.Windows.Forms.SendKeys]::SendWait("^({c})") [void][System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') start winword Start-Sleep -Seconds 1 [System.Windows.Forms.SendKeys]::SendWait("{ENTER}")...