How to create a read command button to create a folder and go into it ?

Support for Android version of Total Commander

Moderators: white, Hacker, petermad, Stefan2

Post Reply
ercan1102
New Member
New Member
Posts: 1
Joined: 2024-04-05, 21:23 UTC

How to create a read command button to create a folder and go into it ?

Post by *ercan1102 »

I want to create shell button, that will create a folder with specific name and then go to that directory. So there should be input field while running that command.
The command:

Code: Select all

read input && mkdir $input && cd $input
Post Reply