runback

Run a console application on Windows without showing the console.
Download runback.zip.
Usage:
    runback.exe <command> [<params>]

cmd2exe

A stub to convert a Windows batch file or a command into an executable.
Download cmd2exe.zip.
Usage:
1. Always use a fresh copy of cmd2exe.exe

	copy cmd2exe.exe hello.exe

2. Append a dummy line

  	echo >>hello.exe hello

3. Append the command 

	echo cmd.exe /c echo "Hello World from Executable :-)" >>hello.exe

4. run hello.exe to execute 

       cmd.exe /c echo "Hello World from Executable :-)"

wol

Send a magic wake-on-lan packet to wake a device for Windows. It will send the magic packet on all available network devices having an IPv4 address.
Download wol.zip.
Usage:
       wol <macaddress>
e.g.:  wol aa:bb:C0:12:1d:13

rev: 1.3