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.
batch file output problem
Name: djas Date: September 3, 2004 at 06:01:21 Pacific OS: Windows XP Pro SP2 CPU/Ram: n/a
Comment:
i found this text on this forum but am having trouble adapting it
set /p str1= echo %str1% > output.txt set /p str2= echo %str2% >> output.txt
it works like that but if i try to add
set /p str3= echo %str3% >>> output.txt
on the next line it doesn't work please help thanx in advance
Summary: hi all, I am making a batch file in which i have a mode where i am comparing total files from source to destination. both source and destinations are on different servers. so i just have used simple d...
Summary: Hello all, I am trying to create a batch file that will take three parameters and output a text file. The three parameters are Input, Begining folder, Ending folder. The output should look like this...
Summary: Hi All, I have a little problem... I have the following two csv files: File1.csv -------------- A,B,C,,D E,F,G,,H I,J,K,,L File2.csv -------------- 1 2 3 ...and would like to achieve the following res...