Introduction: How to Build an ALIENS(c) Ships Log

If anybody has seen aliens and the series of Alien movies you will know that most of the time people go to investigate, this is just a simulation of a ships log they might see when investigating.
also this is my first indestructible so Im open to creative criticism. 

Step 1: Step 1

open a note pad file on your desktop. (if you have windows 98 or onward it is in applications)

Step 2: Step 2

write this script into the file.
@echo off
title LOG OF W.Y vessel TOROSTA/2099/APRIL5/21.46HRS-21.50HRS
color 04
echo ::::::WAYLAND YUTANI TRANSPORT SHIP::::::
echo WARNING: emergency no 17854745858.
echo Parimeter breach
pause
echo MONOTORING FORIEGN BODY/STATUS:100mtr
pause
echo 95mtr
pause
echo 90mtr
echo colleagueNO11/IMOBILE
pause
echo 85mtr
pause
echo 80mtr
pause
echo 75mtr
echo colleagueNO9/IMOBILE
pause
echo 60mtr
pause
echo 55mtr
pause
echo 50mtr
echo colleagueNO2/IMOBILE
pause
echo SUBJECT BREACHED INNER DOOR
echo 45mtr
pause
echo 40mtr
pause
echo 35mtr
echo colleagueNO3/IMOBILE
pause
echo 32.5mtr
echo 30mtr
pause
echo 25mtr
pause
echo 20mtr
echo PULSE RIFLE ROUNDS FIRED
pause
echo 15mtr
echo MEDIBAY BREACHED
pause
echo 10mtr
pause
echo 5mtr
echo foriegn body in monotoring station B
echo colleagueNO1/IMOBILE
pause
echo ALL CREW DECEACED OR ON LEAVE
pause
echo SYSTEM DAMAGE/FAILURE
pause
echo THANK YOU FOR CHOOSING WAYLAND YUTANI.
echo HAVE A NICE DAY!


:1
dir/s
goto 1

Step 3: Step 3

save the file as anything you like but remember to put .bat on the end so your computer understands what it's reading. 

Step 4: ENJOY