psftp from linux box to windows

Hi all pro

I had a script from windows to put diff file from the linux box
but i had stuck on it ,how to play around with the %1

@echo off

"C:\putty\psftp" linux@1.1.1.1 -pw password -bc -b getfile.scr
--getfile.scr
lcd "C:\DATA"
cd logs/
mget %1

Thanks
jiajin

---------- Post updated at 11:55 PM ---------- Previous update was at 09:43 PM ----------

Hi all

problem solved,thkx

jiajin