Scripting tips


Windows

creating shortcut

If you want to modify for example the binaries with additional arguments, and have these applied everytime a binary is click

  1. add arguments to the script you must first create a shortcut,

    -this is because arguments can only be added to shortcuts and not the original .exe.

  2. create a shortcut, copy the original .exe, right click wherever you would like the shortcut to be (can be same folder) and select 'Paste shortcut' like so:

  1. Right click on this new shortcut, select properties and add the arguments to the end of the target field like so:

Last updated