Einzelnen Beitrag anzeigen
Alt 23.08.2005, 08:35   #2
helios
Veteran
 
Registriert seit: 21.06.2001
Beiträge: 343


helios eine Nachricht über ICQ schicken
Standard

wenn die textdatei nur eine zeile enthält gehts z.b. so:

Code:
for /f %%i in (test.txt) do set a=%%i
echo %a%
____________________________________
religion is a virus from outer space
helios ist offline   Mit Zitat antworten