I've found one non-issue and one issue that i can seem to over come.

the non-issue was the c: was capital (im anal about having everything the same)

secondly when i run the command i get the following

Computer: CORP_LAB_ADMIN
CORP_LAB_ADMINVersion: 8.0.6001.18702

I can't seem to find where in this script it prints both at the same time and then smashes them together.

I see where it writes the computer name
'Computer: ' $Computer ? ; display the current computer

Then i see where it writes the version
$Version = 'PC Not Online' ; no ping response
or
'Version: ' $Version ? Display version
or
$Version = IIf( $Version, $Version, 'Invalid data from PC')

but why am i gettign two computers ?
Computer: CORP_LAB_ADMIN
CORP_LAB_ADMINVersion: 8.0.6001.18702

also i changed the space between Version and Computer to incorporate a "," so that i can export the txt file to a CSV to manipulate in excel.

woo haa!


Edited by Tesdall (2009-12-16 03:07 PM)
_________________________
Where ever you go, there you are.