Friday, June 28, 2024

Window Command line : Super easy command to search file in whole PC quickly

 1: cd "therootpath" 

2: dir "filename.extension" /s

For example search tje entire C drive : 
C:\>dir "myFile.jar" /s

Save me a day when searching for a jar file ...

No comments:

Post a Comment

Migrating from Renpy to Godot

 Due to the limitation of renpy in rendering dynamic screen ,  due the the black border it gives in different UI scale resolution , finally ...