I want to write a .bat file with the following requirements:
Create an e:\123.bat
The contents are: [copy]
410$a=225$a
905$f=690$a
I wrote one myself:
copy con e:\123.bat
[copy]
410$a=225$a
905$f=690$a
But I just can't get the result I want.
Could some expert please give me some advice```Thank you :D
Create an e:\123.bat
The contents are: [copy]
410$a=225$a
905$f=690$a
I wrote one myself:
copy con e:\123.bat
[copy]
410$a=225$a
905$f=690$a
But I just can't get the result I want.
Could some expert please give me some advice```Thank you :D
