All the files appear to be present and this is exactly what I am typing: chmod 700 startup.dat (which appears to work ok) ./startup.dat 6565& (Or ./startup 6565&)
and I get the following error: bash: ./startup.dat: No such file or directory [1] 32311 [1] Exit 127 Anyone have any ideas? Still Clueless :P Brian ----- Original Message ----- From: "Edwin Groothuis" <[EMAIL PROTECTED]> To: "Brian Merkley" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Thursday, January 03, 2002 7:56 PM Subject: Re: Clueless > On Thu, Jan 03, 2002 at 07:09:42PM -0800, Brian Merkley wrote: > > 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... > > Make sure all the files referenced by in the startup file do exist. > For example, csh will probably not exist on your system. Rewrite > the shell-script to use sh/bash commands and you're happy. > > Edwin > > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org > [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: > ------------------+ http://www.FatalDimensions.org/ >

