|
-
Jun 29th, 2005, 10:44 PM
#1
Thread Starter
Junior Member
create executable
Does anyone happen to know how to create a executabel that would extract the files and folders in the specified location. For example, create/replace a test folder from the "c:\windows\system32\"
Thanks
Dali
-
Jun 29th, 2005, 10:48 PM
#2
Re: create executable
Why would you want to mess with the system32 folder? What are you trying to do?
-
Jun 29th, 2005, 11:27 PM
#3
New Member
Re: create executable
Hes probably trying to make a virus
-
Jun 30th, 2005, 07:46 AM
#4
Thread Starter
Junior Member
Re: create executable
No --- I am trying to make a virus....
I just need to put a ini file into a directory where not people go everyday.. My program use that ini file to do different things.
Any help is appreciated.
Thanks
Dali
-
Jun 30th, 2005, 07:52 AM
#5
Re: create executable
I would avoid any systems folders. If you want to "hide" an .ini file, bury it in a deep folder structure that your program makes at install time.
-
Jun 30th, 2005, 08:02 AM
#6
Re: create executable
Why not use the registry instead? Most users don't poke around in there and if they do then they have to find your section first
-
Jun 30th, 2005, 08:04 AM
#7
Re: create executable
 Originally Posted by penagate
Why not use the registry instead? Most users don't poke around in there and if they do then they have to find your section first 
This is a good option if it is available. However, I've discovered that many companies lock the registry down. My company is completely moving away from using the registry for this reason and we are now saving user settings and preferences in backend DB tables.
-
Jun 30th, 2005, 09:36 PM
#8
Thread Starter
Junior Member
Re: create executable
So-- guys help!!! How can I make the executable.. so it will extract the folders to specified folders??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|