hi gurus
I would like to accomplish the following:
$filter= "*.ntx,*.dbf,*1301.*"
copy-item -path -destination -include $filter
I have tried -include with " and without " and it does nothing , what am I missing, as you can tell I am new to PS so go easy in case of being a stupid thing.
Thanks a bunch