Difference between revisions of "Wpkg.js"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 3: Line 3:
 
You can call it a "WPKG engine".
 
You can call it a "WPKG engine".
  
It has to be executed with [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cscript_overview.mspx cscript.exe] or wscript.exe like below:
+
It has to be executed with [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cscript_overview.mspx cscript.exe] (a command-line version of the Windows Script Host) or [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_wshtopnode.mspx wscript.exe] (the Windows-based script host) like below:
  
 
cscript \\path\to\wpkg.js [flags]
 
cscript \\path\to\wpkg.js [flags]

Revision as of 21:32, 24 June 2005

wpkg.js is the most important file of WPKG.

You can call it a "WPKG engine".

It has to be executed with cscript.exe (a command-line version of the Windows Script Host) or wscript.exe (the Windows-based script host) like below:

cscript \\path\to\wpkg.js [flags]