Thank for the info... However it still fail, doesn't complete execution... here is the code

Dim $EXEC
$EXEC = '%COMSPEC% /c \\s-netstorage\OfflineMigrationLog$\Tools\csccmd.exe /moveshare:\\' + $OLDSERVERNAME + '\' + $SHARENAME + '\' + @USERID + ' \\' + $NEWSERVERNAME + '\' + $SHARENAME + '\' + @USERID

? $EXEC
Shell $EXEC