On Sunday, February 1, 2004, at 05:32 PM, John Eaton wrote:

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]



Reply via email to