Make a program Selector
Hello friends,
Today i bring one more very interesting topic for you. As in my last some post i was wrote about notepad tips & Tricks so my today topic is also about notepad tricks. Today i will tell you about how can you make program selector by using notepad. I mean when you open this file it will show you an pop up and it ask you to select any numbers from given list. When you choose any of the mention list
You can also read my previous tricks for notepad.
The Fake Hack
How to Create Undeletable, Unrenamable Folder
Best Things About Whatsapp
Notepad Tricks & Hacks
I hope you will like it. So let's get Start..
open notepad and paste this code:
@echo off
title Select Program
:start
cls
echo options
echo 1. Calculator
echo 2. word
echo 3. cmd
echo 4. Notepad
echo 5. Lock PC
echo 6. Log Off
echo 7. Exit
set /p var=What Would you like to open? (The Selection no)
IF '%var%' == '1' GOTO calc
IF '%var%' == '2' GOTO Word
IF '%var%' == '3' GOTO cmd
IF '%var%' == '4' GOTO Note
IF '%var%' == '5' GOTO SU
IF '%var%' == '6' GOTO LO
IF '%var%' == '7' GOTO exit
cls
msg * That selection does not exist please try again!
goto start
:calc
"C:\windows\system32\calc.exe"
Pause
cls
goto start
:Word
cd "C:\Program Files\Microsoft Office\OFFICE11\"
start WINWORD.EXE
goto start
PAUSE
cls
:cmd
start cmd
goto start
PAUSE
cls
:Note
start %SystemRoot%\system32\notepad.exe
goto start
PAUSE
cls
:SU
start %windir%\System32\rundll32.exe user32.dll,LockWorkStation
exit
:LO
set /p LOC=msg Are you sure yo want to logg off? (Y/N)
IF '%LOC%' == 'Y' GOTO LOC
IF '%LOC%' == 'N' GOTO LONC
pause
goto start
:LOC
start %windir%\System32\shutdown /l
exit
:LONC
msg * Log of Aborted!
goto start
Today i bring one more very interesting topic for you. As in my last some post i was wrote about notepad tips & Tricks so my today topic is also about notepad tricks. Today i will tell you about how can you make program selector by using notepad. I mean when you open this file it will show you an pop up and it ask you to select any numbers from given list. When you choose any of the mention list
You can also read my previous tricks for notepad.
The Fake Hack
How to Create Undeletable, Unrenamable Folder
Best Things About Whatsapp
Notepad Tricks & Hacks
I hope you will like it. So let's get Start..
- open your notepad and copy below code and paste in notapad
open notepad and paste this code:
@echo off
title Select Program
:start
cls
echo options
echo 1. Calculator
echo 2. word
echo 3. cmd
echo 4. Notepad
echo 5. Lock PC
echo 6. Log Off
echo 7. Exit
set /p var=What Would you like to open? (The Selection no)
IF '%var%' == '1' GOTO calc
IF '%var%' == '2' GOTO Word
IF '%var%' == '3' GOTO cmd
IF '%var%' == '4' GOTO Note
IF '%var%' == '5' GOTO SU
IF '%var%' == '6' GOTO LO
IF '%var%' == '7' GOTO exit
cls
msg * That selection does not exist please try again!
goto start
:calc
"C:\windows\system32\calc.exe"
Pause
cls
goto start
:Word
cd "C:\Program Files\Microsoft Office\OFFICE11\"
start WINWORD.EXE
goto start
PAUSE
cls
:cmd
start cmd
goto start
PAUSE
cls
:Note
start %SystemRoot%\system32\notepad.exe
goto start
PAUSE
cls
:SU
start %windir%\System32\rundll32.exe user32.dll,LockWorkStation
exit
:LO
set /p LOC=msg Are you sure yo want to logg off? (Y/N)
IF '%LOC%' == 'Y' GOTO LOC
IF '%LOC%' == 'N' GOTO LONC
pause
goto start
:LOC
start %windir%\System32\shutdown /l
exit
:LONC
msg * Log of Aborted!
goto start
- once complete copy process now save this file with .bat extension.
- Now when will you open it. Then it will open a window and ask you for select number.
I hope you will like and enjoy it.
If you like it then don't forget to like and share our posts and if you have any questions or any suggestions for us then please leave that in comment box we will try to short our that shortly.
We will be back soon with one more interesting trick of notepad and some more interesting topic for you.
Just connected with us for more posts
Thanking you.
Please like and share our post
Comments
Post a Comment