Hello. I know how to write batch files, and have written one to perform a task. However, I need to convert this into a vbs file, because the system I am running this on does not have permission to use batch files. Here is the batch file: @echo off SET APPDATA=N:/data/ Start "Test" "N:\Test.jar" I would be very appreciative if someone can convert this into a vbs file!