Difference between revisions of "Wpkg.js"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 1: Line 1:
 +
wpkg.js is the most important file of [http://wpkg.org WPKG].
  
 +
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:
 +
 +
cscript \\path\to\wpkg.js [flags]

Revision as of 21:30, 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 or wscript.exe like below:

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