SCRIPT/@SCRIPT - Provide ability to run JOBs from .WSF files

Provide ability to run JOBs from .WSF files via the SCRIPT command and the @SCRIPT function.

I can run a JOB with CScript.exe as;
Code:
cscript //job:"job1" test.wsf
but would also like that ability with SCRIPT/@SCRIPT

Joe