CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Gurus .... Silly, but urgent

    How do I do this?

    I need to see the "dir" command and then "type file"

    Thank You,
    Shivakumar G.M.


  2. #2

    Re: Gurus .... Silly, but urgent

    file = dir("c:\*.*)
    dim file as string
    do while file<>""
    debug.print file
    file=dir
    loop

    hi,brt


    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured