How to Search the Web in a Batch File

by Raven Codes in Circuits > Computers

6283 Views, 26 Favorites, 0 Comments

How to Search the Web in a Batch File

2015_02_19_00_31_29_1280x800.bmp

This program allows you to search any website from your desktop

made by me raven

Open Notepad

Open notepad

How to Make Program

2015_02_19_00_40_21_1280x800.bmp

type this (does not need spaces)

@echo off
:web

color f0
title Web Browser

mode 40,10
CLS

echo.
echo OPEN ANY WEBSITE FROM YOUR DESKTOP

echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo º Type In A Website URL º

echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
ECHO.

SET /p webother=
START %webother%

goto web

How to Save Program

save as web.bat