Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Creating a txt file with paths to all files

by caedes (Pilgrim)
on Jun 19, 2002 at 16:20 UTC ( [id://175759]=note: print w/replies, xml ) Need Help??


in reply to Creating a txt file with paths to all files

Since you are on windows you can do it easily enough with one DOS command from the C: root directory:
dir /s /b > file.txt
Edit: ok,ok... I'm slow. Geez. :-\

Replies are listed 'Best First'.
Re: Re: Creating a txt file with paths to all files
by Anonymous Monk on Jun 19, 2002 at 17:52 UTC
    If you had a real operating system you could do this ...
    find / > allfiles

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://175759]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-03-28 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found