Getting the serial number of a PC from a Windows command prompt:
wmic bios get serialnumber
Thanks to here
A blog about an eclectic mix including running Ruby, Python on Windows, Autoit, Tercero and Quantitative development with Mathematica. This is really to help me but I if it helps anyone else that is great.
Getting the serial number of a PC from a Windows command prompt:
wmic bios get serialnumber
Thanks to here
I thought this post on C Pearson was well written. It explains name referencing in VBA.
I have had trouble getting the SAGE VMWare image to talk to the external network but have found the solution:
sudo rm /etc/udev/rules.d/70-persistent-net.rules
I tried using VMware server, then Virtual Box and then VMWare player. Vmware Player was painless although it uninstalled VMWare server. Virtual box need to be adapted so as to do a new install then add the two hardisks and then it worked although I still had the networking problem. I haven't tested this solution for Virtual Box - I deleted the modified virtual machine.
Solutions came from this thread who referenced Tim Child