Re: [racket] Accessing Win32 API from Racket

2011-11-10 Thread Harry Spier
Matthew Flatt wrote: > Or `shell-execute'? > This is even better! Many thanks, Harry _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] Accessing Win32 API from Racket

2011-11-10 Thread Harry Spier
> Date: Thu, 10 Nov 2011 19:49:13 -0600 > Subject: Re: [racket] Accessing Win32 API from Racket > From: ro...@eecs.northwestern.edu > To: harrysp...@hotmail.com > CC: users@racket-lang.org > > Does 'system' do what you want? > > Robby > > On Thu, No

Re: [racket] Accessing Win32 API from Racket

2011-11-10 Thread Matthew Flatt
Or `shell-execute'? At Thu, 10 Nov 2011 19:49:13 -0600, Robby Findler wrote: > Does 'system' do what you want? > > Robby > > On Thu, Nov 10, 2011 at 7:45 PM, Harry Spier wrote: > > Dear list members, > > Is there an extension or package for Racket that can call the Win32 API ?  I > > don't need

Re: [racket] Accessing Win32 API from Racket

2011-11-10 Thread Robby Findler
Does 'system' do what you want? Robby On Thu, Nov 10, 2011 at 7:45 PM, Harry Spier wrote: > Dear list members, > Is there an extension or package for Racket that can call the Win32 API ?  I > don't need the whole API.   I only need to execute a Win32 shell command to > open a file with its defau

[racket] Accessing Win32 API from Racket

2011-11-10 Thread Harry Spier
Dear list members, Is there an extension or package for Racket that can call the Win32 API ? I don't need the whole API. I only need to execute a Win32 shell command to open a file with its default application indicated by the files extension. I have a small python utility I want to conve