Posts

EXE's helps for display validation

 EXE's helps for display validation      https://drive.google.com/drive/folders/1SVlm8WfvX1FfMuRLSksh-dBFjnV3ZzXp?usp=sharing

Remove everything AFTER string in Notepad++

Image
i/p: srinivaskuamrgoud wants to delte after goud test and all o/p: srinivaskuamrgoud use below method.

batch file - counting number of files in folder and storing in a variable

 c:\WINDOWS\LiveKernelReports> attrib.exe /s ./*.dmp | find /v "File not found - " | find /c /v "" output : count of files present in that folder (including subfolder files aswell)

How To Count The Number Of rows filled with data In Excel?

  =COUNTA(A1:F11)

Remove everything before string in Notepad++

Example: Abcdefghijklmn EXECUTION EXEC myfilename here  Expected Result: EXEC myfilename here   Ctrl+H ==> ^.*(?=EXEC\s)  Enter Ref:  https://stackoverflow.com/questions/46338226/remove-everything-before-string-in-notepad

How to count Filled Cells in Microsoft Excel

Scroll down the list and select COUNTA(col:col)