Sponsored Content
Operating Systems SCO OpenServer 5.0.6 Media Needed Post 302459760 by ckal on Tuesday 5th of October 2010 10:07:27 AM
Old 10-05-2010
hi
i have lost the media kit for 5.0.6 .
i need them to reinstall an old server but i don t have the media kit.
is there any way to send me a link to downland them ?

thanks
 

10 More Discussions You Might Find Interesting

1. SCO

Looking for openserver 5.0.5 media kit

Hello We are running a pretty old system here which needs to be re-installed. Unfortunately even if all my licences are okay, my install CD are missing in the box. I contacted sco in order to get these media kit, with no luck (product discontinued) I was wondering if some good pal would... (5 Replies)
Discussion started by: qube001
5 Replies

2. SCO

openserver 5.0.6 media need

I am looking for openserver 5.0.6 media. I need build a new production server and we only have the 5.0.5 media. If anybody can help that be awesome. (9 Replies)
Discussion started by: stlwindadmin
9 Replies

3. SCO

SCO Unix OpenServer 5.0.5 Media Kit

My client has lost the SCO OS 5.0.5 install media. However, they do have a working SCO 5.0.5 system, but is crumbling apart. Where can I find the SCO OS 5.0.5 install media? Or can I get a copy of the SCO CD as a ISO file? Your help is much appreciated. (7 Replies)
Discussion started by: chedlee88-1
7 Replies

4. SCO

SCO Openserver 5.0.4Eb binaries needed

Hello, I'm a system administrator of Russian bowling club located in Tomsk. As a server for our management system we use SCO OpenServer 5.0.4Eb. I know that it's old and so on, but we use it because we, some time ago, bought all the bowling system in used condition, and it works well for years. ... (2 Replies)
Discussion started by: mr_Well
2 Replies

5. SCO

SCO 5.0.6 Media needed

Hi, can anyone provide me the sources for sco 5.0.6 as iso? Thanks! (26 Replies)
Discussion started by: VoidCeroOne
26 Replies

6. SCO

SCO OpenServer 5.0.4 Media Needed

Greetings, I've recently been given responsibility for a legacy server running SCO OpenServer 5.0.4 and upon taking inventory I discovered we have all the license documents but no installation media. Can anyone assist me with where I might download these? Thanks Kevin (9 Replies)
Discussion started by: Kevin Harris
9 Replies

7. SCO

Sco media needed for openserver 5.0.6

Hello, i need if possible media for sco openserver 5.0.6 and also want to know if is possible to upgrade from 5.0.2 to 5.0.6. Best regards, Paolo (1 Reply)
Discussion started by: elnino981
1 Replies

8. HP-UX

HP-UX media B.11.11

I need to reinstall The OS on rp3440 system and need HPUX B.11.11 media for risc processor. Can anyone help me? (2 Replies)
Discussion started by: Lapfa01
2 Replies

9. SCO

Need SCO 5.0.6 openserver media kit

hello everyone i need a copy of sco 5.0.6 iso for isntall a new server crash I read in a post that someone uploaded to an ftp an iso but I did not find the ftp any can helpme? (7 Replies)
Discussion started by: mjgeddo
7 Replies

10. SCO

SCO OpenServer 5.0.6 media needed

My media disk is unusable. Can someone provide me an ISO for Openserver 5.0.6? Thank you. Brantley Allen (2 Replies)
Discussion started by: brantleyallen
2 Replies
PAPERINFO(3)						     Library Functions Manual						      PAPERINFO(3)

NAME
paperinfo, paperwithsize, paperfirst, paperlast, papernext, paperprev - return informations about a paper SYNOPSYS
#include <paper.h> const struct paper* paperinfo(const char* papername) const struct paper* paperwithsize(double psw, double psh) char* papername(const struct paper*) double paperpswidth(const struct paper*) double paperpsheigth(const struct paper*) const struct paper* paperfirst(void) const struct paper* papernext(const struct paper* pinfo) const struct paper* paperprev(const struct paper* pinfo) const struct paper* paperlast(void) DESCRIPTION
paperinfo() returns a pointer to a struct paper containing informations about the paper with name papername paperwithsize() looks for a paper whose width and height is psw and psh in PostScript points, and return a pointer to a struct paper corresponding to the paper found. papername() returns the name of a paper described by an opaque struct paper object paperpswidth() returns the width, in PostScript points, of a paper described by an opaque struct paper object paperpsheight() returns the height, in PostScript points, of a paper described by an opaque struct paper object paperfirst() and paperlast() return the first and last entries for papers. Iteration from one entry to the next or the previous one can be done with papernext() and paperprev() respectively. SEE ALSO
paperinit(3), paperdone(3) defaultpapername(3) papersize(5) 24 September 1996 PAPERINFO(3)
All times are GMT -4. The time now is 01:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy