Results 1 to 1 of 1
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 ...
- 12-03-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 2
script to autoexplore konqueror
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!


Reply With Quote
