Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!cornell!uw-beaver!mit-eddie!ll-xn!ames!sdcsvax!ucsdhub!hp-sdd!hplabs!ucbvax!TAMSIGMA.BITNET!SDB5442 From: SDB5442@TAMSIGMA.BITNET Newsgroups: comp.os.vms Subject: re: Jnet problems Message-ID: <8706252054.AA26368@ucbvax.Berkeley.EDU> Date: Wed, 24-Jun-87 12:47:00 EDT Article-I.D.: ucbvax.8706252054.AA26368 Posted: Wed Jun 24 12:47:00 1987 Date-Received: Sat, 27-Jun-87 04:22:43 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 24 >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