|
Thanks David for your reply and Happy Thanksgiving day. How do I set my current dir. before running this command in batch? Regards, Rajesh Anand Tel: + (44) (0) 207 996 1152 Mob: + (44) (0) 7947273151 Email:Rajesh_anand@xxxxxx -----Original Message----- From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of David Gibbs Sent: 25 November 2004 16:37 To: Java Programming on and around the iSeries / AS400 Subject: Re: Qshell cmds not running in batch Anand, Rajesh wrote: > I'm trying to run jar -x /tmp/jdom1.0.zip in batch from Cmd line > by executing the following steps, but its not working. > first step - ADDENVVAR ENVVAR(classpath) VALUE('/tmp') > Second step - SBMJOB CMD(STRQSH CMD('jar -x /tmp/jdom-1.0.zip')) > JOB(JDOM) > When looked at the spool file the following message appeared and > examined the link /tmp which did not have any files extracted. Your jar syntax appears to be incorrect ... it should be 'jar -xf /tmp/jdom-1.0.zip' ... the 'f' flag tells jar to extract the files from the specified archive. Also, I don't think you'll find the files in the /tmp directory anyway ... jar extracts files to the current directory, not the directory contained in the classpath environment variable. Since it's turkey day, I don't have ready access to an iSeries to verify this. I did, however, check on my PC's jar command. david -- This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. -------------------------------------------------------- If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail. http://www.ml.com/email_terms/ --------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact copyright@midrange.com.
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.