I need to find all find with extension *.job in a specific folder. But somehow my code not work. However it works when i change *.job to specific name such as INV.job?
if exist "C:\WatchFolder\Incoming\*.job" (
copy /Y /V "C:\WatchFolder\Incoming\*.job" "C:\WatchFolder\InProgress"
ECHO TRIGGER AUTOMATIONS
)
Thank for reading