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.
Read txt-file
Name: Nokan Date: October 7, 2005 at 04:17:26 Pacific OS: win XP CPU/Ram: 1,6 / 512
Comment:
Hi Anyone who knows how to make an easy bat-file for reading a single line number from a txt-file, then add 1 to this number and write it back to the txt-file. /Samuel
Summary: Hello Anna, this is one way in which you can read a file but not line by line. private sub command_click() Dim fso,f Const ForReading = 1 Set fso = CreateObject("Scripting.FileSystemObject") Set f = f...
Summary: I have a txt file that is formated like this: BackupSet Name= CsComputer, ID= 1149451491216 BackupSet Name= MacBook, ID= 1225425991161 BackupSet Name= Office Desktop, ID= 1234397390047 BackupSet Name=...
Summary: Hey guys. I have a batch script that multiple users from multiple computers not connected to a linked togeather network (internet only) is able to have the script I have to read, write and rename 6 di...