copy and paste from MS Windows to Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers copy and paste from MS Windows to Unix
# 1  
Old 06-01-2003
Question copy and paste from MS Windows to Unix

Where I work we run unix through Microsoft windows, so my unix Windows appear on my MS Windows desktop.

I surf the net with Microsoft Internet Explorer, is there anyway I can copy and paste examples from the net into my Unix windows?

Thank you
# 2  
Old 06-01-2003
do you mean you are running an ssh or telnet session? where you connect to a remote server? or do you mean you are running something like cygwin?
# 3  
Old 06-01-2003
mmm

Im not sure what you mean, sorry Im new to Unix

Were running MS Windows, and inside of windows running Unix, dunno how it's done.

So this basically means I have unix windows on my Microsoft Windows 98 desktop.

When I find commands and scripts off the net I want to test them out but when I try to copy from the internet or wherever onto a Unix window it doesn't work and I have to tipe it all out myself!

Is there a wqay you know around this?
# 4  
Old 06-01-2003
It's important for us to know precisely how you start your unix applications in Windows. Because this directly affects whether you can copy-n-paste.

Can you describe how (the steps) you start your unix application? I think by providing this info some people will be able to guess which setup you have.

And also, which application are you running on unix. Not all unix applications support copy-n-paste, and copy-n-paste between applications of different windowing toolkits (gnome & kde e.g.) do not work nicely together.
# 5  
Old 06-01-2003
ok...

Thanks cbkihong, Ill try and explain.

When starting my Unix session I goto

Start/Machines/Machine Type/Machine Name

We run a number of machines and clusters eg.V classes, Nec SX-5

The version of Unix I am using is HP-UX

When I open a machine window (which runs HP-UX) it has the appearance of a normal Microsoft Window eg. the Border and doesn't look like a TWM window.

I can give the windows the appearance of traditional Unix looking windows by running twm

I really hope this helps

If you need more info I'll try and speak to someone about more specific specs

Thanks


Smilie
# 6  
Old 06-01-2003
I think we'll definately need more information..

If it looks like all other windows programs, then when you start whatever program you're starting you should see it's name in the blue bar at the top of the program, above the main menu/toolbars/etc.

If not, look for a Help menu and then an About option to click, which might provide the name of the program..
# 7  
Old 06-01-2003
if you do have the windows menu bar (file edit help) at the top of the window click on edit then look for Paste. i know thats the case with putty, you dont have your standard ctrl-c ctrl-v for copy and paste, respectively.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX command to copy files from Windows to UNIX box

Hi Folks, I have a file name abc.xml in my windows machine at the location c:\ytr\abc.xml which I want to place at the unix box machine inside cde directory.. at the following location that is /opt/app/cde/ now the credentials of unix box are abc345 -->(dummyid) ftyiu88--->(dummy passwd) ... (4 Replies)
Discussion started by: punpun66
4 Replies

2. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

3. UNIX for Dummies Questions & Answers

copy paste to windows from unix

I generally highlight the content in unix terminal and use ctrl+v to paste in windows and it was working. Recently I noticed that if I copy in unix and paste in windows, it works once and then it does not work the second time. Then if I do a ctrl+c in a windows app to select a text and then go back... (3 Replies)
Discussion started by: carv_13
3 Replies

4. Shell Programming and Scripting

Copy from vi Editor ( unix ) to windows

How to copy the complete content from a file in vi Editor to windows ( notepad ). I can use " select " and paste it to windows but this is restricted to current page. Not allowing me to scroll down or up when selecting the content.:confused: (1 Reply)
Discussion started by: frintocf
1 Replies

5. Shell Programming and Scripting

Copy a directory from a server (UNIX) to a PC (Windows)

Hello, I already do some question about this topic. I already establish the conection from the server (Centus) whit the windows PC using SSH. Now I have two problems: 1- The server always ask me about a password to copy the files to the windows pc, I don't know how to avoid this, if someone can... (2 Replies)
Discussion started by: yeestrada
2 Replies

6. UNIX for Dummies Questions & Answers

Copy unix filesystem to windows

Hi all Is there a way to copy a unix filesystem (folders, subfolder and files) to windows (AD) and at the same time maintaine the unix permission (user/group) when copied to windows (AD) filesystem? I want the same permission in windows as I had in unix in one copy job. Is this... (8 Replies)
Discussion started by: tomjen
8 Replies

7. UNIX for Dummies Questions & Answers

Copy file from Windows to Unix

I have a file in windows that I need to copy to UNIX. How can I FTP binary to the UNIX server. Thanks (2 Replies)
Discussion started by: abou202
2 Replies

8. UNIX for Advanced & Expert Users

Copy Paste across UNIX and Windows ?

how to select all the text from a file in Unix and then paste it in Notepad in windows? (4 Replies)
Discussion started by: skyineyes
4 Replies

9. UNIX for Dummies Questions & Answers

Copy from Windows to Unix

How do i copy a jar file from Windows to Unix?I am using eTrust single sign on tool to connect to the unix server. (1 Reply)
Discussion started by: ghanshyam
1 Replies

10. UNIX for Advanced & Expert Users

copy data from Windows to Unix any help?

I have a log file that I would like to copy from my windows pc to my unix pc for further processuon. Is there any command that can help me perform this task?. I already have a cron to fire up the process, but nothing seems to be coming up. I am trying to use ftp but nothing is coming forth.... (8 Replies)
Discussion started by: odogbolu98
8 Replies
Login or Register to Ask a Question