I made this code but the file doesn't show up in the script folder!
here is the code:
#include
; Open needed handles
Global $zolo = InputBox( "Musica", "-------" )
; Specify the reguest:
Global $zata = StringReplace( $zolo, " ", "_" )
Global $hRequest = InetGet( "mp3skull.com/mp3/" & $zata & ".html", @ScriptDir )
InetClose( $hRequest )
; Display retrieved header
$r = FileRead( $zata & ".html" )
MsgBox( 64, "texto", "" & $r )
Beep( 700 )