Decarlo110
Joined: 15 Dec 2004 Posts: 303 Location: United States
|
Posted: Wed May 18, 2005 8:37 pm Post subject: Apimon + more |
|
|
ApiMon - API Monitor - Monitors the API calls made by a process.
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/apimon-o.asp
LogEvent - Event Logging Utility - This tool enables you to make entries to the Event Log on either a local or remote computer from the command prompt or a batch file.
Applications as Services Utility: With Srvany, you can configure any Windows application so that it runs as a service.
Dependency Walker: Dependency Walker is a graphical Win32 development tool that scans any Win32 module (.exe, .dll, .ocx, .cpl, .scr, and .sys, among others) and builds a hierarchical tree diagram of all dependent modules.
Delsrv - Unregisters a service with the service control manager.
Tracedmp - Processes a trace log file or real time trace buffers and converts them to a .csv file.
LogTime - This command-line tool logs the start or finish of command-line programs from a batch file. This can be useful for timing and tracking batch jobs such as mail-address imports.
WinAt - Command Scheduler - Command Scheduler can be used to schedule commands on a local or remote computer to occur once or regularly in the future.
ForFiles - This command-line tool can be used in a batch file to select files in a folder or tree for batch processing.
Batch File Wait - Sleep causes the computer to wait for a specified amount of time.
TimeOut: Timeout is a command-line tool that causes the command processor to pause execution for the number of seconds specified by the time (#) parameter, after which it continues without requiring a user keystroke.
User Input for Batch Files - Choice prompts the user to make a choice in a batch program by displaying a prompt and pausing for the user to choose from among a set of keys.
WaitFor: This command-line tool waits until a signal is given across the network. Multiple machines can wait for the same signal.
ReMapKey - Remap Windows Keyboard Layout - This tool changes keyboard layout by remapping the scancode of keys.
LINKD - This command-line tool links an NTFS directory to a target object.
WinDiff - File and Directory Comparison - WinDiff shows the differences between specified ASCII text files or folders of ASCII text files.
LIST - Text Display and Search Tool - This simple text display and search tool lists the contents of a file. Unlike other text display tools, List is a good tool for looking at large text or log files because it does not read the whole file into memory when you open it.
Links to the above items and the descriptions above are taken from Daniel Petri's website MCSEworld:
http://www.petri.co.il/download_free_reskit_tools.htm
"These tools are designed to be installed and run only on Microsoft Windows 2000. They are neither localized nor supported by Microsoft."
You can check for compatibility or equivalents. I don't really use the command prompt but i figured these looked interesting.
This thread has some links as well:
http://www.autohotkey.com/forum/viewtopic.php?t=3560 _________________ 1) The Open Source Definition http://www.opensource.org/docs/definition_plain.php
2) Intuitive. Logical. Versatile. Adaptable. <<AutoHotkey>> |
|