home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug104.arc / RECP15.LQR / PASS.CMD < prev    next >
OS/2 REXX Batch file  |  1979-12-31  |  3KB  |  104 lines

  1. * File:- PASS.CMD
  2. * PASWORD ENTRY FOR Music Library Files
  3. * DATE:- 13/03/86
  4. * Update:- 22/06/86
  5. SET INTEN OFF
  6. ERASE
  7. @ 1,0 SAY"Sydney   Microbee  User   Group."
  8. @ 1,49 SAY"DBF Files:-   The 45 RPM files"
  9. @ 2,0 SAY"Data Base Files.Drives A: and B:"
  10. @ 2,49 SAY"are on the disk in A:drive,the"
  11. @ 3,0 SAY"RECODED MUSIC LIBRARY.33/45 RPM."
  12. @ 3,49 SAY"33 RPM files  are on  the disk"
  13. @ 4,0 SAY"A:CMD & DBF FILES.  B:DBF FILES."
  14. @ 4,49 SAY"in B:drive.Ver 1.0 for Records"
  15. @ 5,0 SAY"Ver 1.0"
  16. @ 5,49 SAY"with up to  8 tracks per side."
  17. SET INTEN ON
  18. @ 10,30 SAY" Program Written By "
  19. @ 11,30 SAY" >> James L.Read << "
  20. @ 12,30 SAY" Merrylands.    NSW "
  21. SET INTEN OFF
  22. @ 16,0 SAY"NOTE."
  23. @ 16,8 SAY"( REPORTS SET FOR 15 INCH  PRINTER )"
  24. @ 17,4 SAY"To produce a backup copy of your DBF library"
  25. @ 18,4 say"files,return to the CP/M system.  Place disk"
  26. @ 19,4 SAY"containing the master DBF files in A: drive,"
  27. @ 19,66 SAY"James L.Read."
  28. @ 20,4 SAY"reset the system,then place your backup disk"
  29. @ 20,68 SAY"Merrylands."
  30. @ 21,4 SAY"into B:drive,use the copy program to produce"
  31. @ 21,68 SAY"2160.  NSW."
  32. @ 22,4 SAY"your backup copy on the disk in B: drive."
  33. @ 22,66 SAY"March - 1986."
  34. SET CONSOLE OFF
  35. STORE 200 TO DELAY
  36. DO WHILE DELAY >0
  37. STORE DELAY-1 TO DELAY
  38. LOOP
  39. ENDDO
  40. SET CONSOLE ON
  41. @ 10,25
  42. @ 11,25
  43. @ 12,25
  44. @ 10,25 SAY"+===========================+"
  45. @ 11,25 SAY"|"
  46. @ 11,53 SAY"|"
  47. @ 12,25 SAY"+===========================+"
  48. SET INTEN ON
  49. @ 11,27 SAY" ENTER PASSWORD"
  50. SET INTEN OFF
  51. SET CONSOLE OFF
  52. STORE 3 TO GO
  53. DO WHILE GO >0
  54. STORE GO-1 TO GO
  55. ACCEPT TO ENTER
  56. IF ENTER = "PASS".OR.ENTER ="pass"
  57. SET CONSOLE ON
  58. RELEASE ENTER,DELAY,GO
  59. ERASE
  60. @ 11,31 SAY"LOADING FILE "
  61. DO REMEN
  62. ELSE
  63. SET CONSOLE ON
  64. SET INTEN ON
  65. @ 11,42 SAY"  INVALID"
  66. SET INTEN OFF
  67. SET CONSOLE OFF
  68. LOOP
  69. ENDDO
  70. @ 11,27
  71. @ 11,53 SAY"|"
  72. SET INTEN ON
  73. @ 11,27 SAY" >> INVALID PASSWORDS <<"
  74. SET INTEN OFF
  75. SET CONSOLE OFF
  76. STORE 150 TO DELA
  77. DO WHILE DELA >0
  78. STORE DELA-1 TO DELA
  79. LOOP
  80. ENDDO
  81. SET CONSOLE ON
  82. ERASE
  83. ENDIF
  84. RELEASE DELA
  85. QUIT
  86. RETURN
  87.  
  88.  
  89.  
  90.  
  91. de."
  92. SET INTEN ON
  93. @ 10,30 SAY" Program Written By "
  94. @ 11,30 SAY" >> James L.Read << "
  95. @ 12,30 SAY" Merrylands.    NSW "
  96. SET INTEN OFF
  97. @ 16,0 SAY"NOTE."
  98. @ 16,8 SAY"( REPORTS SET FOR 15 INCH  PRINTER )"
  99. @ 17,4 SAY"To produce a backup copy of your DBF library"
  100. @ 18,4 say"files,return to the CP/M system.  Place disk"
  101. @ 19,4 SAY"containing the master DBF files in A: drive,"
  102. @ 19,66 SAY"James L.Read."
  103. @ 20,4 SAY"reset the system,then place your backup disk"
  104. @ 20,68 SAY"Merryla