/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@echo off dir "C:\Program Files" /b /s >c:\temp\apps.txt grep .exe C:\temp\apps.txt >c:\temp\exes.txt start c:\temp\apps.txt start c:\temp\exes.txt