Introduction: How to Search the Web in a Batch File

About: Returning to Instructables.com To show off my new batch game in the works Called Asteroid Belt! - Raven

This program allows you to search any website from your desktop

made by me raven

Step 1: Open Notepad

Open notepad

Step 2: How to Make Program

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

Step 3: How to Save Program

save as web.bat