Save value in string

paulinho1921

New member
echo system( ‘echo | C:\WINDOWS\System32\wbem\wmic.exe path win32_computersystemproduct get uuid’);

I need to save the result of this code in a string, example:

$string = system (‘echo | C: \ WINDOWS \ System32 \ wbem \ wmic.exe path win32_computersystemproduct get uuid’);

but it doesn’t work!
 
Back
Top