Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Open and Print a Word DocumentContent of Open and Print a Word Document.vbsMD5 Hash: 1CB2EBE7AF7FBFF6872152A12A163400 |
||
' Description: Demonstration script that opens and prints and existing Microsoft Word document.
Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Open("c:\scripts\inventory.doc") objDoc.PrintOut() objWord.Quit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |