how to run a vbs script on ubuntu code example
Example 1: vbs on linux
$ wine cscript some-script.vbs
Example 2: vbs on linux
$ sudo apt-get install wine
...
$
$ wine cscript some-script.vbs
$ sudo apt-get install wine
...
$