Arc Forumnew | comments | leaders | submitlogin
1 point by jsgrahamus 4372 days ago | link | parent

Sorry about the formatting. I thought the key was to put 2 spaces at the front of the line.

arc> dev

"c:\\Users\\Steve\\Desktop\\mbrm.txt"

arc> (w/instring ins dev

       (whiler l (readline ins) nil

                 (prn "{" l "}")))
{c:\Users\Steve\Desktop\mbrm.txt}

nil

arc>

C:\Users\Steve\Desktop>dir mbrm*

Volume in drive C is TI105757W0A

Volume Serial Number is 48C4-C0F7

Directory of C:\Users\Steve\Desktop

04/26/2012 11:15 AM 254,785 mbrm.txt

04/26/2012 11:35 AM 242,988 mbrm2.txt

               2 File(s)        497,773 bytes

               0 Dir(s)  146,673,606,656 bytes free

C:\Users\Steve\Desktop>