Summary: hey. I have a runescape private server that I got from someone and I tested it out. I would like to know how to edit a .dat save data file. I have bee...
Summary: Using VB6 I have a list of records saved in a .dat file, which are displayed in a list box on a form called ‘frm_Existing_Student’. Using a separa...
Summary: I am working on a batch program, the part I am needing assistance on is making it edit multiple lines of text in a text file. Basically the text file...
Summary: Need help writing a batch that will open a txt file, find a date (that is in an http address), then change that date to current. Possible? ...
Summary: To open a new file, use FILE fp; fp = fopen("filename", "w"); if (fp == NULL) { /* the open failed */ exit(); } The "w" says to open the file in "...
Summary: I need a batch file that changes the following .txt file located in “C:\Program Files\Adobe\temp\a001day\cram32\index.txt” the batch file will be ...
Summary: I did some experimentatiion and found I can very easily save the info as a simple doc file there doesnt seem to be a problem with length here...Am I R...
Summary: Hey, I just wrote a batch file, but i dont want people to go into notepad and edit the file. I still want the file to run, but i dont want i to be edi...
Summary: Can anyone tell me how I can make a batch file which opens a .ini file (always the same) and then finds a part like "test 123" and quotes this out and...
Summary: It is a Skype file, it contains chat with a friend and I was wondering whether this chat can be read only in Skype or there is another option... I tri...
Summary: A dat file could be anything...If you don't know what software created it then your best bet is to open it in a hex editor and see if there's any info...
Summary: First off I'm trying to use a command line md5 hash finder to get the md5 hash of a picture then rename the picture to the md5 hash using batch. When ...
Summary: I have tons of pics that were on my parents computer after my son was bord in 2004. My father was going to restore his computer because of it running...
Summary: So I need to make a batch file to change a single word in a text file. For example, in a file.txt file there are lines, this is a text file I want to...
Summary: Hi, I'm looking for a simple batch file which will edit - delete a part of text a file, lets say arhiv.dat. With a command %date& > arhive.dat I get ...
Summary: I need to create a batch file that adds text to the last line in an .ini file. The .ini file is C:\boot.ini which usually looks like: [boot loader] ti...
Summary: First make sure you have a copy of your original document! Open Microsoft Word. (I'm using a dutch version so I can't realy tell you what menu's to us...
Summary: Is there any good reference on MFC programming for exporting an existing file to a JPEG format? I want to export a .dat file as JPEG so I can see the ...
Summary: Hi I am trying to edit a text file from a .bat file and can't seem to find a command that can crop the ends of the text string. The other solution wo...