task scheduler tâches

  • Thread starter Thread starter j4e8a16n
  • Start date Start date
J

j4e8a16n

Hi

Thiscode works nicely:
@echo
call z-last-DATE.cmd
set /A _ww=%date%
set /A _xx=%_ww% - %_dd%
@echo %_xx%
set /A _DD=%_xx%*-1
set /A _D=%_DD%+1
@echo .
@echo .
@echo %_D%


except if I call the cmd file from the task scheduler. In wich case I have a prompt about missing parameters. I think the cmd extension are not on with the task scheduler. Maybe that is the problem.

Thanks for your attention.

JP
 
Thank you in z-later there was : set /A _dd=2013-01-26



Le jeudi 31 janvier 2013 06:59:26 UTC-5, j4e8a16n a écrit :
 
Back
Top