You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FastCopy bulletin board
Hello, I use FastCopy in a batch script, if something goes wrong (file doesn't exist,...) the errorlevel still is 0. Does FastCopy give back an errorlevel?
This is how I call FastCopy in the script: c:\backup\fastcopy\fastcopy.exe /cmd=sync /auto_close /force_close /no_confirm_stop /error_stop=FALSE /logfile=%logfile% %sync_source% /to=%sync_target%
... and thanks for this great software!
Hiroaki SHIROUZU
unread,
Aug 4, 2015, 9:46:16 PM8/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FastCopy bulletin board
FastCopy is not CUI application, it is GUI application.
So, if batch-file kick fastcopy commandline, but batch-file don't wait to finish.
You want use error level, use with start /wait command, for example...
> start /wait fastcopy.exe ....
mach4bus...@gmail.com
unread,
Apr 27, 2016, 4:01:41 PM4/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message