Quote:
Originally posted by Prince:
My friend you need to learn a lot. Let me just give u some general idea and u can look up the exact commands off the net.
To write files, here are the steps:
1) Open file*
2) Write to file
3) Close File
*: You specify how you want to open the file. There are three methods. Read 'em in help file.
To write to registry, simplest way to use is API. in short, API are the functions provided to you by Microsoft. You only pass the values and it does it for you. (The actual syntax is lil more copmlicated than syntax, be warned this is considered advanced programming)
for anyone else reading this...heed the warning writing to the REg is a pain without API