Board index   FAQ   Search  
Register  Login
Board index System Administration Server installation and configuration

PHP executes cscript on Windows 7 .

Discuss server installationa nd configuration issues here

Moderators: macek, egami, gesf

PHP executes cscript on Windows 7 .

Postby Pily » Wed Oct 10, 2012 8:07 pm

I code a php page and javascript and a bat on windows 7 for converting a word document to pdf in office origin plugin.But it does not effect.And the CPU is very high , but the background program do not run .
the code is :
convert.js
var fso = new ActiveXObject("Scripting.FileSystemObject");
var docPath = WScript.Arguments(0);

docPath = fso.GetAbsolutePathName(docPath);
var pdfPath = docPath.replace(/\.doc[^.]*$/,".pdf");
var objWord = null;

try
{
WScript.Echo("Saving '" + docPath + "' as '" + pdfPath + "' ...");
objWord = new ActiveXObject("Word.Application");
objWord.Visible = false;

var objDoc = objWord.Documents.Open(docPath);

var wdFormatPdf = 17;
objDoc.SaveAs(pdfPath,wdFormatPdf);
objDoc.close();
WScript.Echo("Done.");
}finally{
if(objWord != null)
{
objWord.Quit();
}
}
convert.bat :
@echo off
cscript.exe //logo convert.js F:\a.doc

the PHP page :
<?php
set_time_limit(0);
error_reporting(E_ALL);
$path = $_GET['path'];
if( !$path)
{
$path = "F:\\a.doc";

}
echo $path;
// $cmd ="cscript.exe //logo F:\\workspaces\\PHP\\test\\convert.js " + $path;
$cmd = "convert.bat";
$output = array();
$return_array = 0;
$return = '';
try{
$return = exec($cmd,$output,$return_array);
// $return = exec("dir",$output,$return_array);
}catch (Exception $ex)
{
echo 'ERROR';
}
var_dump($output);
echo "----------------------";
var_dump($return_array);
echo "----------------------";
var_dump($return);
echo "-----------------------";
?>
Please help me! Thanks very much!
Pily
New php-forum User
New php-forum User
 
Posts: 1
Joined: Wed Oct 10, 2012 7:59 pm

burberry outlet Burberry Outlet Online Sale (16)

Postby griffis99 » Mon Jun 03, 2013 8:04 am

There?s one in every crowd, burberry classic scarf the queen bee who seems as if she has it all, does it all, looks great while she does burberry brit red it?and never breaks a sweat?and is always reaching for more. You may love her or hate her, but it?s for certain that you want to be just like her.
I?ve been fortunate enough to know several women who fit this description. And what I?ve learned is that they all have these five secrets in common.
1. Laugh. Laughter keeps you from taking it all so seriously that you become stressed out to the point of being paralyzed and unable to accomplish much of anything. So, the first part of the balancing act that you want to master is to learn to lighten up. Laugh often, laugh long, and the hardest part of being the queen of balancing it all is behind you.
2. Be Passionate. Love what you?re doing and giving it everything you?ve got will come naturally?and easily. You?ll still face obstacles and difficulties, but when you?re passionate about what you?re doing and burberry fragrances where you?re going in your life, you?ll be better able to handle any problems that come up.
3. Flexibility Is Essential. Yes, you have to be organized and have a schedule to achieve anything, but you also have to be able to roll with the punches, as they say. Life is anything but smooth, no matter what?s going on, so it?s vital that you burberry fragrance don?t get so attached to your schedule and routine that you can?t be flexible when the unexpected?or wondrous!?things happen. Leave yourself some breathing room, and you?ll feel as if you can accomplish burberry coats classic anything.
4. Plant Your Feet. Know who you are and what you believe. When you have firm values, you?re in a better position to deal with anyone or any situation that could throw you off-track. Tell yourself you can and will do something, know why you want to do it, then, as Nike says, just do it. Don?t let yourself be pulled away from the roots of what makes you unique, no matter what, and you can accomplish more than you ever imagined possible.
5. Don?t Doubt, Do. The balancing-it-all queens that I?ve been fortunate to know all have one thing in common: they are doers. They don?t doubt themselves burberry classic review or what they?re doing. They don?t have time! They?re too busy going, doing, reaching, reaching, reaching. They never give up, give in or give out, they simply do, do, do. So get busy doing, and leave the doubt and anxiety behind to trouble someone else?someone who has time!
Copyright 2006 Karen Fusco

Related articles:


burberry womens clothing Burberry Outlet Online Sa

burberry store Burberry Outlet Online Sale (65)

burberry store Burberry Outlet Online Sale (50)
griffis99
New php-forum User
New php-forum User
 
Posts: 167
Joined: Mon Dec 17, 2012 12:41 am


Return to Server installation and configuration

Who is online

Users browsing this forum: No registered users and 1 guest

Sponsored by Sitebuilder Web hosting and Traduzioni Italiano Rumeno and antispam for cPanel.