Jump to content
UBot Underground

Open list of files in directory


Recommended Posts

I'm curious about the option to open a directory of files (all of them), then process each file in a loop.

 

Any ideas?  Curious what the more experienced users would do.

Link to post
Share on other sites

No need to go into PHP for that

Simple dos command appended with > (to route the output into a file) will do

 

dir > myfile.txt

 

Should make a handy list  :)

 

::emp::

 

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...