Tuesday, June 23, 2015

Pril's local users and groups for windows (all versions)

There is no built-in utility in windows home/premium edition for managing local users and groups like in other versions of windows and it happens some day this drive me nuts :-) so I wrote clone of usual windows functionality that allows this operations, you can download it here. All basic options are included but some additional functionalities still waiting for implementation.

Comments are welcome, special if you can perform detailed test on windows 10 and/or 8.

Monday, June 22, 2015

ASP file manager

Recently I need to check some files on server - but for such simple task I had to add new user etc.. I remembered that I already have solution for this: more than 15 years old file, written in classic ASP - and still works :-) and that is all I need. You can browse files, upload, download, view, etc - just basic operations but enough. You can just put it on any IIS folder without installation or any other settings. File is available here. See comments inside file for more information.

Monday, December 30, 2013

Windows command line program for external (public) IP address

I spent couple of hours searching for windows command line program which can provide external IP address but except payable services there is no reaible tool for this. So I wrote my own - you can download it  here. Program is written in .net and can be also used as library or even compiled for mac or linux using mono. Although this is simple program it includes all options for reliable acquiring external IP address, because it not depends on single public site but many; use -? parameter for details.

You can use tool as you want, but if you like it then would be nice if you share this information and link to this page. Optional comments will encourage me for improvements also :-)

EDIT: code and executable is now available at https://sourceforge.net/projects/outerip/