For example: can it search for the two strings cde and ghi in abc.txt at the same time? If so, what should the command format be?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
do dir %%a\ >>%ramdrive%\abc.txt | find "bytes free" %ramdrive%\abc.txt
do dir %%a\ >>%ramdrive%\abc.txt