Tuesday, July 16, 2019

How to Run Network Application via Command Line

At present, we are using many kind of application software. May be this application software is installed in our computer or this software may be installed in the server. If the software is installed in the computer, it will run directly from the computer. And if the software is installed in the server, it will run the software from the server through the network. That means, we will run the software with access to the server.

In two ways, we can get access to the server. One is graphically and another one is through the command prompt. Generally we all use graphical access because we do not need to know any command in this method. We can do all the work in graphical view. But in command prompt, we have to know the command to execute any kind of work.

Today, we will learn about how to run network application through the command prompt. Because many of the time, it requires to run the application via command prompt.

We can run a software from the network using the below command.

"start"

The complete command (sample) is:-


start \\192.168.3.239\SYSTEM\SALES\syslogon.exe


Here "start" is the main command and rest of the line is network path.

In network path, write down your network application path. Now press the enter. Now your software will run.

No comments:

Post a Comment