View Single Post
  #13  
Old 09-30-2017, 06:51 PM
paulgiamatti paulgiamatti is offline
Planar Protector


Join Date: Jan 2014
Location: minneapolis belongs to me
Posts: 2,045
Default

Quote:
Originally Posted by poena.dare [You must be logged in to view images. Log in or Register.]
2) In the EverQuest directory, edit your Launch Titanium.bat file:
Code:
@echo off
set /a ran=%random% %%3 +1
number %ran%
copy resources\loadscreen%ran%.jpg resources\loadscreen.jpg
start eqgame patchme
I was still a batch newb when I first came across this so I didn't notice it at first - what's the purpose of the "number %ran%" line? As far as I can tell, "number" isn't even a DOS command, and the script works fine without it - the output simply shows an error that says "number" wasn't a recognized command if it's left in, but it's brief enough so as to be unnoticeable.

Was this just some undeleted bad code?
Reply With Quote