Thanks again. I managed to make the script run by using the FROM parameter as you suggested
I then used the RUN command to run the wanted program.
I now just have to understand how I can use the CLI to run a script without actually opening the CLI window.
Do you mean run the script from the icon?
in the C folder is a program called iconX (think it comes with the OS)
If you right click on the Icon for your script and go to properties, where it says 'Default Tool' put
C:iconx
That should make it so the script will start just like you went to CLI and ran the script.
As for inside the script you can use run >nil: instead of just run which will keep CLI windows comming up everytime a run command is issued in the script.