WinAPIExec is a tiny however very highly effective device which lets you run Home windows API features from the command line, giving your scripts entry to all types of highly effective performance.

For those who’re not a programmer then determining the right way to use this will likely be removed from easy, however fortuitously this system comes with some attention-grabbing examples to offer you some thought.

To eject your CD ROM, as an example, you’d use this (all instructions have to be entered on one line):
winapiexec.exe winmm.dll@mciSendStringW “open cdaudio” 0 0 0 , winmm.dll@mciSendStringW “set cdaudio door open” 0 0 0 , winmm.dll@mciSendStringW “shut cdaudio” 0 0 0

This command programmatically shows the Begin menu:
winapiexec.exe u@SendMessageW ( u@FindWindowW Shell_TrayWnd 0 ) 0x111 305 0

You get appreciable management over processes. This line launches Notepad, pauses for five seconds, then closes it:
winapiexec.exe CreateProcessW 0 notepad 0 0 0 0x20 0 0 $a:0x44,,,,,,,,,,,,,,,, $b:16 , Sleep 5000 , TerminateProcess $$:11@0 0

You are in a position to gather and show helpful Home windows-related info. This line exhibits you the present Temp path, as an example:
winapiexec.exe GetTempPathW 260 $b:520 , u@MessageBoxW 0 $$:3 $$:0 0x40

There are a number of different helpful examples in this system’s readme.txt file. And these are only the start: when you perceive how this system works, then you may rapidly give you others to do a complete lot extra.

Verdict:

WinAPIExec offers a straightforward solution to supercharge your batch information with all types of recent options and performance

  • Score:
  • (0)

    (0)

  • Working Techniques:
  • Home windows 10, Home windows 7 (32 bit), Home windows 7 (64 bit), Home windows 8, Home windows Vista, Home windows XP
  • License:
  • Freeware
  • Developer:
  • RaMMicHaeL

  • Software program Price:
  • Free
  • Class
  • Developer & Programming

  • Date Up to date:
  • 11 December 2015
  • Downloads To Date:
  • 2009
  • Languages:
  • English
  • Obtain Measurement:
  • 6.02 KB