You don't say whether you are on Windows or Unix versions of jBASE

I would create as a PROC (providing you have an MD).

JED MD  RUNTHIS
001 PQ
002 HCOMO ON TEXT.TXT
003 P
004 HLIST F.USER NOPAGE
005 P
006 HCOMO OFF
007 P

Type RUNTHIS at the jshell to run.

or in windows create a batch file  eg

JED . RUNTHIS.BAT
001 COMO ON TEXT.TXT
002 LIST F.USER NOPAGE
003 COMO OFF

type in RUNTHIS at the jshell to run

in Unix

JED . runthis

001 COMO ON TEXT.TXT
002 LIST F.USER NOPAGE
003 COMO OFF

type in RUNTHIS at the jshell to run.

Hope this helps.

Simon

===========================
Simon Verona
Director
Dealer Management Services Ltd

email: [email protected]
tel: 0845 686 2300



gneizer wrote:
> I have a file containing the following commands that I want to execute
> at JSHELL.
>
> COMO ON TEST.TXT
> LIST F.USER NOPAGE
> COMO OFF
>
>  What i want is to execute the commands like "EXECUTE TEST.TXT"
> instead of typing one line at a time at jshell.
>
>   

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

<<attachment: simon.vcf>>

Reply via email to