Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Locking
#1
How can I lock my files so that when I distrubute them, a password has to be entered by the User so that way only 1 computer can have the file and 1 person cannot share the file with anyone else. Like it has to be given to them by me.
#2
Run this, it may tell you some options:
Macro
Code:
Copy      Help
mac+ "Shareware Macros Help"
#3
that didnt do anything

all i want is a code to be entered or something that knows the file is only 1 per computer
#4
Search for "shareware" in this forum, maybe it is what you need.
#5
Yah I got some of what I needed there thanks. Just need help with this now.
;Ok, I have the code set up so that it gets the usercomputer ID and pastes
;it into the Dialog when window shows up, this is what it does to show the
; computer id. Now if i use the KEYGEN from the shareware, how do I get it
; so when I enter that key for the particular computer ID, that it only lets
;it run then if thats the correct key. understand?
Code:
Copy      Help
int hwnd=val(_command)
str e12
GetVolumeInformation("c:\" 0 0 &_i 0 0 0 0); e12=_i&0xffff
GetUserComputer 0 e12
e12.setwintext(id(12 hwnd))


Forum Jump:


Users browsing this thread: 1 Guest(s)