What is program code?

1 answer

Answer

1012351

2026-04-18 08:46

+ Follow

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

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.