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.

Monday, July 15, 2019

How to Create MAP Drive in Windows

In a shared folder within the network, we can access the various ways. For example, we can get access using the "Double Back Slash (\\)" sign within the "Run" option. Another way we have, map the shared folder with our computer. This method is called "Map Drive" or "Drive Mapping".

The biggest advantage of this drive mapping is that, the share folder does not have to be connected repeatedly. Once connected, it will be automatic connecting since then.  But in other cases, whenever it needs access to the share folder, it must be connected.

Today we will see in this article, how to mapping the drive in windows.

First we need to create a shared folder or share the existing folder that we want to map.

Map drive can be created in two ways. First of all, we can create a map drive from "This PC" or "My Computer" option within desktop. Just right click on "My Computer" icon or "This PC" icon and select "Map Network Drive". However if you want to map by using this method, then you have to enter the entire network path.




 And the second method is, just right click on the shared drive and select "Map Network Drive" option. Here, network path will be added automatically. Just as below:-




Now we will discuss the step by step process. First of all Method one.

Just right click on "Computer" icon or "This PC" icon from desktop and select "Map network drive".




Then following interface will appear. Now you have to type the network path. And finally, click "Finish" button.




Now map drive will appear inside the drive list on "This PC" or "Computer" option.




Now we will discuss about the second way, how to create a map drive.

At first go to the shared folder and right click on it. Then select "Map network drive".





Now click on "Finish". Automatically network path will be added.

Done. Now open "Windows Explorer" to access your map drive.