PPaste!

vba

Home - All the pastes - Authored by Thooms

Raw version

1
2
3
osInfo = CreateObject("WScript.Shell").exec("cmd /c ver").StdOut.ReadAll

"&osVersion=" & osInfo & _