How do I tell KDE to set the working directory to the same one where you found the file.
untested, but calling a script like this should work:
#!/bin/bash
cd $(dirname $1) gschem $1
-- Charles Lepple [EMAIL PROTECTED]
How do I tell KDE to set the working directory to the same one where you found the file.
cd $(dirname $1) gschem $1
-- Charles Lepple [EMAIL PROTECTED]