I need a VBS script with 2 parameters (path name and mask), which for example display list of files according to path and mask. Path can be in UNC and mask can use "*" or "?" wildcards:
script.vbs C:\TEMP *.tmp
script.vbs \\Server\Share\Dir ????161.lst
Anybody have an idea ?
script.vbs C:\TEMP *.tmp
script.vbs \\Server\Share\Dir ????161.lst
Anybody have an idea ?