| View previous topic :: View next topic |
| Author |
Message |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
Posted: Tue Jul 22, 2008 4:12 am Post subject: program specific file |
|
|
| Just wondering how you can make a program specific file. Save files for most programs can only be viewed with the program that created them. If you try to open them with notepad you get rubbish. How are these files generated and can I do it with AHK? |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Tue Jul 22, 2008 5:37 am Post subject: |
|
|
the files are just some binary format. many programs save in some kind of text format, or text with binary components. You can write binary files with ahk, but it is rarely needed. What kind of file do you want to save? what kind of info is in the file? _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
Posted: Tue Jul 22, 2008 5:45 am Post subject: |
|
|
Just a string of numbers when the license key is saved.
I have been using ini files to save the settings, using a file that could not be read would be better. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1145 Location: The Interwebs
|
|
| Back to top |
|
 |
|