Page 1 of 1

WSF Support

Posted: Sat Jun 20, 2009 1:48 am
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>