How to Make a Batch File Upload Another Batch File

by stinkfly62 in Circuits > Computers

3997 Views, 3 Favorites, 0 Comments

How to Make a Batch File Upload Another Batch File

imagesCA7Z7JHI.jpg
@echo 50 50 50 50.jpg
imagesCALAJU6G.jpg
funny-pictures-evry-bunny-was-kung-fu-fighting[1].jpg
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!

Extra Batch File

imagesCA7Z7JHI.jpg
imagesCALAJU6G.jpg
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

The File

imagesCA7Z7JHI.jpg
funny-pictures-evry-bunny-was-kung-fu-fighting[1].jpg
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.

imagesCA7Z7JHI.jpg
@echo 50 50 50 50.jpg

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.