home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / T / TOPUP09B.ZIP / DOWNLOAD.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-07-16  |  932b  |  88 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 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = TokenStr()
  24.     WrUNet PcbNode(), "T", UN_Name(), UN_City(), "", ""
  25.     FCreate 1, TempPath() + "TOPTMP." + String(PcbNode()), 1, 3
  26.     FPut 1, "VIEWDN"
  27.     FClose 1
  28.     Call PPEPath() + "TOP10.PPE"
  29.     Delete TempPath() + "TOPTMP." + String(PcbNode())
  30.     If (GrafMode() <> "N") Wait
  31.     DispFile PPEPath() + "GFX\DNLOAD", 1 + 4
  32.     KbdStuff "DB " + STRING001 + Chr(13)
  33.  
  34. ;------------------------------------------------------------------------------
  35. ;
  36. ; Usage report (before postprocessing)
  37. ;
  38. ; ■ Statements used :
  39. ;
  40. ;    1       Wait
  41. ;    1       Let 
  42. ;    1       If 
  43. ;    1       DispFile 
  44. ;    1       FCreate 
  45. ;    1       FClose 
  46. ;    1       FPut 
  47. ;    1       Delete 
  48. ;    1       KbdStuff 
  49. ;    1       Call 
  50. ;    1       WrUNet 
  51. ;
  52. ;
  53. ; ■ Functions used :
  54. ;
  55. ;    9       +
  56. ;    1       <>
  57. ;    1       Chr()
  58. ;    2       String()
  59. ;    2       PPEPath()
  60. ;    3       PcbNode()
  61. ;    1       UN_Name()
  62. ;    1       UN_City()
  63. ;    1       TokenStr()
  64. ;    1       GrafMode()
  65. ;    2       TempPath()
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;
  69. ; Analysis flags : C
  70. ;
  71. ; C - Call child PPE ■ 3
  72. ;     This is usually normal, but may be a tricky way to launch some
  73. ;     sysop-only commands.
  74. ;     ■ Search for : CALL
  75. ;
  76. ;------------------------------------------------------------------------------
  77. ;
  78. ; Postprocessing report
  79. ;
  80. ;    0       For/Next
  81. ;    0       While/EndWhile
  82. ;    0       If/Then or If/Then/Else
  83. ;    0       Select Case
  84. ;
  85. ;------------------------------------------------------------------------------
  86. ;                 AEGiS Corp - Break the routines, code against the machines!
  87. ;------------------------------------------------------------------------------
  88.