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.
import from txt
Name: sami-bami Date: July 29, 2003 at 17:02:00 Pacific OS: win xp CPU/Ram: 256
Comment:
Hello i need to import variable from a text file. to import a line, delete the last character and put it into a variable.
type info.txt | find "operat" > temp.tmp and here to enter the line from the text into a variable and del the last character.
Summary: hello. how can i make my batch to take line 3-5 (from a text file) and put it into one variable ??? so when i will [echo %var%] i will see the three lines just like the text file. ...
Summary: Hi I have stored a date value in a txt (currdate.txt) and it contains only this single line data as '20031030'. Now how do i read this data and store it to a variable which i need to use to check a ...
Summary: @echo off NET USE F: \\RemoteComputer\directory /NO >c:\windows\TEMP\CreatedOuputFile.TXT ftp YourFtpSErver username password lcd .. get RemoteFileFullPath LocalFileFullPath bye place all text in...