Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computing > Alt Msdos > Delete Linefeed...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 5 Topic 1271 of 1310
Post > Topic >>

Delete Linefeed in Textfiles

by "Carsten Engel" <notmyrealadress@[EMAIL PROTECTED] > Mar 30, 2008 at 10:35 AM

Hi friends,

I´ve written these batchfile to monitor my Harddisks. The Problem ist,
that 
the File "date-datenzuwachs.txt" has a Linefeed at the end of each day... 
Could anyone help to delete this linefeeds with this file?

Carsten



------------
:datum_erstellen
for /f "delims=##" %%i in ('date /t') do set datum=%%i
for /f "delims=##" %%i in ('date /t') do set monat=%%i
for /f "delims=##" %%i in ('date /t') do set jahr=%%i
for /f "delims=##" %%i in ('date /t') do set tag=%%i

echo ----------------------------
set datum=%datum:~0,2%.%datum:~3,2%.%datum:~6,4%
set tag=%tag:~0,2%
set monat=%monat:~3,2%
set Jahr=%jahr:~6,4%
echo %jahr%-%monat%-%tag%

rem ################## C Laufwerk ##############

set sicherungslaufwerk=c
set 
logfile=c:\batch\logbuch\%Jahr%-%Monat%-datenzuwachs-LW-%sicherungslaufwerk%.txt

dir %sicherungslaufwerk%:>%temp%\messung1.txt
echo %date% >>%logfile%
find "Bytes frei" %temp%\messung1.txt>>%logfile%

:Datenaufbereitung
%toolspfad%\change.exe c:\zuwachs.txt "----------" ""
rem %toolspfad%\change.exe c:\zuwachs.txt "%temp%\MESSUNG1.TXT" ""
%toolspfad%\change.exe c:\zuwachs.txt 
"C:\DOKUME~1\ADMINI~1\LOKALE~1\TEMP\MESSUNG1.TXT" ""
%toolspfad%\change.exe c:\zuwachs.txt " Bytes frei" ""
%toolspfad%\change.exe c:\zuwachs.txt " Verzeichnis(se)" ""
%toolspfad%\change.exe c:\zuwachs.txt ", " ";"
%toolspfad%\change.exe c:\zuwachs.txt "." ""
%toolspfad%\change.exe c:\zuwachs.txt ":" "."
%toolspfad%\change.exe c:\zuwachs.txt " " ""
-----
 




 5 Posts in Topic:
Delete Linefeed in Textfiles
"Carsten Engel"  2008-03-30 10:35:17 
Re: Delete Linefeed in Textfiles
foxidrive <gotcha@[EMA  2008-03-30 23:12:14 
Re: Delete Linefeed in Textfiles
"Todd Vargo" &l  2008-03-30 09:17:09 
Re: Delete Linefeed in Textfiles
"Carsten Engel"  2008-04-20 19:38:09 
Re: Delete Linefeed in Textfiles
ak621@[EMAIL PROTECTED]   2008-04-01 12:22:21 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Sep 8 8:00:39 CDT 2008.