CrewXp Posted September 8, 2005 Share Posted September 8, 2005 It's 10 pm central right now and I have to focus on tomorrow's exams. I tried workin on this earlier, but kind of gave up. This may be simple to you, but I could really use some help right now. Here is what I need: Someone is deleting files off a shared folder in our class. I think I may solve this by making a script that I can put in the Startup folder, then when they press F5, a GUI pops up and asks for their username/password. This info will be stored in a INI file (unknown to them). I'll need multiple logins in the ini. I can set that stuff up, I just need something to work with. If they get the login wrong, it doesn't perform (TASK), but if they enter the right login, it performs (TASK). (Task is something I have developed to add something to the computer so they can access the shared folder, dont worry about it. Just leave it as TASK for now. I can fill it in later.) If anyone can help me with this, I would truly appreciate it. I really need to study, but at the same time need to get this up and running tomorrow, before or during the students are in the classroom. We can't afford to have any more data loss, any more and our yearbook won't come out on time. THX SO MUCH. (In a sense, our entire school is depending on you). Thx again, so much Link to comment Share on other sites More sharing options...
Valuater Posted September 8, 2005 Share Posted September 8, 2005 It's 10 pm central right now and I have to focus on tomorrow's exams. I tried workin on this earlier, but kind of gave up. This may be simple to you, but I could really use some help right now. Here is what I need:Someone is deleting files off a shared folder in our class. I think I may solve this by making a script that I can put in the Startup folder, then when they press F5, a GUI pops up and asks for their username/password. This info will be stored in a INI file (unknown to them). I'll need multiple logins in the ini. I can set that stuff up, I just need something to work with. If they get the login wrong, it doesn't perform (TASK), but if they enter the right login, it performs (TASK). (Task is something I have developed to add something to the computer so they can access the shared folder, dont worry about it. Just leave it as TASK for now. I can fill it in later.)If anyone can help me with this, I would truly appreciate it. I really need to study, but at the same time need to get this up and running tomorrow, before or during the students are in the classroom. We can't afford to have any more data loss, any more and our yearbook won't come out on time.THX SO MUCH.(In a sense, our entire school is depending on you). Thx again, so much<{POST_SNAPBACK}>take a look at this ealier threadhttp://www.autoitscript.com/forum/index.php?showtopic=13568#it should get you started8) Link to comment Share on other sites More sharing options...
CrewXp Posted September 8, 2005 Author Share Posted September 8, 2005 (edited) I saw that, analyzed it as well as others, but still can't get a sturdy code to work with. If I put the time into it, I could. I was kind of looking for a little more, considering my position in studies right now, thx Edited September 8, 2005 by CrewXp Link to comment Share on other sites More sharing options...
brandonm Posted September 8, 2005 Share Posted September 8, 2005 does it have to be an ini file? if not, I'll try to work on it, might be useful for me as well. Also, you only want the username and password in the file write? thx brandon Link to comment Share on other sites More sharing options...
brandonm Posted September 8, 2005 Share Posted September 8, 2005 Allright, hope this works and makes sence. To tired to think ..., post back if that thing works. THe oddline numbers in the txt file are the usernames 1-3-5-7 etc and the even lines 2-4-6-8 etc are the passes. who ever loggs in needs to have a username from the file. thx brandongetusersfromdatabase.au3userlist.txt Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now