How to run .VBS script from Lua script?Avo User Offline 24.05.12 10:55:03 pm Problem the same as is in title. Is it command that runs .vbs scripts (serverside)? I tried: 1os.execute("sys/lua/script.vbs") but it only runs Windows CMD and vbs doesn't work... Anyone help?
Re: How to run .VBS script from Lua script?Apache uwu User Offline 24.05.12 11:16:50 pm Try: 1os.execute("wscript sys/lua/script.vbs")