Portable Code::Blocks?
Hi there.
I have been trying to create a portable version of the OS C++ IDE, Code::Blocks. So far, I have found the registry key it creates when run, and exported it. Also, I have found the folder that it creates in C:\Documents and Settings\$USERNAME$, called ".Codeblocks" and the file it creates at the same place, called .cb_profile
How can I make a launcher, that loads all these things to their correct places? I trird using a batch file, but the problem is, the registry values include absoltue paths :S
Any ideas?
-Girvo