Hi all,
I have one requirement is that ,i have create a new folde in a specified location from SQR then i want to send the report output to that folder.
To send report out put i will us new-report command ,but how to create a new folder from the SQR?
Does it possible in SQR I don't know
can any one help me on this
Thanks in advance
Ramya
| Title | Under | Posted on |
|---|---|---|
| Inserting records | PeopleSoft Technical | 07/28/2010 - 11:03am |
| WEBLIB_PT_NAV.ISCRIPT1.FieldFormula.IScript_PT_NAV_PAGELET error... | PeopleSoft Technical | 07/27/2010 - 2:02pm |
| Basic language | PeopleSoft Technical | 07/27/2010 - 7:12am |
| Rowlevel security from app designer | PeopleSoft Technical | 07/27/2010 - 5:15am |
You can use something like this..
Let $folder = 'C:\My_Folder'
Let $cmd = 'mkdir ' || $folder
call system using $cmd #status
/Ashar
Post new comment