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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -