Re: Registry entries
- Posted by Falkon <Falkn13 at IBM.NET> Jun 17, 1998
- 626 views
From: Robert B Pilkington >I already have the setup, but I thought it would be helpful to have a >program to do this, for a couple reasons: In that case, I would have a Euphoria program write the keys and such as a text file, in the REG format, and pass that to Regedit via the command-line. All the necessary info except the program paths could be stored in a .ew file as text strings, and you could just stick the paths in at the right places before you write the file. Using EU's sequence slicing. And yes, you can associate files with Euphoria programs that way. Maybe source would work better than words, though, so I'll type out a few routines...