On Thu, 01 Nov 2007 13:05:11 -0400 Matt Miller <[EMAIL PROTECTED]> wrote:

MM> This might be the wrong place to ask. Please forgive me and ignore this
MM> if it is...

MM> In relation to my recent post, I'm trying to get WPKG to log at least
MM> some information to our WPKG server. I have WPKG running via a windows
MM> startup script as there isn't a stable WPKG service yet (It's still at
MM> RC 2, correct?).

MM> So here's how I'm running it
MM> cscript \\%server%\wpkg.js /synchronize /nonotify >>
MM> \\%server%\logs\%computername%.log


You could use e-mail to get your logs.

%SystemRoot%\system32\cscript.exe %WpkgRoot%\wpkg.js /synchronize /nonotify >> 
%TEMP%\startup.log

%WpkgRoot%\Tools\blat.exe %TEMP%\startup.log  -to [EMAIL PROTECTED] -f [EMAIL 
PROTECTED] -s WinStartup -server smtp.mysite.se > NUL
@if not errorlevel 1 del %TEMP%\startup.log


Blat is free software http://www.blat.net


-- 
Jean-Jacques   Moulis                              Tel:  (013) 281684
ISY                                                Fax:  (013) 139282
Linköping University                            E-mail: [EMAIL PROTECTED]
581 83 Linköping


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to