[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Specifying path for report creation w/o using drive letter
- Subject: Specifying path for report creation w/o using drive letter
- From: Zubin Shroff <zshroff@DTTUS.COM>
- Date: Wed, 1 Dec 1999 10:32:43 -0600
- Alternate-Recipient: Allowed
- Conversion: Allowed
- Disclose-Recipients: Prohibited
- Original-Encoded-Information-Types: IA5-Text
- Priority: normal
- X400-Content-Type: P2-1988 ( 22 )
- X400-Mts-Identifier: [/c=US/admd=TeleMail/prmd=Deloitte/; 09D7C38454DAB08A-MTAUSCNT2DT]
- X400-Originator: zshroff@deloitte.com
- X400-Received: by ans2-pub.dttus.com (Internal Mail Agent-2); Wed, 1 Dec 1999 10:35:18 -0600
- X400-Received: by ans2-pub.dttus.com (Internal Mail Agent-1); Wed, 1 Dec 1999 10:35:18 -0600
- X400-Recipients: non-disclosure;
Hi all,
We have an sqr that creates report files using the 'NEW-REPORT'
command. We need to specify the path of the network directory, but do
not want to use the drive letter since different users may have it
mapped to different drives. For example, if my Windows explorer shows
IS on 'Ent1\Data1' (O:)
how would I specify a folder on the O: drive without hard-coding the
drive letter in the sqr? I tried to use
NEW-REPORT 'Ent1\Data1\IS\myfolder\report.lis'
but sqr was unable to find the directory. When I use
NEW-REPORT 'O:\myfolder\report.lis', it works fine.
Any input will be appreciated.