[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] How To Unzip files using Sqr
- Subject: [sqr-users] How To Unzip files using Sqr
- From: kuldeep vaidya <kuldeep_vaidya@yahoo.com>
- Date: Thu, 6 Sep 2007 21:42:36 -0700 (PDT)
- Delivery-date: Fri, 07 Sep 2007 00:45:26 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com;h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID;b=zSTnP7AFwMhoYULI00VlyzgtCd5U4904aKL/j5vk8MncVaHi9+o5Zl5WLQgMxpgDoFpSQjvsVP5DzrHrE4A9GwOSDItRUaidwZ9PXRuUs0SJIx9o3HaIHAyCx14znADR2+lkbJbCYLlvse5L6jRiGooyOVONy/ORLIUFxzeNYGo=;
- In-reply-to: <02839363BA87B447B34ECE391D0DC654782189@ex01.sjcity.net>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Hi,
I am trying to unzip files using sqr. I have following code in my sqr
#define UnZipCmd 'e:\program files\winzip\wzunzip -o'
let $command = {UnZipCmd}
let $parms = $ZipFile || ' ' || $PayFile
let $commandline = $command || ' ' || $parms
call system using $commandline #sstatus wait
where $ZipFile is the path where my zip file is present and $PayFile is the
path where I want to unzip the files.
Is wzunzip is exe file which I need to unzip the file because I can not see
this file in my winzip folder i.e in 'e:\program files\winzip'
Please let me if you have any suggestions on it.
Thanks a Lot
Kuldeep
---------------------------------
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users