1 / 255

' ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿

'. ' ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿. ' ³BANKPACK.PPE - Written by Dan Shore ³. ' ³ ³. ' ³Purpose: Delete and remove users from BANK Database ³.

havily
Télécharger la présentation

' ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. '

  2. ' ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿

  3. ' ³BANKPACK.PPE - Written by Dan Shore ³

  4. ' ³ ³

  5. ' ³Purpose: Delete and remove users from BANK Database ³

  6. ' ³ ³

  7. ' ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ

  8. ' To install:

  9. '

  10. ' 1) Edit your CMD.LST file(s) to add this:

  11. '

  12. ' Charges Per PPE/MNU File Specification -or-

  13. ' Command Sec Minute Use Keystroke Substitution

  14. ' ÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ

  15. ' 1) BANKPACK 110 0 0 C:\PCB\PPE\BANK\BANKPACK.PPE

  16. '

  17. ' Note: You may have to change the pathname to the PPE.

  18. ' Note: You may have to change the security level of the PPE.

  19. '

  20. '

  21. ' *** Make sure you have BANKEDIT, BANKPACK, BANK2 & BANK

  22. ' all in the SAME directory!!!!!

  23. 'ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ'ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

  24. '

  25. ' Declare our variables

  26. '

  27. STRING name_hold ' String to hold username

  28. STRING ndx_path ' Path to NDX files

  29. STRING first_letter ' First letter of username

  30. STRING ndx_file ' Name of NDX file

  31. STRING ndx_user_name ' Name retrieved from ndx file

  32. STRING hold ' Generic string var

  33. LONG ndx_size ' Size of NDX file

  34. LONG seek_record ' How far to seek in NDX file

  35. FLOAT high_num ' High number from NDX file

  36. FLOAT low_num ' Low Number from NDX file

  37. FLOAT rec_num ' Current record number in NDX file

  38. INT x ' Generic INT

  39. INT user_rec_num ' Record number of user

  40. INT current_record ' Which record number we are at

  41. INT high_record ' High record number

  42. INT low_record ' Low record number

  43. INT y ' Generic INT

  44. INT deleted_users ' How many deleted users

  45. BOOLEAN name_found ' Flag for when we find a username in PCB

  46. ;--------------------------------------------------------------------------;--------------------------------------------------------------------------

  47. :START_MAIN

  48. CLS

  49. DISPFILE PPEPATH() + "packmenu", GRAPH+LANG+SEC

  50. ANSIPOS 34, 4

More Related