subject

If you know batch coding, can you see if there is anything wrong with this script, or if you can make any suggestions to modify the code?


@echo off
cls
color df
title website opener
echo type in "website" to go to open website ( you dont need to include the www. or you can type "program" instead to open a program)
set /p a=
if %a%== program goto start_pro
if %a%== website goto website
) else (
exit

: website
cls
echo okay! what website do you want to open?
set /p a=website:
start www.%a%
exit

: start_pro
cls
title open a program
echo what is the program you want to open?
set /p a=
if exist %a% then
if not exist %a% exit
start %a%

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:30
How often does colleges update the cost of attendance on their website? . a)every two years b) every four years c) every year d) every semester
Answers: 1
question
Computers and Technology, 23.06.2019 21:30
Enzo’s balance sheet for the month of july is shown. enzo’s balance sheet (july 2013) assets liabilities cash $600 credit card $4,000 investments $500 student loan $2,500 house $120,000 mortgage $80,000 car $6,000 car loan $2,000 total $127,100 total $88,500 which expression finds enzo’s net worth?
Answers: 1
question
Computers and Technology, 23.06.2019 23:00
Computer programming is one type of what career
Answers: 1
question
Computers and Technology, 24.06.2019 20:10
Approximately what portion of global employers tends to use social media websites to hire new employees?
Answers: 1
You know the right answer?
If you know batch coding, can you see if there is anything wrong with this script, or if you can mak...
Questions
question
Mathematics, 06.11.2020 21:10
question
Chemistry, 06.11.2020 21:10
question
Chemistry, 06.11.2020 21:10