This website requires JavaScript.
Explore
Help
Register
Sign In
OS_Develop
/
FreeDOS
Watch
1
Star
0
Fork
0
You've already forked FreeDOS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
db43a4b343
FreeDOS
/
utils
/
echoto.bat
5 lines
94 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Introduce end-of-line normalization
2017-12-22 13:24:09 +01:00
@
echo
off
echoto.bat: correct batch file for all parameters blank
2024-07-14 22:24:38 +02:00
if
"
%2
%3
%4
%5
%6
%7
%8
%9
"
==
"
"
goto
nothing
fix dos environment size issue with TC make
2024-07-13 12:51:45 +02:00
echo
%2
%3
%4
%5
%6
%7
%8
%9
>>
%1
echoto.bat: correct batch file for all parameters blank
2024-07-14 22:24:38 +02:00
:
nothing
Reference in New Issue
Copy Permalink