Thanks, using the batch processing method, the file is attached. The content is 2006|2007|2008|2009
Attachments
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!
Originally posted by 3742668 at 2006-5-13 14:17:
You can refer to the vbs script in this post, which can achieve the function you need.
Just enter "|:= &qu ... in the pop-up dialog box...
Originally posted by willsort at 2006-5-25 19:02:
Re fan927:
"sed is one of the classic commands in Linux, and now it has been grafted to DOS by some experts"
The design concept of sed should have originated from the editor ed under Unix. Eric S. Raymond was in 1991...
Originally posted by mylovelyqq at 2006-11-29 03:19:
What does the sentence "set str=%str:|= %" mean? I really don't understand.
Originally posted by ccwan at 2006-11-20 03:24 AM:
Replace the "|" in the variable "str" with a space
Originally posted by mylovelyqq at 2006-11-29 03:30:
I know it's this function, what is the usage of set here? I didn't see it in the help. Can you help me analyze this sentence? Thanks.