View Single Post
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#1330
Originally Posted by moudy91 View Post
hi guys i did create this command as sh

Code:
#!/bin/sh
ifconfig wlan0 up
iwlist wlan0 scan
ifconfig wlan0 down
in xterm it worked perfectly when i type it

but with a qbw command it don't

Code:
/usr/bin/osso-xterm/ /location of sh/ ?.sh
why ???
try

Code:
osso-xterm -e /path/to/yourscript
should open an xterm with your scipt running in it.

HTH & HAND

Michael