M.E. Servizi Informatici
Your IT problem solver
M.E. Servizi Informatici
Your IT problem solver

Tools

MESI_FTP

Technology: Microsoft Visual C, C++
MESI_FTP is a command-line FTP client for Windows that can work in three ways:
  • standard, i.e. it accepts the same commands of the original Windows FTP client;
  • extended, i.e. it is similar to the standard but with some extra commands and parameters;
  • download and archiving.
This program was born to go over the limits of the original Windows FTP client, first of all the connections in passive mode. It has been improved to became a 'download manager' with the retry and archiving facilities.
This program allows the user to specify paths and files that hold parts of date, thank to a proper syntax. This kind of feature is very useful when it is required to download files with names that depend on the date.
Another interesting feature is to dump the content of the remote directory into a specified file.

MESI_SendMail

Technology: Microsoft Visual C, C++
MESI_SendMail is a command line SMTP client for windows with activity tracing facilities.
The following parameters can be specified: SMTP server, authentication mode, account and password, FROM, TO, CC, BCC, replay address, message body and attached file.

MESI_SysInfo

Technology: Microsoft Visual C, C++
MESI_SysInfo is command line Windows tool that dumps a lot of useful information about the system into a HTML file. It recognises some parameters that control the output details. The following information can be retrieved:
  • hardware (BIOS, CPU, RAM, video card, hard disks and network cards)
  • logical disks
  • operating system
  • network configuration for all the adapters
  • active services (name, starting mode and description)
  • detailed FTP server configuration with virtual and physical paths
  • detailed WEB server configuration with virtual and physical paths
  • MySQL DB list
  • installed applications (name, versione, description and installation path)
  • configured users (name and description)
  • system and user ODBC DSN (name, description, driver and other detaild information)
  • schedulated tasks
The ODBC configuration can be saved in a text file to be used for further installation.

DirSync

Technology: Microsoft Visual C, C++
DirSync is a command line Windows application designed to synchronize two directories that allows the user to specify several parameters:
  • file types to include / exclude in the processing
  • directories to include / exclude in the processing
  • files newer / older than a certain date
This tool provides several original options, such as the followings:
  • date-depended file / directory name
  • archiving mode, that is useful for backup tasks
  • move mode, i.e. the source file will be removed if the copy to the target directory has been performed successfully.

DelOldFiles

Technology: Microsoft Visual C, C++
This is a command line Windows program that deletes the files from a directory older than the specified number of minutes and that match the specified pattern (e.g.: '*.tmp'). This tools doesn't work in recursive mode for security reason.

DirUsage

Technology: Microsoft Visual C, C++
This is a command line Windows tool that provides information about the content of a directory, such as the number of files, the number and the depth of directories, the directory size at the first level, the total number of files and directories and the size of the whole directory.

MESI_Dir

Technology: Microsoft Visual C, C++
MESI_Dir is a command line Windows tool that provides statistical information about the specified path, such as the number of files, the number of directories, the disk usage, the newest and the oldest files.
It provides also the number of files and their size arranged by extension.

ProcStat

Technology: Microsoft Visual C, C++
This is a command line Windows tool that lists the running processes, providing a hierarchical vision of them. Each process is list with is PID, its father's ID, its number of threads and the starting time.

ProcKill

Technology: Microsoft Visual C, C++
This command line Windows tool allows the user to kill a process based on its name and the running time.

CheckDisks

Technology: Microsoft Visual C, C++
This command line Windows tool provides information about the logical disks of the system: drive letter, type (internal, removable, network, etc.), serial number, format (FAT32, NTFS, etc.), size, free space and label.