Looking for Unix Emulators on Windows XP


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Looking for Unix Emulators on Windows XP
# 8  
Old 02-04-2007
Thanks again for all your replies.

I installed Linux Fedora on a partitioned hard disk on an old laptop.

But, on another laptop I installed ViM for Windows XP to practice the Vi editor on Windows, lest I forget it again.

After installing ViM I installed Cygwin to practice Unix commands on Windows.

From Cygwin command, I'm also able to invoke the ViM editor, that works out great for me, as it simulates the Unix like environment after I exit the editor.

However, with Cygwin, I'm unable to list the existing files and folders that are on the C: drive of the Windows XP system.

When I list directories at / , Cygwin simply shows these directories and files:
bin cygdrive cygwin.bat cygwin.ico etc home lib proc tmp usr var

Then I tried $mount , it showed a mapping of
c: drive to /cygdrive/c - this means that every time I need to access a file on the c: drive I need to change directory to /cygdrive/c

Right now I don't know the limitations of Cygwin, it seems that DOS inserts CRLF in files but Unix only inserts LF for new lines, don't know if this will be problem, will have to wait and see.

Last edited by thoughts; 02-04-2007 at 10:49 PM..
# 9  
Old 02-05-2007
what i use in sco 5.0.6
dtox - change file format from dos to unix
xtod - change file format from unix to dos
try it
# 10  
Old 02-16-2007
Hi

I tried dos2unix and unix2dos in Linux and it worked.

Regarding CygWin, I think its a great program to practice basic Unix commands but I was looking for something that tightly integrates with the DOS command prompt.

By this I mean, if I start at c:\> of DOS I should be able to type ls and see a Unix like listing of directories. Or if I tab, it auto completes the rest of the file name.

My manager installed a program like that at my previous employer, but I should have made a note of what program he used.

He would type Unix commands on DOS as if it were a Unix machine.

I'll try out the other emulators and see how they work. So far I've only tried Cygwin and VIM for Windows.
# 11  
Old 02-17-2007
Go get VMware workstation. It's the best.
# 12  
Old 02-17-2007
Thanks for the recommendation, sorry if I forgot to mention this.

I do have a full Linux installed over a partition on my old laptop so, I'm able to use and practice Linux there.

But, I plan to install that DOS integration or whatever it may be known as on every Windows system I get to work on both at home and at work.

The program my manager used a small exe file or something of that sort, after running the exe the DOS command was almost like Unix shell prompt.


I haven't tried VMWare products yet, so I don't know their features but I came accross:

VMWare Server
http://www.vmware.com/pdf/server_datasheet.pdf

I might give it it a try and see how it works.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Needed SFTP script from windows to UNIX server and from UNIX to windows server(reverse SFTP)

hi guys, i need a script to sftp the file from windows to unix server ....(before that i have to check whether the file exists in the windows server or not and again i have to reverse sftp the files from unix to windows server..... regards, Vasa Saikumar. (13 Replies)
Discussion started by: hemanthsaikumar
13 Replies

2. UNIX for Dummies Questions & Answers

Advanced info on CPU Emulators

I have searched and searched this topic but without looking at source code ; my next step maybe , I find the same ambiguous information. My main question is how is the target code translated? It is stated that there are variables created that hold the data that the emulated CPU would hold in... (12 Replies)
Discussion started by: theKbStockpiler
12 Replies

3. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

4. UNIX for Dummies Questions & Answers

Changing windows server alias name on windows or unix?

My situation is that we have production unix scripts that ftp files over to a windows server. I'm not sure if its a 2000 or 2003 server as I dont work on server, more on the unix side. It turns out that they are changing servers on the network. So they are migrating our data over from say Server 1... (1 Reply)
Discussion started by: NycUnxer
1 Replies

5. Windows & DOS: Issues & Discussions

Windows Terminal Emulators

I have been using NetTerm on various Windows flavors for a while and have just run into a problem with printer passthru (transparent printing) that I can analyse but not resolve. The setup is a Epson TM60 POS Label Printer connected XON/XOFF via COM1 on a Win98SE system. This is controlled... (3 Replies)
Discussion started by: MickZA
3 Replies

6. Solaris

8&16bit emulators

Hi to everybody!! Being an Amiga junkie for almost 20 years, I recently decided to start learning a couple of thing about UNIX. My first hardware choice was a Sun U10 and than a U60! Have managed so far to set up the machines to work well with Solaris9, they really are very good but I miss my... (0 Replies)
Discussion started by: kokkiklhs
0 Replies

7. UNIX for Dummies Questions & Answers

any emulators

iam new to unix , i would like to practice unix commands at home, can anyone help me to know if there are any emulators that i can download to practice or any trial versions that can be installed to practice. Regards dep (1 Reply)
Discussion started by: dep
1 Replies

8. Solaris

Sun OS 3 Emulators?

Hi all, I guess I'm going to get lots of annoyed people asking about windows on a unix forum but here goes. I have a win XP machine and need to run some sofware that was written on and compiled on a sun os 3 machine. Does anyone know of any emulators that will run in the windows enviromment to... (2 Replies)
Discussion started by: northernalex
2 Replies

9. UNIX Desktop Questions & Answers

UNIX emulators

I now that there are emulators like WINE and NetTerm, and even Hummingbird is a good on as well, but are there any emulators for Windows to emulate UNIX???:confused: I am looking to brush up on my UNIX skills, but I cannot afford to by a small UNIX workstation right now. Anyone got any... (8 Replies)
Discussion started by: MIRV
8 Replies

10. UNIX for Dummies Questions & Answers

Windows UNIX emulators?

Is there some way I could run UNIX in a window by itself on a Win2K PC? I have to use this PC at work, and I'd like to run UNIX in the background, so I can learn the system during the inevitable lulls (my job is boring as hell). Any help would be appreciated...thanks! (7 Replies)
Discussion started by: liquidcross
7 Replies
Login or Register to Ask a Question