
February 22nd, 2005, 04:05 AM
|
|
Registered User
|
|
Join Date: Feb 2005
Location: Craggy Island
Posts: 5
Time spent in forums: 1 h 26 m 54 sec
Reputation Power: 0
|
|
|
ouputting an address structure
Looking for ideas, example wold be better  , of a script that can take the following address structure
\\servername\parentfolder\
and then recursively forward search through all the child folders generating a list structure with the following output
\\servername\parentfolder\childfolder\file1
\\servername\parentfolder\childfolder\file2
\\servername\parentfolder\childfolder\childfolder1\file3
\\servername\parentfolder\childfolder\childfolder2\file4
and so on.......
Cheers
T
|