Computers and Technology

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%

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 17:10, chiah
Type the correct answer in the box. spell all words correctly. which technology should andrea use? andrea owns a potato chips manufacturing unit. she has been getting complaints about the quality of the chips. she knows her product is good. she realizes that she needs to change the way the chips are packaged. she should use technology, which uses gases, such as carbon dioxide or argon, to create an air cushion, which improves the shelf life of products.
Answers: 2
image
Computers and Technology, 25.06.2019 04:10, val926
While creating a web page, what does each of the following html tags define? 1. 2. 3. 4. a. defines a new paragraph b. defines a term c. defines a single line break d. defines a heading
Answers: 1
image
Computers and Technology, 25.06.2019 07:30, ineedhelp2285
In a single day more than blank people's lives are affected simply by driving a motor vehicle
Answers: 1
image
Computers and Technology, 25.06.2019 08:00, lizzyhearts
Which of the following statements is true of an intranet? it is a network where a computer is connected to the internet and acts as a gateway for other devices. it is a widely available public network of interconnected computer networks. it is a network that covers a wide area with the of rented telecommunication lines. it is a network within an organization that uses internet protocols and technologies.
Answers: 3
Do you know the correct answer?
If you know batch coding, can you see if there is anything wrong with this script, or if you can mak...

Questions in other subjects: