Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Can anyone recommend a freeware X-windows emulator? Post 87490 by tmarikle on Monday 24th of October 2005 04:58:09 PM
Old 10-24-2005
Cygwin Xfree86
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix emulator for windows 98

as part of my course i have to do a lot of programming using the universities unix server. i am able to access this from home using telnet but i cannot use axe or anything to edit my files. I was wondering if anyone knew of any software that could enable me yo do this as i like working at 2am when... (1 Reply)
Discussion started by: HALLY
1 Replies

2. UNIX for Advanced & Expert Users

adobe freeware question

I've just downloaded the adobe reader for a solaris 8 box of mine. I try to unzip it as it is is tar.gz format and get a binary error ? how can I unzip this thing and get the reader going ? thanks (3 Replies)
Discussion started by: simon2000
3 Replies

3. Slackware

Windows Emulator?

I have heard of something called a windows emulator that allows you to run windows programs in linux, does this realy work? can I run any windows program (like a computer game)? and where can I get it :p (13 Replies)
Discussion started by: Kimm
13 Replies

4. HP-UX

HP UNIX freeware

Hi I plan to buy HP unix system from ebay for learning purpose. Would like to know if any HP UX version is freeware or available for download. Thanks GRR (4 Replies)
Discussion started by: grr9999
4 Replies

5. UNIX and Linux Applications

Is there freeware application like access or VB ?

Hello all I is there freeware application that as Microsoft access and VB (RAD tool ) That is free to use and multi platform? (2 Replies)
Discussion started by: umen
2 Replies

6. Solaris

Windows emulator on Solaris machine

Hello together, in our German company we have buyed one English Windows XP version. Every one of us should have access to this windows installation. So we have reconsidered that we want to install this Windows on our SUN SPARC Solaris machine. It is only used for checking out licenses of our own... (2 Replies)
Discussion started by: SPORTS
2 Replies

7. Solaris

freeware needed

Is there any freeware or shareware which can execute .exe files in solaris 10 if it is please give the link (4 Replies)
Discussion started by: tiwsaj
4 Replies

8. Windows & DOS: Issues & Discussions

Mac OS X emulator for Windows XP?

Not quite sure if this is the right section, but you guys know lots of good stuff. Is there a good OS X emulator that I can put on my Windows XP system? I have PC's and at work/lab they run everything on mac's. Due to program compatibility issues, it would be nice if I could run mac software on... (2 Replies)
Discussion started by: silkiechicken
2 Replies

9. Windows & DOS: Issues & Discussions

Is freeware safe?

Hi there, I am posting this from my desktop (XP Home Edition) which has Norton I.S 2009 which will soon expire. I also have a laptop I was given which runs on vista home premium (recent clean install) which I have not yet used. I have a LinkSys wireless-N ADSL2+ Gateway router and I was... (3 Replies)
Discussion started by: Sebastian2
3 Replies

10. UNIX for Dummies Questions & Answers

Availablility of mysql freeware

Hi, Is there a freeware available of mysql? Can it be installed on AIX? Please suggest. Thanks! (1 Reply)
Discussion started by: dwiravi
1 Replies
File::Spec::Cygwin(3)					User Contributed Perl Documentation				     File::Spec::Cygwin(3)

NAME
File::Spec::Cygwin - methods for Cygwin file specs SYNOPSIS
require File::Spec::Cygwin; # Done internally by File::Spec if needed DESCRIPTION
See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics. This module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and suggestions. canonpath Any "" (backslashes) are converted to "/" (forward slashes), and then File::Spec::Unix canonpath() is called on the result. file_name_is_absolute True is returned if the file name begins with "drive_letter:", and if not, File::Spec::Unix file_name_is_absolute() is called. tmpdir (override) Returns a string representation of the first existing directory from the following list: $ENV{TMPDIR} /tmp $ENV{'TMP'} $ENV{'TEMP'} C:/temp Since Perl 5.8.0, if running under taint mode, and if the environment variables are tainted, they are not used. case_tolerant Override Unix. Cygwin case-tolerance depends on managed mount settings and as with MsWin32 on GetVolumeInformation() $ouFsFlags == FS_CASE_SENSITIVE, indicating the case significance when comparing file specifications. Default: 1 COPYRIGHT
Copyright (c) 2004,2007 by the Perl 5 Porters. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.16.3 2013-01-16 File::Spec::Cygwin(3)
All times are GMT -4. The time now is 07:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy