Script running a batch file from a button

SOLVED

Hi Forum,

I have a VB Script in a button.  The only thing it does is run a batch file to move files.

the script runs manually but it doesn't do anything when i click on the button.

I've tried the client & server options with no luck.

The following is the command that i have in the VB Script.

CreateObject("Wscript.Shell").Run """\\shp-fin-sage\ACCTG\Yooz_Project\Apps\Manual_process.bat""", 0, True

Any suggestions ?

Regards,

Manuel Roman