windows batch run program with parameters
https://stackoverflow.com/questions/26551/how-do-i-pass-command-line-parameters-to-a-batch-file
#stop with ctrl+break
@echo off START /MIN "C:\Windows\System32\cmd.exe" npm run dev
// this used to copy "TREE" structure folder, after run this in CLI, PASTE at notepad++
tree /f |clip
other option: /a