Ups...

This have to be in ONE line in the batch file:

 "C:\Program Files\WSPR\curl.exe" -F allmept=@"C:\Program 
Files\WSPR\ALL_MEPT.TXT" -F call=LA5VNA -F grid=JO59jq 
http://www.electroblog.com/drsked/meptspots.php

73 de LA5VNA Steinar






Steinar Aanesland skrev:
> Hi all,
>
> As you probably know there is an excellent log page 
> http://www.electroblog.com/drsked/meptspots.php where to upload your 
> logs.
> There is also an example how to automate the uploading.
>
> Here is another way to do this without installing cygwin.
>
> Put this lines in a batch file:
> ------------------------
> :A
> CLS
> @ECHO ON
> "C:\Program Files\WSPR\curl.exe" -F allmept=@"C:\Program 
> Files\WSPR\ALL_MEPT.TXT" -F call=LA5VNA -F grid=JO59jq 
> http://www.electroblog.com/drsked/meptspots.php
> @ECHO OFF
> ECHO %TIME%
> ping -n 200 127.0.0.1 >nul
> goto A
> -------------------------
>
>
> ping -n 200 127.0.0.1 >nul gives about  240 sec on my pc.
>
> NB! You still have to download the cURL Win32 binary from:
> http://curl.haxx.se/download/curl-7.18.0-win32-nossl.zip
>
> 73 de LA5VNA Steinar
>

Reply via email to