Category Archives: Command Prompt

Net Share Command: List – Create – Delete Network Shares from CMD

A network share can be created, configured, and deleted from the command line by using the net share command. Syntax and examples are provided below for the net share command. The command-line method for creating a network share: You can create a share using the following syntax. net share sharename=folderpath /grant:username,permissions sharename: You can assign… Read More »

How to Move a File from One Directory to Another in Terminal

Using this tutorial, you will be ably transmitting files or folders/directories on your Windows system to another location. Transform files into a new directory: move filename destinationFolder Sample: The file [data.docx] should be relocated to the backup folder [d:/folder] move data.docx d:\backup\folder\ The file can also be renamed as it has been moved new place.… Read More »