Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem opening files with ":"

Status
Not open for further replies.

Outy

Programmer
Feb 7, 2001
16
0
0
BE
Hello,

We have a unix-system that generates files containing the ":" character. When we try to open it in Windows 2000 this is not possible because it contains the ":" character. Is there a way to bypass this without changing the file in unix?


Thanks
Outliner
 
From a DOS/CMD prompt, try to copy the file using a wildcard instead of the colon. For example:

COPY ABC?EFG.EXT ABCDEFG.EXT
 
Tell samba or other client access software on Unix to translate ":" to something harmless like "_" for DOS/Windows, just like ISO9660 does.

HTH
TonHu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top