Enter the command line you want to execute on your
system in the text box, the program will try to execute the line you typed
on your system and return the output for you so you can follow on what
happened as a result of your command.
You must be very careful
for the commands you run on your system. The system results or output will
be displayed after executing the commands.
The current directory will
be displayed so you know where you are now on the system directory.
You can run more than one
command in one time, for example you can enter in the text box the
following commands:
cd /home/usr/mewsoft/html
mkdir backup
chmod 0640 backup
ls -la
Windows system may use
commands like this:
cd c:\inetpub\users\mewsoft.com
md backup
dir/s
The program will execute
each line of these commands and return the result of its execution.
|