You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PhoenixSDK/sys/kernel/kernel_path/ls_cmd.bat

9 lines
219 B

@echo off
call %kernel%\line.bat
if exist %proc%\cmd_list del %proc%\cmd_list
for %%f in (%path%) do (
cd /d %%f
for %%c in (%pathext%) do dir /b *%%c >>%proc%\cmd_list
)
cd /d %initdir%
notepad %proc%\cmd_list