Introduction: How to Make a Batch File Upload Another Batch File

Srry these are not my pics. Its really simple im gonna show you to make a batch file that will give you the option to open a link, ready. =)

                                                                               THIS IS MY FIRST INSTRUCTABLE!
                                                                 so please leave no nasty comments i dont need them!

Step 1: Extra Batch File

This is the matrix do not leave running for hours though your computer will crash!!
see next step on how to copy this.

 @echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

Step 2: The File

here i will give a file i made that you can type in a link so that on openning the batch file you will be taken to that link, you can copy this over and over for more links to.
start by openning notepad in start menu.
then copy + paste this into it

@echo off
TITLE starting 3.0 (By stinkfly62)
color 3
echo            **********************************
echo            *   your message here ( y/n)     *
echo            **********************************
set /p note=
if '%note%'=='y' start link here
echo Have a nice day.
PAUSE>nul

:Right go to file save as  name it  (anything).bat  must have .bat at the end or file wont open.

Step 3:

Congragulations youve made a batch file now you got to open it the testing of the file.
K so open my documents find were you saved your file and bamm open it tell me how it goes please say if theres any problems and again this is my first instructable plzz dont leave nasty comments.