I need to compile a .VBS script into a Windows .EXE executable using Linux (Ubuntu)
The reason for this is when I create user accounts on Linux it modifies a VBS script for each user and that script then gets downloaded and converted to an .EXE using Windows, this is a lengthy process so if I can find a way to compile it on Linux it will save me a lot of time.
http://www.mono-project.com/VisualBasic.NET_support
This should do exactly what you want