You have to copy the rom binary to the area dir to use the startup script. cp rom ../area/ cd .. cd area ./startup &
arkham ----- Original Message ----- From: Brian Merkley <[EMAIL PROTECTED]> To: leming <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Thursday, January 03, 2002 9:09 PM Subject: Re: Clueless > Thanks for the quick reply.. > > chmod 700 startup.dat seemed to be accepted ok as no error or replys but > when I type ./startup.dat& it says No such file or directory when I am in > the src file and can see the startup.dat. However there is an * right after > startup.dat for some reason. I dunno if that means anything... > > Brian > > ----- Original Message ----- > From: "leming" <[EMAIL PROTECTED]> > To: "Brian Merkley" <[EMAIL PROTECTED]> > Sent: Thursday, January 03, 2002 7:05 PM > Subject: Re: Clueless > > > > If startup.dat is the file that has all the startup info, what you need to > > do is make it executable. Instructions: > > 1. cd to the directory with startup.dat > > 2. chmod +x startup.dat > > 3. ./startup.dat& > > > > Step 3 MUST be done inside the directory startup.dat resides in, same for > > chmod. > > -- > > leming > > > > At 18:49 1/3/2002 -0800, you wrote: > > >Hello All, > > > > > >This is my first time attempting to run a mud from a server as I took it > > >over from another guy. I uploaded the files and logged in to the server. > > >Once in shell I am not able to run my mud. I tried running startup > > >(./startup.dat&) and Rom but I keep getting Permission Denied. Am I doing > > >something wrong? I don't even know if I am typing the right commands or > not. > > >I did edit Startup to assign a port number. I could really use some help! > > > > > >Clueless > > > > > >P.S. I am not a total idiot as I haved been mudding for over 5 years but > on > > >ACK so ROM is rather new to me. > > > > > > > > > > > >-- > > >ROM mailing list > > >[email protected] > > >http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

