echo off REM ParseShell version 1.0 REM by REM *** ** Erik Williams REM ** *** SunFox Productions, Ltd. REM *** ** University of Central Florida - Orlando REM ** *** "REALITY.SYS corrupted! Restart Universe (Y/N)?" REM REM This batch file is used to automate the processing of the AtariNet REM Nodelist. If no nodelist is in the inbound area, then I do nothing. REM cls echo ParseShell version 1.0 echo echo by echo echo *** ** Erik Williams echo ** *** SunFox Productions, Ltd. echo *** ** University of Central Florida - Orlando echo ** *** "REALITY.SYS corrupted! Restart Universe (Y/N)?" echo d: cd \netfile\ echo Checking inbound directory for a nodelist... if exist atarlist.* parse_1 if exist d:\netfile\nodediff.* parse_2 echo Exiting from batch file... c: cd \turbo\ EXIT