processor_speed$ as DWORD
processor_speed$ = GET REGISTRY("HARDWARE\DESCRIPTION\System\CentralProcessor\0","~MHz")
processor_name$ = GET REGISTRY$("HARDWARE\DESCRIPTION\System\CentralProcessor\0","ProcessorNameString")
Id$ = GET REGISTRY$("HARDWARE\DESCRIPTION\System\CentralProcessor\0","Identifier")
VendorIdentifier$ = GET REGISTRY$("HARDWARE\DESCRIPTION\System\CentralProcessor\0","VendorIdentifier")
Print "Processor Speed = "+STR$(processor_speed)
Print "Processor Name = "+processor_name$
Print "Identifier = "+Id$
Print "VendorIdentifier= "+VendorIdentifier$
wait key
I need some help with my code for someodd reason i can view all Get Registry$() commands but not that Get Registry() one... Am i doing something wrong.. it should show your Processor speed btu it dont
please help
Why get drunk when you get the same effect from drinking Irn-Bru?? (after about 2 bottles)