Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to disable Visual Foxpro in User's PC ?
Message
From
21/01/2003 19:32:10
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
21/01/2003 00:47:02
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00743652
Message ID:
00744083
Views:
11
>I have a naughty user who could manipulate data in Visual Foxpro and actually I have uninstall it but he installed it again and I can't stand it anymore, so I want to disable the Visual Foxpro in his PC quitely without letting him know by putting some code in the main program and delete some files that make the Visual foxpro error when open it, anyone knows what files ?

Create 2 files:

1) CONFIG.FPW containing:
COMMAND = DO FUD.FXP
2) FUD.PRG containing:
= MESSAGEBOX( ;
   "PACK UP YOUR LUNCHBOX !" + CHR(10) + CHR(10) + ;
   "ACCESS VIOLATION DETECTED !" + CHR(10) + CHR(10) + ;
   "SECURITY IS ON THE WAY TO" + CHR(10) + ;
   "ESCORT YOU FROM THE BUILDING" + CHR(10) + CHR(10) + ;
   "THE END IS NEAR...", "BOOM!" )
QUIT
Compile FUD.PRG and drop the FUD.FXP and CONFIG.FPW files into the VFP startup directory on the "problem" machine.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform