windows - Script to list the files of a folder and export it to a text document -


i wondering if knew of way folders, files , sub-folders of location (such c:\users\username) , export text document on network share (such \server\share\document.txt).

thank help!

from command line (or use batch file if you're going need lot):

dir c:\users\username > \\server\share\document.txt 

that should trick


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -