Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!mordor!sri-spam!nike!ucbcad!ucbvax!NOSC.ARPA!dennis%cod From: dennis%cod@NOSC.ARPA (Dennis Cottel) Newsgroups: mod.computers.apollo Subject: CRP eats typeahead? Message-ID: <8609182335.AA16898@cod.ARPA> Date: Thu, 18-Sep-86 19:35:08 EDT Article-I.D.: cod.8609182335.AA16898 Posted: Thu Sep 18 19:35:08 1986 Date-Received: Sat, 20-Sep-86 00:35:27 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 22 Approved: apollo@yale-comix.arpa I have a /bin/csh script which CRPs onto another node to run a program which is only licensed for that node. If I type ahead of the display manager input window, the typeahead is somehow thrown away. This is painful as I'd like to stack a bunch of calls to this script to be executed one after the other (they take a while to run). Can anyone explain why this happens, and if it can be fixed? I have included a cut down version of the CRP call line below. I need to use the -CP option as I have to wait for the CRPed program to finish to do some further processing. #!/bin/csh : : (handle shell script arguments, preprocessing) : crp "/com/converter -args" -on //node -me -cp -nwp -n progname : : (postprocessing of CRP results) Thanks, Dennis Cottel Naval Ocean Systems Center, San Diego, CA 92152 (619) 225-2406 dennis@nosc.ARPA sdcsvax!noscvax!dennis