3 lines
56 B
Batchfile
3 lines
56 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
dir /s /b src\*.java > sources.txt |
@echo off
|
|
cd /d %~dp0
|
|
dir /s /b src\*.java > sources.txt |