0% returns the fully qualified name of the script that was executed ASB http://www.ultratech-llc.com/KB
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Lum, David Sent: Tuesday, November 19, 2002 12:00 PM To: NT 2000 Discussions Subject: RE: Help with script to get hardware info % in DOS batch means you are grabbing the value of an environmental variable. %0 is a special in DOS (or whatever you want to call the command interpreter) in that it points to the working drive. In a login script %0..\ points you to the \NETLOGON share. Output is determined by my LanauditIV.KIX file. Dave Lum - [EMAIL PROTECTED] Sr. Network Specialist - Textron Financial 503-675-5510 -----Original Message----- From: Ed Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 08:32 AM To: NT 2000 Discussions Subject: RE: Help with script to get hardware info Hi David, If you have a working script I will try it. In the batch file: @echo off %0\..\wkix32.exe %0\..\LanauditIV.kix Where is the output goes to? Also, is % a DOS parameter? Thanks in advance. ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
