I have a text file and I wish to remove its first character with command line batch file.
I cant read the content of the file to a var with set /p var= <myfile
because its a big file ( > 8KB)
I just need the first character, if its a whitespace, to remove it.
问问题
137 次