batch file - Task Scheduler Error (0x1)? -
i created batch file curl script task scheduler in windows. reason i'm keep getting error 0x1 after script runs in scheduler. here batch file script:
dir c:\curl.exe %%# in ("e:\one\two\*.txt") curl.exe -t "%%~f#" -u username:password ftp://ftp.test.com/hello/%%~nx#
if can tell me wrong script or how should create call in task scheduler.
thanks in advance.
Comments
Post a Comment