Tulisan Lain
Bot , Its about bot and AI
Pages
(Move to ...)
Home
About
Senjata Tajam
Donation
tulisanlain.com
Youtube
Fb Group
Telegram
▼
Showing posts with label
CMD
.
Show all posts
Showing posts with label
CMD
.
Show all posts
Thursday, August 31, 2023
Add Command Prompt to the Context menu Windows 10, 11
›
Add Command Prompt to the Context menu If you’re fond of the old Command Prompt ( cmd.exe ), you can add the traditional “Open Command wi...
Monday, December 22, 2014
Output from program to file via commandline
›
Example better than words pdf2htmlEX.exe -h >> "ab.txt" 2>&1
Zipping multiple subdirectory using 7zip
›
Open command prompt and paste this for /d %X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%X.zip" "%X\" ...
Friday, November 14, 2014
Print full path of an executable command in Windows
›
If you using windows 7, do this : where foo where foo | clip if older than win 7 do this http://www.codeproject.com/Articles/3784/...
Friday, October 31, 2014
How to move all file in sub-folder to parrent folder ( CMD )
›
for /d %A in ("C:\Users\mynamer\folder\*") do @(pushd "%A"&(for /r /d %B in (*) do @move /y "%B\*" ...
›
Home
View web version