Savebatchfile
Batch File

Open multiple Internet sites using Batch File

How to open multiple Internet sites using Batch File? Using the following command you will be able to create multiple websites: “C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” “https://www.pelegit.co.il/”  “http://www.microsoft.com/” “https://www.youtube.com/channel/UC5kCjoAz_PznscR391MW0Rw/videos/” “http://www.cisco.com/” Save the notepad file as “bat” extension: […]

Net User command
Batch File

Net User command

I would like to introduce you a useful command “Net user”. The net user command is the command which allows us to get some important information about a user and even we can make some […]