I added some Environment Variables to my Windows operating system recently (right-click on My Computer, Properties, Advanced, Environment Variables). I was wondering if there is any way from an existing Command Prompt to pick those up. I know that all Command Prompt instances after this point will have those new environment variables defined, but I was just curious if there was an easy way to get an existing Command Prompt instance to "re-source" its environment variables.

On the other hand, is there any way to add a System Environment Variable to Windows from the command prompt?

§396 · October 3, 2007 · Microsoft, Questions, Software, Technology, Tips, Windows · 2 comments · Tags:


Ok, so I've got a little game I've been coding in my spare time. It uses SDL and Boost so that it's pretty cross-platform compatible. In fact, I've built, ran and tested the game in OpenSuse Linux. However, I'm not clear on an easy way of packaging the game up in a download for Linux users. The game has run-time dependencies on expat as well as many SDL libraries (specifically SDL_ttf, SDL_image, SDL_mixer, SDL_gfx, and of course, SDL itself). I'd like something simple, akin to what I do with Windows (which is a batch file that bundles up every file needed, including DLLs, into one ZIP file for download). Can anyone out there help me?

§388 · July 19, 2007 · Entertainment, Games, Linux, Questions, SDL, Software, Technology · 8 comments ·


Simple Question: Is there a way to change a running window from Display A to Display B? For instance, if I have an instance of an application running on my Linux box at home, is there a command that will remove the window from the display at home and re-route it my Windows laptop running Xming and PuTTY? Or am I forced to use some VNC to get what I want?

§382 · June 23, 2007 · Linux, Questions, Software, Technology · Comments Off on Switching Display of a Running Application in X-Windows ·