Forum Discussion
Lindblad
Visitor
Im trying to get a .cmd-script that pulls the serialnumber from the bios and outputs it in the chatwindow but I cant get it to work. code:
WMIC bios get serialnumber /format:list'
If I run the cmd on my computer it works fine but when I run it from rescue I get cryptic letters in chatwindow. What am I doing wrong?
While Im at it I can ask if there is a way to get the serial-information under the System Info tab in technician console?
kappisto
16 years agoNew Contributor
Possibly stupid question - why .cmd instead of .bat?