this file (when executed) kills a process (an other executed file) with the name: wmclockmon (a clock ). After that it start the clock
-When there's a # in front of a line, everything in that line is NOT executed -When there's a & at the end of a line, the command's in that line are executed AND the process moves on to the next line (doesn't wait for the commands in that line to end) -When there's not a & at the end of the line, the process waits until every command is ready with it's task. -the first line of a "batch-file" is: #!/bin/sh
Just an example, i hope i got it all right (i am learning just like you)BASH scripts are a million times more powerful than old DOS BAT files.
If you want to learn more about BASH, here is the place:
Now the link in the context menu works, and the game starts automatically (without adding a mydsl entry in the context menu).
The reason I wanted to do this is to only load applications when I need them, rather than have mydsl load everything at start-up. This saves time and resources.
If I can do the same with other apps such as Office, I assume I'm going to have a very fast and versatile OS that is bulletproof - since it's a frugal install.