Tuesday, March 18, 2014

BAT

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@echo off
color 0A
title Site selector by SK MONJUR ALI
:top
echo ***************************************************************
echo.
echo Site Selector application by Sk :-)
echo.
echo ***************************************************************
echo.
echo Key:
echo [1] Google - Search Engine
echo [2] Gmail - Google Mail
echo [3] LDP - CARREER AT DNB
echo [4] ADP - PAYROLL
echo [5] Service Desk
echo [6] BANK ANZ
echo [7] Weather - Weather AU
echo [8] TPG
echo [9] Instructables - A How-To Website
echo [10] YouTube - Online Videos
echo [11] Ebay
echo [12] Essendex
echo [13] TDX
echo [14] News
echo [15] Monash
echo [16] MAS016 LOADING
echo [17] Moneygram
echo.
echo [e] Exit


echo.
echo ***************************************************************
echo Enter the number of the website which you would like to go to:
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==1 start www.google.com
if %udefine%==2 start www.gmail.com
if %udefine%==3 start https://dnb.ehrpulse.com/client/alternateasp/login.aspx
if %udefine%==4 start https://secure.adppayroll.com.au/
if %udefine%==5 start http://172.19.17.21:81/SMPortal/SitePages/Forms/AllPages.aspx
if %udefine%==6 start https://www.anz.com/INETBANK/bankmain.asp
if %udefine%==7 start http://www.bom.gov.au/
if %udefine%==8 start https://www.tpg.com.au/home/myaccount
if %udefine%==9 start www.instructables.com
if %udefine%==10 start www.youtube.com
if %udefine%==11 start www.ebay.com.au
if %udefine%==12 start www.esendex.com
if %udefine%==13 start https://hermes01.tdxgroup.com.au/human.aspx?r=1315082190
if %udefine%==14 start http://www.news.com.au/
if %udefine%==15 start https://my.monash.edu.au/
if %udefine%==16 call COU-Copy.BAT
if %udefine%== 17 start https://www.moneygram.com/wps/portal/moneygramonline/home/estimator?LC=en-US
if %udefine%==e goto exit

cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by SK MONJUR ALI
echo.
echo ***************************************************************
echo Type [e] to exit or [b] to go back and select another site.
echo.
set /p udefine=
echo.
echo ***************************************************************
if %udefine%==b goto top
if %udefine%==e goto exit
:exit
cls
echo ***************************************************************
echo.
echo Thank You for using Site Selector by SK MONJUR ALI
echo.
echo ***************************************************************
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

More CMD commands

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Get the cmd screen as a txt file:

c:\folder>dir>filename.txt then again
c:\folder>dir>filename.txt

No comments: