home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / biz / swood / FW_AllInOne.lha / Makros / Hilfe.long < prev    next >
Text File  |  1998-01-17  |  428b  |  16 lines

  1. /*****************************************
  2.  * Hilfe                                 *
  3.  * $VER: 1.0 © Heiko Schröder 17.01.98   *
  4.  *****************************************/
  5.  
  6. address "REXX"
  7. If open('Hilfe',"S:FW_Paket.prefs","R") then do
  8.    HilfeVerz=readln('Hilfe')
  9.    Call Close('Hilfe')
  10. End
  11. else HilfeVerz=''
  12.  
  13. address command "Multiview PUBSCREEN=FinalWriterPubScreen "||d2c(34)||HilfeVerz||"Makro-Paket.guide"||d2c(34)
  14.  
  15. exit
  16.