How to Make a Cool Adventure Batch File!!

by ema3277 in Circuits > Computers

446 Views, 1 Favorites, 0 Comments

How to Make a Cool Adventure Batch File!!

Capture.PNG

This is how to make a cool Adventure batch file.

Opening You Editior

Open notepad.

Paste the Code

Code:

@echo off
title Adventure echo Welcome to Adventure!!! echo Press any key to start pause >nul goto adventure

:adventure cls echo You are in a Forest PAUSE cls echo You have found a snake PAUSE cls echo You are trying to run from the snake PAUSE cls echo You have escaped the Snake PAUSE cls echo Its dark and your cold PAUSE cls echo What will you do now? echo Press any key to find out pause >nul cls echo You found some sticks and lit up a fire PAUSE cls echo You have gone to bed after a long day PAUSE cls echo Thanks for playing!!! echo Press any key to quit pause >nul

Save It!!

Save it as Adventure.bat

Enjoy!

Enjoy this cool batch file!!