answersLogoWhite

0

They are basically words or simbles written out to make a program. Here is a simple one if you want to make one open a website

1 open notepad by doing Start>all programs>accessories>notepad

2 paste this in

@echo off

cls

title Website opener

color 4b

Set /p website= Type The website you would like to goto

echo Opening %website%

start www.%website%.com

exit

3 goto file save as whatever.bat

4 bellow that select All files instead of txt document.

5 open and enjoy

You will need an internet connection

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the activation code of winzip?

Its a code you get when you purchase the program.


What is the code to program sayno tv with GE universal remote?

whay are the code to program a sayno tv


How do you program the Honda Pilot radio code?

You don't program it, you simply insert the code with the radio presets.


I have a evolution remote and want to program the code for a precision television what is the code?

i have a evolution remote and want to program for a precision tel evision what is the code


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


What is a snippet code?

A code snippet is a small part of a computer program that shows how one portion of the program works.


What is code snippets?

A code snippet is a small part of a computer program that shows how one portion of the program works.


In c language what is source program?

Source program or source code in any language is the code you write to make the program do what you want. Things like: #include <stdio.h> void main (); and so on are all pieces of source-code or source program


How do you program an RCA universal remote without a program code?

how to program my tv with the RCA D 770 - universal remote control which has no code search button


In order to program HTML code do you need an expensive program?

In order to code HTML you do not need an expensive program. HTML can be coded in Notepad if you want to. I recommend Komodo Edit. It is a free program that I use to code. You can download it from the link in the "Related Links" section.


Program code is stored in?

Memory.


What does a compiler do when you compile your program?

Coverts source code into object code