WSF Support

VBS to EXE and JScript to EXE Compiler
Post Reply
jwhitlow
Posts: 2
Joined: Sat Jun 20, 2009 1:38 am

WSF Support

Post by jwhitlow »

Are there any plans to add support for Windows Script Files (*.WSF)?

I complied the below code and saved it as 'Msg.wsf', but it threw an error when I executed it.

<?xml version="1.0" encoding="ISO-8859-1"?>

<job>
<script language="VBScript">
MsgBox "Hello"
</script>
</job>
Post Reply