Title: | PATHWORKS for OSF/1 |
Notice: | see also NOTED::PWDOSWINV5 (PW client) & TURRIS::DIGITAL_UNIX |
Moderator: | CPEEDY::LONG |
Created: | Thu Apr 22 1993 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1874 |
Total number of notes: | 6870 |
Hi, The customer had upgraded to Digital UNIX 3.2 C to Digital UNIX 4.0B and Pathworks 5.1 to Pathworks 6.1. After this upgrade he has the following error with the unix2dos command. OESEFE.zqo.dec.com> ls x1 x2 x3 OESEFE.zqo.dec.com> file * x1: ascii text x2: ascii text x3: ascii text OESEFE.zqo.dec.com> unix2dos x* -v Converting x1 Converting x2 Unable to access utod UNIX2DOS: No such file or directory OESEFE.zqo.dec.com> Checksum : 19804 16 /usr/bin/unix2dos With DUNIX 3.2C and Pathworks 5.1 ECO ?? jen004.sqo.dec.com> file * r1: ascii text r2: ascii text r3: ascii text r4: ascii text jen004.sqo.dec.com> unix2dos r* -v Converting r1 Converting r2 Converting r3 Converting r4 Can anybody explain me the error and why doesn't it work on 4.0B and 6.1 ?? Thanks in the advance, Arancha
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1802.1 | work-around | EVTAI1::CASTELLO | UNIX and PCI Support | Wed Apr 02 1997 08:56 | 22 |
Hello Arancha The two versions of unix2dos differ. Since V6 a new functionality has been added to create a unique temporary file preventing 2 users simultanaously working in the same dir to modify the same file. But with that the new unix2dos can't be used with several agruments. I am giving you a work-around using simple shell scripts. I've made a proposal fixing the source to Engineering group hoping it will be incorporated in a next version. Regards, Jean-Pierre ------------------------------<cut here and save it>------------------------ #!/bin/sh for i in $* do /usr/bin/unix2dos -v $i done | |||||
1802.2 | Thanks for your workaround for this version | MDR01::ARANCHA | MCS Madrid | Thu Apr 03 1997 09:41 | 2 |
Thanks, Arancha | |||||
1802.3 | QAR #1020 | EVTAI1::CASTELLO | UNIX and PCI Support | Wed Apr 09 1997 07:04 | 0 |