And that brings me to my next point. I'm building a multi-disk. Going to put UBCD and UBCD4Win on one disk, with some win98 floppies, that kinda thing for the guys at the office here, and prolly a few of my techie friends/classmates. I was wanting to do something kinda fun with it.
In the main scn and custom scn, I want to add a random text line in the blank line under your sites URL.
something like:
Code: Select all
srand((double)microtime()*1000000);
int x = rand(0,50);
if (x == 1); ping " quote 1"
Anyway, I have coding background, but it's been a while, so I was wondering if I could get a little syntax help?
Thanks all
