![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Save Word Documents as Text Files By Using a Script
|
||
|
Const wdFormatText = 2
Set objWord = CreateObject("Word.Application") Set objDoc = objWord.Documents.Open("c:\scripts\mylog.doc") objDoc.SaveAs "c:\scripts\mylog.txt", wdFormatText objWord.Quit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||