Results 1 to 3 of 3

Thread: PC knowalls, .bat files

  1. #1
    J a m e s
    Guest

    PC knowalls, .bat files

    i got a .bat file to print the dir contents, but cannot get one save the contents into notepad, any ideas?

    i want a list of my dir saved as text file

  2. #2
    J a m e s
    Guest
    done it, w00t

    here it is for all interest.

    i can burn cds off for people, for a tiny price

    http://homepage.ntlworld.com/james.s...ht/dirlist.txt

  3. #3
    Punto know it all
    Join Date
    Aug 2002
    Location
    Greater London
    Posts
    3,406
    ok, for example

    @echo off
    @dir >> c:\test.log
    @exit

    the above is a simple batch that would 'dir' the list of directories in the current path and write that list to c:\test.log.

    hope that helps.

Posting Permissions

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