Beware the following batch works in Windows NT/2K/XP only NOT in Windows 9X/ME.
@echo off > FileOUT.txt set /P row=<FileIN.txt :LOOP for /f "tokens=1* delims=," %%a in ("%row%") do ( echo.%%a>> FileOUT.txt set row=%%b ) if not "%row%"=="" goto :LOOP :: End_Of_Batch
Sorry, I have applied Batch file wrongly.....actually I have named one of the file In.....when I changed the name to FileIn then it works perfectly.......
The information on Computing.Net is the opinions of its users. Such
opinions may not be accurate and they are to be used at your own risk.
Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE