Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dir c:\*.* /s

0 views
Skip to first unread message

Alfredo E. Galvan

unread,
Nov 7, 2000, 3:00:00 AM11/7/00
to
How I can to Obtain a list from the files inside of subdirectories
as MS DOS Dir c:\*.* /s
and to obtain:
c:\command.com
c:\config.sys
c:\docs\sa.doc
c:\windows\sada.dll
c:|windows\asdas.xla
etc...
I' using the lotus script Function Dir$
thanks in Advance
Alfredo
--


Sent via Deja.com http://www.deja.com/
Before you buy.

John Robertson

unread,
Nov 7, 2000, 3:00:00 AM11/7/00
to
Try redirecting it into a text file (dir c:\*.* /s > filelist.txt) then
get filelist.txt and do what you need. If you intend on getting a list
of file on the server, you'll need to be able to run the agent as a
scheduled background agent.

john

0 new messages