| To: | jmp-l@lists.biostat.wustl.edu, kyle.hamar@gmail.com |
|---|---|
| Subject: | Re: How do I get a list of files on disc into JSL? |
| From: | chem engineer <chemical_engr@yahoo.com> |
| Date: | Wed, 25 Jan 2006 04:47:14 -0800 (PST) |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ncB2qPfmo2yxML7NdJksDTGW1rdoLynoLVvpdTtvNaudswYI7Md2gxRf026/ySxIkfu86/hGg6WIPYzJHYQRof9URQZALvOHtnA7QASctAa2DnOjc88uYUXFhY89YCMaAUOOsFB4J/AE1gFVjyLEA+C/XSoqLxQxBA0AgbxoFyc= ; |
| In-reply-to: | <e446ecef0601241655h5162f289w59820a96094e5fea@mail.gmail.com> |
|
kyle: ok - there is an old trick from DOS inherited from xylnx/unix ?? called the pipe. C:\> dir << you know what this does C:\> dir > dir.txt << this 'pipes' the directory output to the ext file [dir.txt] thus employ something like dll << CallDLL("gzdll_exec", "c", "dir c:\temp > dir.txt"); then suck up the text file with another JSL command, cant recall ... but something like "read text()". once you have the file you can clean it up and get what you need. also ... the DIR command in dose has some switches which can be used to give the dir text listing in differing formats, i.e. cleaner for your purposes. let me know how you make out .... dude ... good to see you are pushing
the
unwielding boundaries of JMP JSL - I feel less alone (he he) cheers don Kyle Hamar <kyle.hamar@gmail.com> wrote: On 1/23/06, chem engineer
Yahoo! Messenger- Start an email from Y! Messenger, plus be alerted when new emails arrive. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: How do I get a list of files on disc into JSL?, Kyle Hamar |
|---|---|
| Next by Date: | Re: { SPAM 1 }::Re: Any ideas on how to match and balance, Mark4Flies |
| Previous by Thread: | Re: How do I get a list of files on disc into JSL?, Kyle Hamar |
| Next by Thread: | Re: How do I get a list of files on disc into JSL?, Mark4Flies |
| Indexes: | [Date] [Thread] [Top] [All Lists] |