Hi everyone,
I'm trying to execute a simple vbscript from php. It must convert a file '.doc' in a file '.htm' using Word.
It must work on server side.
It works if I execute it from command line with:
C:/cscript c:/script/doc_htm.vbs
but when I call it from php it doesn't work. The instruction...
Hi everyone,
I'm trying to execute a simple vbscript from php. It must convert a file '.doc' in a file '.htm' using Word. It works if I execute it from command line with:
C:/cscript c:/script/doc_htm.vbs
but when I call it from php it doesn't work. The instruction that I use is...
I have to open and export to html a 'doc' document (made with Word) in a system where instead of Word is installed something like staroffice or openoffice.
Is it possible using vbscript?
If yes, how?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.