Help
we need a way of changine the name of My Computer in a Win98 environment to be the same as the m/c id (@wksta) for 2 days we have struggled with 3 lines of code - for the sake of our sanity please help !!!

[code]
$machine=@wksta
$keyclass="HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\"

writevalue("$keyclass","machine")
[end code]

what are we doing wrong ?

loretta