
Stuff that I might do some day...

- look for FDNPKG.CFG first in current EXE dir instead of in %DOSDIR%/BIN (but %FDNPKG.CFG% should still have priority over everything else)
- separate 'SEARCH' into a dedicated action for listing packages
- add a way to install a specific version of a package without relying on the latest version autodetection (fdnpkg install pkgname/0.50)
- add an action to list files that belong to a given package
- add the number of packages in the first record of the index file, and make fdnpkg check that it got exactly this much packages. this adds a simple consistency check to index files, allowing to detect eg. truncated index files
- when the connection to network fails, we should continue with what we have (looks like wattcp is calling exit() if it fails to get an IP via DHCP?)
- when downloading, make the "Downloading..." message localizable
