home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / PPE / Q_TIP / Q_SD100.ZIP / SD.PPE (.txt) < prev    next >
Encoding:
PCBoard Programming Language Executable  |  1994-05-24  |  795 b   |  78 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = TokenStr()
  24.     If (STRING001 == "") InputStr "@X07Filename to SysopDownload@X08:@X0F _", STRING001, 15, 79, Mask_File() , 8 + 64
  25.     If (STRING001 <> "") Then
  26.         Flag STRING001
  27.         KbdStuff Chr(13)
  28.         Download STRING001
  29.     Endif
  30.  
  31. ;------------------------------------------------------------------------------
  32. ;
  33. ; Usage report (before postprocessing)
  34. ;
  35. ; ■ Statements used :
  36. ;
  37. ;    1       Goto 
  38. ;    1       Let 
  39. ;    2       If 
  40. ;    1       InputStr 
  41. ;    1       KbdStuff 
  42. ;    1       Flag 
  43. ;    1       Download 
  44. ;
  45. ;
  46. ; ■ Functions used :
  47. ;
  48. ;    1       +
  49. ;    1       ==
  50. ;    1       <>
  51. ;    1       !
  52. ;    1       Chr()
  53. ;    1       Mask_File()
  54. ;    1       TokenStr()
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ; Analysis flags : f
  59. ;
  60. ; f - Flag files for download ■ 3
  61. ;     This may be normal if a PPE needs to send some files, but since
  62. ;     this statement allows flagging of any file on the hard disk, you
  63. ;     have to be carefull. Check!
  64. ;     ■ Search for : FLAG
  65. ;
  66. ;------------------------------------------------------------------------------
  67. ;
  68. ; Postprocessing report
  69. ;
  70. ;    0       For/Next
  71. ;    0       While/EndWhile
  72. ;    1       If/Then or If/Then/Else
  73. ;    0       Select Case
  74. ;
  75. ;------------------------------------------------------------------------------
  76. ;                 AEGiS Corp - Break the routines, code against the machines!
  77. ;------------------------------------------------------------------------------
  78.