Project „New Search Engine“
Windows - Commands
Batches
Paralell running of commands or processes:
start process1
start process2
start process3
pause
sleep 10
rem This is comment (remark)
Rename files
Windows command prompt (if inside a batch file, change %x to %%x):
for /r %x in (*.html) do ren %x *.htm