Thanks for the suggestions!
i'll try them now! I've been busy the past week, no time to check DC
Edit: I've chosen to use Mat. Thanks Skwire!
It does perfectly what I want it to do and now i've finally found a use for batchfiles, something i've wanted to be looking into.
The AHK script looks useful too but I have to start it before i'm able to use the shortcut and then it keeps running in my system tray?
I already have enough programs running simultaneously and don't need even more unnecessary icons in my tray :/
Thanks for the tip though.
AutoIt looks kind of similar to AHK from what I've seen. Right?
AHK and AutoIt are things to look into later.
Just one issue with Mat:
I wrote this small batchfile
C:\Users\Michael\Documents\MouseAccelToggler\MouseAccelToggler.exe cursor="C:\Windows\Cursors\aero_arrow_xl.cur"
It works perfectly but when I execute it I get an error message saying "Invalid parameter passed" and then it lists the valid parameters.(using Vista 32 bit)
I don't see any mistake in the parameter and it works perfectly.
also, I've wrote a second command with a different cursor, to change back.
Can I write both commands in one file and make it use the correct command, depending on my current cursor? so, like this:
If(currentCursor == yellowCursor)
setCursor(whiteCursor)
else if (currentCursor == whiteCursor)
setCursor(yellowCursor)
Well, it gets the point across. Is there some kind of getCurrentCursor() method or some other way?
That's something I'll look into another day...
Besides those 2 little details, my problem is solved
Thanks again MilesAhead, Ath and skwire.