I use a .bat file as a cron.
The Windows task manager calls this batch file every 5 minutes and this batchfile simply copies a few files.
The problem is that every 5 minutes a screen with the batch output is flash on the screen. How can I prevent this batchfile shows the output on the screen?
@echo off
copy C:\asb\APPL\BBX\WORK\pcadeau "C:\Users\Gebruiker\Dropbox\Bu_booking\"
copy C:\asb\APPL\BBX\WORK\pprosp "C:\Users\Gebruiker\Dropbox\Bu_booking\"
copy C:\Users\Gebruiker\Downloads\4* "C:\asb\APPL\SYNC\bank.csv"
move C:\Users\Gebruiker\Downloads\4* "C:\Users\Gebruiker\Dropbox\Bu_booking\offline bank\bestanden\"