home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 March / Freesoft_1997-03_cd.bin / nerecenz / internet / webexplr / DEMO.PRG < prev    next >
Text File  |  1997-03-10  |  269b  |  11 lines

  1. * Demo.prg
  2. *
  3.  
  4. LOCAL lcProgram,lcProgramPath,lnAtPos,lcHomeURL
  5.  
  6. lcProgram=LOWER(SYS(16))
  7. lnAtPos=RAT('\',lcProgram)
  8. lcProgramPath=ALLTRIM(IIF(lnAtPos=0,lcProgram,LEFT(lcProgram,lnAtPos)))
  9. DO (lcProgramPath+"WebExplr") WITH (lcProgramPath+"Sample1.htm")
  10. RETURN
  11.