Zend certified PHP/Magento developer

how to Save a fixed IP (or value) in batch plink?

In a normal cisco switch if I run the following command:

copy running-config tftp:

the switch will ask me for a IP address.

for my plink I have this:

plink -ssh userhere@IP -t copy running-config tftp:

Is there a way I can add a fixed IP here instead of me entering it at the command prompt?