You can use the Kix-command Copy to do this:

code:
If InGroup ("Address")
Color y+/b
At (6,1) "ADDRESS BOOK UPDATE."
;Go f:
At (6,1) "ADDRESS BOOK UPDATE.."
Copy "\\servername\shared$\address\pogo.pab" "c:\address\"
At (6,1) "ADDRESS BOOK UPDATE..."
At (6,1) "ADDRESS BOOK UPDATE....."
EndIf

You don't need the "go f:" - statement, so I commented it out. The Copy-command can now copy your file from the server to the desktop.
Also, the errorcode is not needed to check. If Ingroup = true, than the code will be executed.
[ 06 November 2001: Message edited by: MartijnL ]

[ 06 November 2001: Message edited by: MartijnL ]

[ 06 November 2001: Message edited by: MartijnL ]