[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: gschem in KDE launch



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
clepple@ghz.cc