When I run this script:
code:

;
; For Test stuff, duh.
;

break on

?"Site : " + @site
?"UserName : " + @userid
?"WUserName : " + @Wuserid
?"Fullname : " + @Fullname
?"Comment : " + @Comment
?"LanRoot : " + @LanRoot
?"Machine Domain : " + @DOMAIN
?"Login Domain : " + @LDOMAIN
?"SID : " + @SID
$sid2name = SIDTONAME ("@SID")
?"sid2name : " + $sid2name



It spawns a new comman window and just dissappears. Umm what in the world would cause to open a new command window? It's like it is using "start" and then kix.

KIX32 test.kix is the syntax I used.

I added this to keep it on screen for a while at least:

code:

?"press any key to continue..."
GET$