Quote:
Originally Posted by ali
I don't have my Iliad by hand. Try this:
Make a textfile /usr/bin/eba with this contents: (Second line is dot space dblquote dollar at dblquote)
Make it executable (via "chmod 755 /usr/bin/eba")
Now copy a shell script into a document folder (i.e., newspapers,documents,etc) but give it the extension ".eba", for example:
run-wired.eba could look like this:
Code:
#!/bin/sh
/usr/bin/wired.sh start
Now clicking ("viewing") the run-wired.eba file from the gui should start wired networking.
|
Works like a charm. Guess i have to try just extending the registry file and add another programm with an additional file extension.
/EDIT. Added a wlan startscript
Code:
#!/bin/sh
/usr/bin/wireless.sh start <ssid> enc <key>
<ssid> being your ssid and <key> your wepkey