Problem : I have some 100s of files having names like this: MOD15A2H.A2012001.h26v06.001.2015230181014_LAI500m.tif MOD15A2H.A2012009.h26v06.001.2015236194306_LAI500m.tif MOD15A2H.A2012017.h26v06.001.2015237120626_LAI500m.tif MOD15A2H.A2012025.h26v06.001.2015237124147_LAI500m.tif MOD15A2H.A2012033.h26v06.001.2015237131607_LAI500m.tif MOD15A2H.A2012041.h26v06.001.2015237232610_LAI500m.tif MOD15A2H.A2012049.h26v06.001.2015238141341_LAI500m.tif MOD15A2H.A2012057.h26v06.001.2015238172148_LAI500m.tif […]
Tag: cmd.exe
Command Prompt to Enable ports in Windows Firewall
QUESTION : I was experimenting and was not able to find an way to enable rules/ports under Inbound Rules in […]
Command line interface for Photos App in WIndows 10
Problem : Let’s say I have a few images in a directory. When I double-click one of them it opens […]
Get the shell to recognize shortcuts
Problem : C:Program Files (x86) is dreadful, so I have a directory C:UsersBradenProgramsbin that is in the %PATH% environment variable. […]
How to use a path with spaces in the batch file? [duplicate]
QUESTION : This question already has answers here: How to start a program with command line arguments on Windows’ cmd […]
Multiplication result in batch is a negative value?
QUESTION : I am running this batch program, @echo off cls set /a answer=2*1073741824 echo %answer% pause>nul Output am getting, […]
Compare and replace files using a batch file
Problem : Using a batch file you can do fc folder1* folder2* Now, I’d like to extend that to support […]
Directory path in environment variable as argument to CMD command DIR
Problem : How can a Windows/CMD environment variable be used as argument to CMD’s builtin dir command? >echo %pythonpath% C:Program […]
How do I make a copy command to have a prompt as well?
Problem : Directory of C:TestCmds 09/23/2017 10:53 PM <DIR> . 09/23/2017 10:53 PM <DIR> .. 09/23/2017 10:53 PM 4 Test1234 […]
Output filenames with for loop in a batch file
QUESTION : I want to rename files with a batch command and capture the original and renamed files in a […]