How to Search the Web in a Batch File
by Raven Codes in Circuits > Computers
6433 Views, 26 Favorites, 0 Comments
How to Search the Web in a Batch File

This program allows you to search any website from your desktop
made by me raven
Open Notepad
Open notepad
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
How to Save Program
save as web.bat