[SOLVED] batch file to open multiple txt files within WinSCP ?/

Advertisement

cvj
Joined:
Posts:
7

[SOLVED] batch file to open multiple txt files within WinSCP ?/

I use winscp on my lynux server to view and edit multiple text files using the internal editor..

what I would like to know is :- can I make some sort of batch file that will open multiple files to save me having to open all the files one at a time

thanks
Last edited by cvj on 2020-10-10 10:58; edited 1 time in total

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,587
Location:
Prague, Czechia

Re: batch file to open multiple txt files within WinSCP ?/

Well, you can generate the URL. But in this case, I believe it's better to refer to your saved site on the command-line, to avoid duplicating the login info:
"C:\Program Files (x86)\WinSCP\WinSCP.exe" "site_name" /edit /remote/path/file.txt

Reply with quote

cvj
Joined:
Posts:
7

Re: batch file to open multiple txt files within WinSCP ?/

Yeah thanks ,,
So can I do open multiple files on one line tho ?

"F:\WinSCP\WinSCP.exe" "BR" /edit /home/autoconfig.json config.json

Reply with quote

Advertisement

cvj

Re: batch file to open multiple txt files within WinSCP ?/

yeah that I have seen and does help but I have to log in to server every time I start new instance/file tho,,,

is there no way this type of command can be executed from within WinSCP rather than from windows command prompt ?

Reply with quote

cvj
Joined:
Posts:
7

Re: batch file to open multiple txt files within WinSCP ?/

ok now this I did already try tho. I can open each file as just one but both together ,, no

@echo off
"F:\WinSCP\WinSCP.exe" "BR" /edit /home/autoconfig.json; /home/config.js

Reply with quote

Advertisement

martin
Site Admin
martin avatar

Re: batch file to open multiple txt files within WinSCP ?/

I didn't write that you can use the semicolon with the command-line /edit switch.

You have asked if you can open multiple files from WinSCP, instead of commandline. I've assumed that you mean WinSCP GUI. And that's what my previous post shows.

Reply with quote

cvj

Re: batch file to open multiple txt files within WinSCP ?/

Got it thanks for your patients !!
whilst you here how can i clear the lists in the drop down menu of the "shift f4" window ?

Reply with quote

martin
Site Admin
martin avatar

Re: batch file to open multiple txt files within WinSCP ?/

cvj wrote:

whilst you here how can i clear the lists in the drop down menu of the "shift f4" window ?
Use Ctrl+Del.

Reply with quote

Advertisement

You can post new topics in this forum