Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pirimor
  • Content: Threads
  • Order by date
  1. pirimor

    Execution of vbscript inside php

    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...
  2. pirimor

    execution of vbscript inside php

    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...
  3. pirimor

    Open and save '.doc' document without word

    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?

Part and Inventory Search

Back
Top