Showing posts with label
Dos
.
Show all posts
Showing posts with label
Dos
.
Show all posts
Friday, July 5, 2019
Get all installed programs list using command prompt
›
Use Windows Management Instrumentation Command line tool (WMIC) in the Command Prompt window, that will help you to get List of Programs. ...
Thursday, July 4, 2019
Merge multiple .csv files available in same folder using CMD command
›
This is a trick which can save you a lot of time when working with a dataset spread across multiple CSV files. Using a simple CMD command i...
Tuesday, June 25, 2019
File Row Count using Batch file in a directory
›
Copy and Paste following code in a batch file, that will count rows in file (csv, txt, etc.,) available in the directory. @ECHO OFF setl...
Row count with DOS "Find Command"
›
Windows find command : Using ‘Find’ command, we can search for specific text in a set of files. Find below the syntax of this command wi...
Wednesday, May 21, 2014
Creating a file name as a Date stamp in a batch File
›
Source Code line Dir>C:\myFile_%date:/=%.log Output File Name myFile_05212014.log
›
Home
View web version