[windows2000] Re: Qucik Kixtart Question...

  • From: "Sullivan, Glenn" <GSullivan@xxxxxxxxxxxxxx>
  • To: "'windows2000@xxxxxxxxxxxxx'" <windows2000@xxxxxxxxxxxxx>
  • Date: Fri, 22 Nov 2002 08:05:11 -0500

change the lines from:
WRITELINE(10, $linetowrite + $CRLF)

to:
$q = WRITELINE(10, $linetowrite + $CRLF)

$q being a junk variable.  It will store the return code, but if you don't
need it, don't look at it.

Glenn Sullivan, MCSE+I  MCDBA
David Clark Company Inc.


-----Original Message-----
From: Steve Rance [mailto:Steve.Rance@xxxxxxxxxxxxxxxxxxxxx]
Sent: Friday, November 22, 2002 7:53 AM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Qucik Kixtart Question...




I have created a logon Kixtart script that writes a number of things to =
a log file using the open, writeline, close commands.  This works spot =
on except that on the screen a get a row of 0's that I know are the =
return codes from the commands I am using.

My question is how do I get rid of the 0's?

Thanks,

Steve

==================================
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

==================================
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: