Windows-commandline - windows-commandline.com - Windows Command Line

Latest News:

Javac not recognized as internal or external command 17 Aug 2013 | 02:56 pm

Javac is the executable for compiling java applications.   When compiling a java program from command line, this is the most common issue people face.  Let’s see how we can fix this issue.  First thin...

Set path command line 16 Jul 2013 | 09:48 pm

Users can run an executable from windows command prompt either by giving the absolute path of the file or just by the executable file name. In the latter case, Windows searches for the executable in a...

Search classes in jar file 15 May 2013 | 11:28 pm

We do not need to download special tool to search for classes in jar files.  This post explains how to do that without the use of any additional tool. You need to have java sdk installed on your machi...

Search classes in jar file 15 May 2013 | 11:28 pm

We do not need to download special tool to search for classes in jar files.  This post explains how to do that without the use of any additional tool. You need to have java sdk installed on your machi...

Find memory size 11 Apr 2013 | 01:36 pm

In Windows, we can find the physical memory size from command line. We can do this either using systeminfo or wmic commands. Both the commands are given below. 1. Using systeminfo command systeminfo |...

Find memory size 11 Apr 2013 | 01:36 pm

In Windows, we can find the physical memory size from command line. We can do this either using systeminfo or wmic commands. Both the commands are given below. 1. Using systeminfo command systeminfo |...

How to Enable or Disable guest account 31 Mar 2013 | 03:04 pm

To find out if guest account is enabled on your computer, you can run the below command net user guest | findstr /C:"active" Example: c:\>net user guest | findstr /C:"active" Account active No To enab...

How to Enable or Disable guest account 31 Mar 2013 | 03:04 pm

To find out if guest account is enabled on your computer, you can run the below command net user guest | findstr /C:"active" Example: c:\>net user guest | findstr /C:"active" Account active No To enab...

Change file extensions in bulk, including files in subfolders 4 Jul 2012 | 01:57 am

This post talks about how to change file extensions in bulk using simple commands. No 3rd party tools are required. At the end of the post, you can find a download link for the batch file script. Chan...

Rename file extensions in bulk, including files in subfolders 3 Jul 2012 | 10:57 pm

This post talks about how to rename file extensions in bulk using simple commands. No 3rd party tools are required. At the end of the post, you can find a download link for the batch file script. Chan...

Recently parsed news:

Recent searches: