I probably could have phrased it better. If I try to copy a file to \\server\share\folder and the server is offline, the task aborts.
If server is offline you can't copy files to network folder in any case.
Try to check the server existence. I use the action "Ping host" to check whether server is active.
see the example below:
;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|101188231
Comment=STRINGLIST
ContinueOnError=INTEGER|0
ExternalName=STRING|"Task243"
Hide=INTEGER|0
ID=INTEGER|2048670453
LocalVariables=STRING|"ping"
LogOnAsUser=INTEGER|1
Name=STRING|"Copy/Move File to nonexisting folder"
OnErrorTaskID=INTEGER|0
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
WriteGeneralLog=INTEGER|0
[Actions]
Action1=FOLDER
Action2=FOLDER
Action3=FOLDER
Action4=FOLDER
Action5=FOLDER
Action6=FOLDER
[Actions\Action1]
ActionID=STRING|"A_INET_PING"
Enabled=INTEGER|-1
Name=STRING|"Ping xp-pro"
Params=FOLDER
[Actions\Action1\Params]
default=STRING|"-1"
host=STRING|"xp-pro"
timeout=STRING|"5000"
variable=STRING|"PING"
[Actions\Action2]
ActionID=STRING|"A_FLOW_IF"
Enabled=INTEGER|-1
Name=STRING|"If Then"
Params=FOLDER
[Actions\Action2\Params]
case=STRING|"0"
operator=STRING|"2"
type=STRING|"1"
value1=STRING|"{ping}"
value2=STRING|"0"
[Actions\Action3]
ActionID=STRING|"A_FILE_COPY"
Enabled=INTEGER|-1
Name=STRING|"Copy/Move File"
Params=FOLDER
[Actions\Action3\Params]
destdir=STRING|"\\XP-PRO\share\nofolder"
f_count=STRING|"1"
file0=STRING|"C:\incoming\commatext.txt"
hidden=STRING|"1"
ifexists=STRING|"0"
move=STRING|"0"
subdir=STRING|"0"
system=STRING|"1"
[Actions\Action4]
ActionID=STRING|"A_FLOW_ELSE"
Enabled=INTEGER|-1
Name=STRING|"Else"
[Actions\Action5]
ActionID=STRING|"A_DIALOG_MESSAGE"
Enabled=INTEGER|-1
Name=STRING|"Show ""Prabably server is down!!"""
Params=FOLDER
[Actions\Action5\Params]
icon=STRING|"0"
msg0=STRING|"Prabably server is down!!"
msgcount=STRING|"1"
playsound=STRING|"0"
showmessage=STRING|"1"
[Actions\Action6]
ActionID=STRING|"A_FLOW_ENDIF"
Enabled=INTEGER|-1
Name=STRING|"End If"