cerruti1881
Technical User
Senario:
Suppose there is a remote PC named "123456w".
Here is the folder structure that I want to search:
C:\Users
\TEST001
\TEST002
\TEST002.TEMP
\TEST002.TEMP001
\TEST002.TEMP002
\TEST003
......
I want the script to return all folder name started with "TEST002" (which in above example has 3 folders, it may vary on different computers) into an array for further renaming purpose.
Can anyone give a sample code?
Cheers!
Suppose there is a remote PC named "123456w".
Here is the folder structure that I want to search:
C:\Users
\TEST001
\TEST002
\TEST002.TEMP
\TEST002.TEMP001
\TEST002.TEMP002
\TEST003
......
I want the script to return all folder name started with "TEST002" (which in above example has 3 folders, it may vary on different computers) into an array for further renaming purpose.
Can anyone give a sample code?
Cheers!