Thanks.. that worked but when it runs I get 30 files not found messages from file not found '/directory file is in/so-5_2-ga-bin-linux-en-010.bin file not found '/directory file is in/so-5_2-ga-bin-linux-en-011.bin and continues right down to 040.bin but there is only 10 of 10 files download and they are all there.
Has anyone seen this when installing staroffice? Cheers Al ----- Original Message ----- From: Sebastiaan <[EMAIL PROTECTED]> To: Alan & Kerry Shrimpton <[EMAIL PROTECTED]> Cc: <debian-user@lists.debian.org> Sent: Sunday, March 10, 2002 8:08 PM Subject: Re: How do you run a bin file format > High, > > On Sun, 10 Mar 2002, Alan & Kerry Shrimpton wrote: > > > Hi all, > > > > I downloaded StarOffice .bin files. Set up tells me to run them but I don't > > know how to run a .bin file. Please help? > > > > For Linux customers who downloaded StarOffice as several segments: > > >From the command line, change directory to the directory into which you > > downloaded the StarOffice files and run the following: > > > > > > Danish: so-5_2-ga-bin-linux-da-000.bin > > It's very simple. First you have to tell Linux that this is an executable: > chmod a+x *.bin > > Then you can run it by simply typing the filename. > > However, the current directory may not be in your search path. In that > case, simplay add an ./ in front of the filename, so: > ./so-5_2-ga-bin-linux-da-000.bin > > That's all. > > Greetz, > Sebastiaan > > >