

Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-01-23
11:07
632 views
Command line for the script file in Zcreate
please i need help
what is the command line to be added to the Zcreate to run VBS script file
2 Replies
Gowhar Jan

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-01-23
14:46
Following is an example of ZCREATE command line to use to invoke a VBS:
NATIVE "&(ZWSYSDRV)&(ZWSYSDIR)cscript.exe" "&(ZMASTER.ZSYSDRV)&(ZMASTER.ZSYSDIR)sample.vbs"
Here &(ZWSYSDRV)&(ZWSYSDIR) would be substituted by the Windows System32 directory.
&(ZSYSDRV)&(ZSYSDIR) is the directory where HPCA Agent is installed, assuming this is where the VBS is available.
Nigel Ryan

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-01-26
15:38
of course you can substiture wscript.exe for cscript if you don't want the dos window.