home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / IDXUTIL6.ZIP / SHELL.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1993-06-16  |  536b  |  64 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 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     Shell 0, INTEGER001, GetToken(), Replace(TokenStr(), ";", " ")
  24.     End
  25.  
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ; Usage report (before postprocessing)
  29. ;
  30. ; ■ Statements used :
  31. ;
  32. ;    1       End
  33. ;    1       Shell 
  34. ;
  35. ;
  36. ; ■ Functions used :
  37. ;
  38. ;    1       Replace()
  39. ;    1       GetToken()
  40. ;    1       TokenStr()
  41. ;
  42. ;------------------------------------------------------------------------------
  43. ;
  44. ; Analysis flags : S
  45. ;
  46. ; S - Shell to DOS ■ 5
  47. ;     This may be normal if the PPE need to execute an external command,
  48. ;     but may be actually anything... nasty (formating HD, rebooting,...)
  49. ;     or usefull (sorting, maintenance,...). Check!
  50. ;     ■ Search for : SHELL
  51. ;
  52. ;------------------------------------------------------------------------------
  53. ;
  54. ; Postprocessing report
  55. ;
  56. ;    0       For/Next
  57. ;    0       While/EndWhile
  58. ;    0       If/Then or If/Then/Else
  59. ;    0       Select Case
  60. ;
  61. ;------------------------------------------------------------------------------
  62. ;                 AEGiS Corp - Break the routines, code against the machines!
  63. ;------------------------------------------------------------------------------
  64.