may I ask a question, can i make a script that will open up konqueror and auto explore the mounting point of the usb drive?

for example:
this code will open konqueror(/media/sda1) on the desktop...

CODE:
#!/bin/sh
konqueror /media/sda1


if the code is correct, where can i place this so that it will execute automatically after boot up process..

thank you!