[plt-scheme] Accessing the Registry under Windows 2000

From: Paul Steckler (steck at ccs.neu.edu)
Date: Thu Jan 9 13:02:11 EST 2003

> Here is a simple interaction in DrScheme v202*:
> 
> > (define sec "HKEY_LOCAL_MACHINE")
> > (define key "SYSTEM\\Setup\\OsLoaderPath")
> > (define val (box ""))
> > (get-resource sec key val)
> #f

I got #t when testing this with v203 on Windows 2000.

-- Paul





Posted on the users mailing list.