Reading Directory Files on Windows

Chris Kelleher

Administrator
Staff member
I have Win95 and Progress 8.2b,
but i have then next trouble
when i run this.

dos dir. /*THIS WORK GOOD*/

but when i try the next routine progress lock my application
/* THIS NOT WORK*/
output to x2.lg.
dos dir .
output close.

Why ? :-(
thanks for the help !
 

Chris Kelleher

Administrator
Staff member
try this:

OUTPUT TO "c:\temp\dir.txt".
DOS SILENT DIR.
OUTPUT CLOSE.

HTH.

--
Chris Schreiber
ProgressTalk.com Manager
webmaster@progresstalk.com
 
Top