Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleHow to add action

Through the context menu Add Action → Android → Utils

Image RemovedImage Added

Or use smart search.

...

In the Windows Search panel, enter cmd.exe(1), Right click on the command line (2) and select Run as administrator (3):

Expand
titleScreenshot
Image RemovedImage Added

Enter the commands

...

Expand
titleExample

"D:\Program Files\Microvirt\MEmu\memuc.exe" -i 0 adb shell

Quotes around the path are mandatory because there are gaps in it.

Image RemovedImage Added

After that, you can only enter commands:

Image RemovedImage Added

To exit, type the command exit

Image RemovedImage Added
  • Second: perform one command at a time without going into the context of the emulator console

    • format - <path_to_the_file_memuc.exe> -i <index_bested_VM> adb shell ”<text_command>” (quotes around the command are required!)

Expand
titleExample

"D:\Program Files\Microvirt\MEmu\memuc.exe" -i 0 adb shell ”ls -la /sdcarcd/Download”

Image RemovedImage Added

The result of execution will be immediately displayed in the window, after which you will still be in the context of the Windows command line.

...

This information can be found in the Multi-Memu window, in the left column.

Expand
titleScreenshot
Image RemovedImage Added

Commands

All sorts of commands a large number and to describe each of them, you need a separate reference. Here I will try to describe the most common of them.

...

Expand
titleExample

mkdir --help

Image RemovedImage Added

Because All this is the basic Linux commands, then on the Internet a huge amount of information, instructions and explanations to work with them.
Just enter a species request in the search string linux <command_name> примерor linux команда <command_name> пример , where <command_name> - the name of the required command.

...