Showing posts with label pro cmd. Show all posts
Showing posts with label pro cmd. Show all posts

Wednesday, April 8, 2020

Become hacker of window OS with CMD (.bat file)

Ok ...
If you are feeling boring with click by mouse,,,,
Let's try to use cmd... And become pro.

- create new folder: mkdir [name_folder]
- copy folder: copy []


- check all information about network: ipconfig /all
- print string to console: echo [string]
ex: echo Hello World
- Run exe application


Back to Top