home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123sub.adf / WebVision.lzx / WebVision / WebTV < prev    next >
Text File  |  1998-04-12  |  479b  |  13 lines

  1. ; This is just a small script to provide enough backwards compability to let
  2. ; V's "View with WebTV..." contextmenu item work.
  3.  
  4. .key SERVER/A,PORT/A,FILENAME/A
  5. Type ENV:WebVision_LASTUSEDDIR >T:WebVisionCmdLine
  6. Echo "WebVision http://" >>T:WebVisionCmdLine NOLINE
  7. Echo <SERVER> >>T:WebVisionCmdLine NOLINE
  8. Echo ":" >>T:WebVisionCmdLine NOLINE
  9. Echo <PORT> >>T:WebVisionCmdLine NOLINE
  10. Echo <FILENAME> >>T:WebVisionCmdLine
  11. Execute T:WebVisionCmdLine
  12. Delete T:WebVisionCmdLine QUIET
  13.