@echo off
net use \\SAP_Server_IP#User#Password
copy \\internal_Server_IP%1.cts \\10.41.150.20\ctex
c:\startrfc -3 -h SAP_Server_IP -s 00 -u User -p Password -c 510 -l E -F Z_TRIGGER_C_3 -E I_FILE=\\SAP_Server_IP\%1.cts
- above script currently we use to upload to ECC6 which is available in our local domain,
- in that script we coping the file into SAP server and upload.
- Now we are upgrading SAP to HANA in google cloud platform with Linux.
- how can I execute same operation?