[plt-scheme] How to open a source file in an already running DrScheme?
On the mac, you can use the command "open" from the shell (or scripts)
to open a new file. I'm not sure if something like that exists under
windows (you are using windows, right?)
Robby
On Mar 29, 2004, at 8:05 AM, Jens Axel Søgaard wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Is there a way from "the outside" to communicate to
> a running DrScheme that it should open a new source file
> in a new window?
>
> More concretely: Internet Explorer start a new DrScheme each
> time I click on a link to file with the extension .ss and .scm.
> Since I always leave at least one DrScheme window open, I am
> annoyed that I have to wait for a new instance to start.