- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I get a file off Unix and read it on NT or...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2000 06:09 AM
10-12-2000 06:09 AM
How can I get a file off Unix and read it on NT or Win95/98
I wonder if anyone could help me. I am trying to copy a file onto a floppy from a standalone Unix workstation. I would like to know how I can get to read this on an NT PC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2000 06:16 AM
10-12-2000 06:16 AM
Re: How can I get a file off Unix and read it on NT or Win95/98
what copy command have you used (tar) ?
Best way (at HP-UX) is to use doscp (see man doscp)
Usage: doscp
(check your device file)
Before using doscp you have to format the disk on a dos/windows system because there is no command for formatting dos diskettes at HP-UX.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2000 06:18 AM
10-12-2000 06:18 AM
Re: How can I get a file off Unix and read it on NT or Win95/98
I will try what u have suggested thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2000 06:37 AM
10-12-2000 06:37 AM
Re: How can I get a file off Unix and read it on NT or Win95/98
BTW, you may also need/want to convert the file format before you copy it.
# dos2ux myfile > myfile.dos
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2000 07:07 AM
10-12-2000 07:07 AM
Re: How can I get a file off Unix and read it on NT or Win95/98
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2000 07:45 AM
10-12-2000 07:45 AM
Re: How can I get a file off Unix and read it on NT or Win95/98
since you want to write from your hpux to be read by NT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2000 08:41 AM
10-12-2000 08:41 AM
Re: How can I get a file off Unix and read it on NT or Win95/98
Yes, Victor, thanks for the catch. I DID mean "ux2dos", but can't seem to keep the fingers synchronized with the brain (or maybe vice versa?) :-))
Regards, Jim.
...JRF...