Differences
This shows you the differences between the selected revisions of the page.
| 2005-04-01 | 2005-04-01 | ||
| terminology (martin) | command line open (martin) | ||
| Line 40: | Line 40: | ||
| </code> | </code> | ||
| - | If you want to first open a ''session'' that you have saved via the GUI, then add the name of your session as below. | + | Instead of using ''open'' command you can also open session using [[commandline|command-line parameter]]. |
| <code> | <code> | ||
| - | winscp3 /console /script=example.txt stored_session | + | winscp3 /console /script=example.txt my_session |
| </code> | </code> | ||
| - | Now you can omit the ''open'' command in your script file because you are now connected. | ||
| - | |||