A
A
alex77002021-04-08 12:29:54
Command line
alex7700, 2021-04-08 12:29:54

View forgotten password in Winscp?

To view from a forgotten password in wincp, you could create a bat file inside was

echo % *
pause

the contents. https://qastack.ru/superuser/100503/where-does-win...

But I noticed that if the password contains the symbol & then it shows up to the symbol &

For example, QwerrtyY%6&ghf it will show as QwerrtyY%6. Nobody faced? Or do you know another way?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
shurshur, 2021-04-08
@shurshur

I suggest trying echo "%*"

W
wisgest, 2021-04-08
@wisgest

When the command output mode is enabled:
echo on
the command
rem %*
will be shown with a substituted value %*, including possible special characters.
(See also " get batch file options in general... ".)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question