如何使用Batch删除文件的第一行?
我真的需要帮助......我已经尝试了一切,但它没有用.:(我试过这个:
@echo off Type test.txt | findstr /I /V /C:"So, lets remove this line" >>Test2.txt exit
cmd batch-file text-files findstr
batch-file ×1
cmd ×1
findstr ×1
text-files ×1