
July 15th, 2000, 09:07 AM
|
|
Junior Member
|
|
Join Date: Jul 2000
Location: Aalborg, Denmark
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
You might be able to find some command-line utility that can to the conversion from winword to clear text (assuming that is what you want to do) and call it with back-quotes from your script like this:
`command file.doc file.txt`;
|