| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
| New Member Posts: 21 Join Date: Aug 2007 Location: South Lake Tahoe, CA |
23-08-2007, 10:56 PM
Then it must be because I'm getting an error: Unsupported Scheme. "D:\Programs Files\GnuWin32\bin\wget.exe" -O nul -a wgetLog.txt https://localhost/esupport/cron/index.php?_t=parser Thanks for posting your command line. The log shows me the problem. I thought it was working. Update: looks like some versions of wget do not work with https urls. |
| | |
(#4)
|
(#5)
|
(#6)
|
(#7)
|
(#8)
|
(#9)
|
(#10)
|
(#11)
|
| Senior Member Posts: 5,753 Join Date: Jun 2005 Location: Cumbria, UK |
01-09-2007, 09:45 AM
Thanks for sharing Brian! Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#12)
|
| New Member Posts: 5 Join Date: Aug 2007 Location: Dallas, TX | I got it to work by downloading wget-1.10.1 and installing it using the windows installation executable ************************************************** **** after installing wget-1.10.1.exe and setting the following in a scheduled task: Start in: “C:\Program Files\GnuWin32\bin” Run: “C:\Program Files\GnuWin32\bin\wget.exe” –q –O nul http://www.yourdomain.com/support/cr....php?_t=parser Please note where the quotation marks are! If you have them anywhere else, it won't work. There is a space after the last quotation mark in the RUN command line before the -q and also after the word nul, other than that, you should be good to go! Make sure you have the quotes ("") where they are, or it won't work. M. |
| | |
(#13)
|
| New Member Posts: 24 Join Date: Jun 2008 |
07-06-2008, 06:13 PM
Quote:
I tried everything in this post. I could not get any of them to work. The list below includes most of the scenarios I have tried. The only one I can get to work is the first one, but that "pesky" DOS window flashes everytime the task runs: Code: Works: Run: C:\wget\wget.exe -q -O nul -a wgetLog "http://www.mysite.com/support/cron/index.php?_t=parser" Start in: C:\wget =================== Test 1 C:\wget\wget.exe -O nul -a wgetLog "C:\www\vhosts\_static\mysite.com\support\cron\index.php?_t=parser" C:\wget =================== Test2 C:\www\php5\php-win.exe -c C:\php5\php.ini -f C:\www\vhosts\_static\mysite.com\support\cron\index.php C:\www\vhosts\_static\mysite.com\support\cron ==================== Test3 C:\www\php5\php-win.exe -c C:\php5\php.ini -f "C:\www\vhosts\_static\mysite.com\support\cron\index.php" C:\www\vhosts\_static\mysite.com\support\cron ==================== Test4 C:\www\php5\php-win.exe -c C:\php5\php.ini -f "C:\www\vhosts\_static\mysite.com\support\cron\index.php?_t=parser" C:\www\vhosts\_static\mysite.com\support\cron ==================== Test5 C:\www\php5\php-win.exe -c C:\php5\php.ini -f "http://www.mysite.com/support/cron/index.php?_t=parser" C:\www\vhosts\_static\mysite.com\support\cron ==================== Test6 C:\www\php5\php-win.exe -c C:\php5\php.ini -f "http://www.mysite.com/support/cron/index.php?_t=parser" C:\www\php5 =================== Test7 C:\www\php5\php-win.exe -c C:\php5\php.ini -f C:\www\vhosts\_static\mysite.com\support\cron\index.php C:\www\php5 =================== Test8 C:\www\php5\php-win.exe -c C:\php5\php.ini -f C:\www\vhosts\_static\mysite.com\support\cron\index.php?_t=parser C:\www\php5 =================== Test9 C:\www\php5\php-win.exe -c C:\php5\php.ini -f "C:\www\vhosts\_static\mysite.com\support\cron\index.php?_t=parser" C:\www\php5 =================== Test10 C:\wget\wget.exe -O nul -a wgetLog --no-check-certificate "https://www.mysite.com/support/cron/index.php?_t=parser" C:\wget =================== Test11 C:\wget\wget.exe -O nul -a wgetLog "https://www.mysite.com/support/cron/index.php?_t=parser" C:\wget Is it possible to use a local path, SSL or at least get rid of the DOS window issue? "https://www.mysite.com/support/cron/index.php?_t=parser" does work when accessing via a web browser. Wget does not like it even when using "--no-check-certificate". | |
| | |
![]() |
| Tags |
| dos, popup, wget, window |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Piping problem (please help) | Indirect | E-mail Piping Issues | 27 | 10-07-2006 02:41 AM |