by asdf » Mon, 12 Mar 2007 17:38:58
his is a multi-part message in MIME format.
Exercise with one line of script.
Use command lines.
There your input is legible [readable].
-------------------
You are already 'killing' yourself with
some
object syntax, trying to translate
strings back and forth
at the same time.
-------------------
Being it jscript, vbs or whatever
"igbagel" < XXXX@XXXXX.COM > wrote in
message
news: XXXX@XXXXX.COM ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.3790.1830" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT size=2>Exercise with one line of script.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Use command lines.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>There your input is legible [readable].</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>-------------------</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>You are already 'killing' yourself with
some</FONT></DIV>
<DIV><FONT size=2>object syntax, trying to </FONT><FONT size=2>translate strings
back and forth</FONT></DIV>
<DIV><FONT size=2>at the same time.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>-------------------</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Being it jscript, vbs or whatever</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>"igbagel" <</FONT><A href="mailto: XXXX@XXXXX.COM "><FONT
size=2> XXXX@XXXXX.COM </FONT></A><FONT size=2>> wrote in message </FONT><A
href="news: XXXX@XXXXX.COM "><FONT
size=2>news: XXXX@XXXXX.COM </FONT></A><FONT
size=2>...</FONT></DIV><FONT size=2>> Hi,<BR>> I'm trying to use this
script to extract variables to use as input to<BR>> the windows logoff
command.<BR>> <BR>>
**********************<BR>>
if ucase(username)=ucase(session.UserName)
then<BR>>
WScript.Echo " Client Name : " &
Session.ClientName<BR>>
WScript.Echo " App Name : " &
Session.AppName<BR>>
theSessionID =
Session.SessionID<BR>>
theServer =
Session.ServerName<BR>>