@echo off
rem This batch file ©2007 was provided by http://www.pendriveapps.com
cls
echo.
echo WARNING: This file come with absolutely no warranty and is being provided 
echo in hopes that it will be useful. Use at your own risk!
echo.
echo.
echo Welcome, to use innounp to install UltraExplorer, ensure that this file
echo along with innounp.exe and UltraExplorerSetup.exe are in the same directory
echo then run this file.
echo.
echo.
echo Press any key to run the process or close to abort...
pause > nul
cls
innounp -x UltraExplorerSetup.exe
