Yes this is possible.

You can get data for BGinfo from a text file (see link below). If you create the text file with kix and set the hostname to what you need it will read the correct name from the file.

 Code:
Break on

;Open text file. Create it when it does not exist.
$rc = Open(1, "Sometextfile.txt", 5)

;Get last three characters from @wksta.
$hostname = Right(@WKSTA, 3)

;Write to text file.
$rc = WriteLine(1, $hostname)

;Close text file.
$rc = Close(1)


See: http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=204013#Post204013
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.