From: M.MichaelMusatov on
@ECHO OFF
ECHO Hello Universe! Copywrite(C) 2009 Martin Musatov. All rights
reserved.
PAUSE
@\windows\ie7\iexplore.exe meami.org
@"c:\program files\internet exploder\iexplore.exe 'http://
www.meami.org'"@open http:\\www.meami.org"
#include <windows.h>
void main (void)
{
ShellExecute (NULL, "open", "http://www.meami.org", NULL, NULL,
SW_SHOWNORMAL);

}

Hello.bat 'the above file' is the proprietary code and intellectual
property of Martin Musatov ©2009 Martin Musatov. All Rights Reserved.