| <script file name>
| Load and execute different command script.
For example if you put this script into My Documents/Euro Truck Simulator 2:
# P3D Screenshot script.
echo "Taking screenshot.."
screenshot
echo "Screenshot has been taken"
Run the game and then write in console "exec /home/script_file_name" it will execute.
|-
| exit