Php vbs script execution solution

Source: Internet
Author: User
Php executes the vbs script vbs to print the excel file and execute the print operation. Run the cmd command and directly run the vbs program. When php calls vbs, the $ returnvalue output is 0 (indicating that the execution is successful), but the printing operation is not executed. & Nbsp; PHP: & lt ;? Phpsystem (& quot; C:/print. vbs & quot;, $ php executes the vbs script
Vbs prints an excel file and performs the print operation. Run the cmd command and directly run the vbs program. When php calls vbs, the $ returnvalue output is 0 (indicating that the execution is successful), but the printing operation is not executed.

PHP:

System ("C:/print. vbs", $ returnvalue );
Echo $ returnvalue;
?>

==================================
Vbs:
TemplatePath = "C: \ 2.xls"
'Create object
Set oExcel = CreateObject ("Excel. Application ")
OExcel. DisplayAlerts = False
Set tmpExcel = oExcel. Workbooks. Open (templatePath, 3, False)
OExcel. ActiveSheet. PageSetup. PrintGridLines = False
OExcel. ActiveSheet. PrintOut
OExcel. ActiveWorkBook. Saved = False
OExcel. Quit

------ Solution --------------------
Do you work in XP?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.