If would be nice if the programmed checked for a file
in the current directory (where nzb.exe is) and then
write the program configurations there instead of the
registry (on Windows) so that the program becomes
portable.
I could make a config file an optional method for storing
the data. The way it's done now makes it work on other
platforms than Windows, e.g. Linux and Mac. But searching
for a config file in the current working directory should be
a small thing to add and can probably be very helpful to
several people. But it will not be the only/default way.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=77905
I could make a config file an optional method for storing
the data. The way it's done now makes it work on other
platforms than Windows, e.g. Linux and Mac. But searching
for a config file in the current working directory should be
a small thing to add and can probably be very helpful to
several people. But it will not be the only/default way.
Logged In: NO
i would like to see this happen on windows as this will be
a great portable program
Logged In: YES
user_id=77905
This feature has been added and commited to the SVN repository.