```batch
set route=%cd%
set ravel=
set /p ravel=Please enter the file to upload:
set "ravel=%ravel:"=%"
rem Modify ftp.txt to replace c:\1.txt with the obtained variable
for /f "delims=" %%a in ('type ftp.txt') do (
set "line=%%a"
setlocal enabledelayedexpansion
set "line=!line:c:\1.txt=!ravel!"
echo(!line!>>new_ftp.txt
endlocal
)
move /y new_ftp.txt ftp.txt>nul
```
Transferred from DOS Troubleshooting & Problem Discussion (Q&A Room)
Please post in the corresponding section in the future.
——Administrator
───────────────── Moderation Record ─────────────────
Performed by: HAT
Operation: Added search keywords in the post title; added code tags to the code
Description: The original title "How to modify specified content" was not conducive to forum search
Punishment: Deducted 2 points
Tip: It is recommended to read the following posts
{1415}The Wisdom of Asking Questions
{7326}Essential Guidelines for Forum Newcomers, Basic Behavior Norms for Everyone
{22703}Please Don't Be an Impatient Person
{32667}Those Who Can't Even Write a Clear Title, Wake Up!
{32825}This Section Severely Rectifies Poor-quality Posts
───────────────── Moderation Record ─────────────────
[ Last edited by HAT on 2008-12-9 at 09:40 ]
set route=%cd%
set ravel=
set /p ravel=Please enter the file to upload:
set "ravel=%ravel:"=%"
rem Modify ftp.txt to replace c:\1.txt with the obtained variable
for /f "delims=" %%a in ('type ftp.txt') do (
set "line=%%a"
setlocal enabledelayedexpansion
set "line=!line:c:\1.txt=!ravel!"
echo(!line!>>new_ftp.txt
endlocal
)
move /y new_ftp.txt ftp.txt>nul
```
Transferred from DOS Troubleshooting & Problem Discussion (Q&A Room)
Please post in the corresponding section in the future.
——Administrator
───────────────── Moderation Record ─────────────────
Performed by: HAT
Operation: Added search keywords in the post title; added code tags to the code
Description: The original title "How to modify specified content" was not conducive to forum search
Punishment: Deducted 2 points
Tip: It is recommended to read the following posts
{1415}The Wisdom of Asking Questions
{7326}Essential Guidelines for Forum Newcomers, Basic Behavior Norms for Everyone
{22703}Please Don't Be an Impatient Person
{32667}Those Who Can't Even Write a Clear Title, Wake Up!
{32825}This Section Severely Rectifies Poor-quality Posts
───────────────── Moderation Record ─────────────────
[ Last edited by HAT on 2008-12-9 at 09:40 ]
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| HAT | -2 | 2008-12-09 09:40 |

