tags:

views:

22

answers:

0

Hi All I am developing custom forms for Oracle Apps on my local system and using putty products like pscp plink etc, I FTP & compile the same. The following is the script which I run from command prompt from my local system.

Script

======

pscp -l -pw C:\FTP\XX_GS_CUST.pll user@server:/d01/appldev/DEV/apps/apps_st/appl/au/12.0.0/resource (The above lines copies the file from my local system to server successfully)

plink -ssh -l -pw /d01/appldev/DEV/apps/tech_st/10.1.2/bin/frmcmp_batch.sh module_type=LIBRARY module=XX_GS_CUST.pll userid=apps/ (The above line is not completed successfully. It gives the error frmcmp_batch.sh not found. If I login through putty and compile it's working fine.

I want to run everything from my local PC command prompt without logging into putty. I want to do this through a script only.

Any idea?

Regards Rahman