I thought -p (match full path and file name) would do it but it seems that it's matching partial paths.
Code: Select all
v:\> es.exe -p v:\*.vbs
V:\ifiletime.vbs
V:\ifiletime2.vbs
V:\iheader.vbs
V:\hold\script.vbs
V:\hold\wmitest.vbs
Code: Select all
v:\> es.exe -p v:\*.vbs
V:\ifiletime.vbs
V:\ifiletime2.vbs
V:\iheader.vbs
V:\hold\script.vbs
V:\hold\wmitest.vbs
Code: Select all
es.exe parent:v: *.vbs