Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Batch file is not running!

We need to see the batch file.

It should look like:

"cd D:\Auto_Backup" 
"C:\Program Files (x86)\WinSCP\WinSCP.com" /command ^
    "open 180.179.170.117" ^
    "cd /Auto_backup" ^
    "lcd D:\Auto_Backup" ^
    "get test.txt" ^
    "exit"
ajinkya

Batch file is not running!

I have one batch file in windows which running perfectly when i run it using cmd,
here's the script:
"cd D:\Auto_Backup"
"C:\Program Files (x86)\WinSCP\WinSCP.com "
"open 180.179.170.117"
"cd /Auto_backup"
"lcd D:\Auto_Backup"
"get test.txt"
but when i convert it into batch file it stops on step one
it stops here->
winscp>
no further processing
how to debug this?