Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
XP CMD Batch Insert CR/LF in File
Name: pcpro17 Date: August 10, 2006 at 11:05:29 Pacific OS: Win XP Pro SP2 CPU/Ram: Pentium 4 @ 3GHz, 1GB RAM Product: Dell Optiplex GX280
Comment:
I'm trying to take input from two user-defined strings and save them to a file for later use by another batch process. I am able to generate the file as demonstrated below, expect it won't insert a CR/LF.
SET /P LocalPath=Specify local file path to backup: SET /P BackupPath=Specify remote backup location: ECHO %LocalPath%#%BackupPath% > CONFIG.INI
Summary: Hi, I have the following requirements to perform FTP file moves between two FTP servers, basically doing (PULL/GET and PUSH/PUT) of files. The FTP Transaction consists of 4 Actions: 1. Get listing of ...
Summary: Here the batch you wish, I named it Imx.bat so to run type Imx Folder_Name (e.g. Imx C:\MyDir\Folder_a). @Echo Off If %1.==. (Echo Folder %~1 not found & GoTo :EOF) If not exist %1.\Nul (Echo Folder %...
Summary: Well Mark, enjoy the NT/2K/XP edition, as the DOS kernel one requires far more work. Insert the following lines into your batch, where File_In is the file you want to modify and File_Out the result. F...