You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 --
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.