Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!think!ames!ucbcad!ucbvax!TAMSIGMA.BITNET!SDB5442 From: SDB5442@TAMSIGMA.BITNET Newsgroups: comp.os.vms Subject: Jnet Problem Message-ID: <8706282021.AA24306@ucbvax.Berkeley.EDU> Date: Sun, 28-Jun-87 15:00:00 EDT Article-I.D.: ucbvax.8706282021.AA24306 Posted: Sun Jun 28 15:00:00 1987 Date-Received: Sun, 28-Jun-87 20:37:05 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 26 I am resubmitting this to INFO-VAX as it didn't come through the first time. >A good way to simulate the problem is to do a SEND/FILE/BINARY BLAH.EXE >to yourself. Then go into RECEIVE and do a RECEIVE/BINARY BLAH.EXE. >If you do a DIR/FULL on the original, it is a Fixed block file. >The RECEIVEd version is Variable length, Carriage control. Well, I've found a solution to get the .EXE files to work right. You need to use CONVERT/FDL to convert the received file to a fixed block file again. The file CON.FDL is shown below: RECORD FORMAT fixed SIZE 512 For the given example, you type: $CONVERT/FDL=CON BLAH.EXE BLAH1.EXE and BLAH1.EXE will be executable. Oh, you also need to send it with the command: $SEND/FILE/BINARY/NETDATA BLAH.EXE. Stewart Baker Manager, VLSI Texas A&M University SDB5442@TAMVENUS