[SOLVED] batch file to open multiple txt files within WinSCP ?/
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
Advertisement
Advertisement
"C:\Program Files (x86)\WinSCP\WinSCP.exe" "site_name" /edit /remote/path/file.txt
Advertisement
Shift+F4
and type (or rather paste or later select from the history) a semicolon-separated list of the files you want to edit.
@echo off "F:\WinSCP\WinSCP.exe" "BR" /edit /home/autoconfig.json; /home/config.js
Advertisement
/edit
switch.
Usewhilst you here how can i clear the lists in the drop down menu of the "shift f4" window ?
Ctrl+Del
.
Advertisement
You can post new topics in this forum