This tool is a great alternative to Windows Ping.exe file. Not only does it work with ICMP, it works with Internet Explorer type protocols (such as HTTP, HTTPS and FTP). On the ICMP Protocol (which is the protocol Windows Ping uses) allows you to specify the data that will be echoed back from the host …
Author Archives: Justin Roeder
MoveEx The Windows file mover and deleter on startup
This tool allows you to delete or move files at winidows bootup. It does it like its a service, BUT it doesnt use a Windows nt service. It uses Windows NT Exported function MoveFileEx. By using that the file will be deleted or moved before anything loads. Its a great tool to have if you …
Continue reading “MoveEx The Windows file mover and deleter on startup”
jsTraffup
jsTraffup v1.1 by delphijustin Website: delphijustin.biz E-mail: admin@delphijustin.biz What is this? This is a script file used to tell traffup users how to revisit your Website. It has 3 modes: JSTUP_MODE_HTML This puts a widget on to the page if it was referred by traffup, this is the recommended mode JSTUP_MODE_POPUP Show a popup …
IP Address Calculators
This here is a collection of tools that a Network Administrator will find useful. It calculates subnet masks, IP address ranges and number of hosts that the subnet can have. One that does IPv4 address and another that does IPv6 addresses. It uses win32 api functions to convert IP addresses into their integer form …
FindSID For Domain Controllers
This tool is a great tool to have for network administrators and people who use domain controllers or active directory. It allows you to lookup the SID to and from users accounts,computers,groups and more. It will tell you if that object has been deleted. You can use it on computers when the computer is having …
Extract Icons Tool
This tool is a great tool for programmers to have. It extracts icons from DLL and EXE files. So then you dont have to go on the internet and search for a icon for your program. Usage: exticons.exe file_with_icons save_folder It even extract icons from Windows 10 System files,where resource hacker doesn’t detect!
Compare File Tool
Contents Command line syntax. 1 This tool is a great tool for finding files and see if they are the same in certain ways or a percentage of equalness. The tool checks to see if it can find a certain string in the file(ANSI or Unicode). The tool can check for binary data. Its …
AmpHour Calculator
This tool allows you to get the maximum current and time duration that a battery can put out. You can specify the time in 24-hour format. So if you know the amp-hour capacity and the load you can then determine the time it will be running stable. It even intergrades with NL5 Circuit Simulator. More …
Sudoku For Windows
This game is the simple 9×9 sudoku game that I designed. It runs on all 32-bit Windows and Windows 10. It has sound effects for when you solve the puzzle. Each puzzle is numbered. It autosaves the game as you change each cell. It has a timer. You can print a puzzle for when your …
Commandline MessageBox tool
This tool allows you to display a message box from a batch file or schedule tasks To see how to use it just open the file up with no parameters and it will explain it.