Re: [GENERAL] windows 2008 scheduled task problem - Solved

2012-02-06 Thread Ralph Dell
-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Richard Sickler Sent: Monday, February 06, 2012 12:04 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] windows 2008 scheduled task problem Ralph, It may help to break this into a couple of part

Re: [GENERAL] windows 2008 scheduled task problem

2012-02-06 Thread Ralph Dell
Ralph Dell, GISP GIS Dept. Catawba County, NC From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Richard Sickler Sent: Monday, February 06, 2012 12:04 PM To: pgsql-general@postgresql.org Subject: Re: [GENERAL] windows 2008 scheduled task

Re: [GENERAL] windows 2008 scheduled task problem

2012-02-06 Thread Richard Sickler
Ralph, It may help to break this into a couple of parts Make a folder called c:\cronjobs in c:\cronjobs create a bat file that contains the commands you want executed. Maybe something like set logfile=shp2pgsql.log echo Running shp2pgsql > %logfile% date /t >> %logfile% time /t >> %logfile% shp2

Re: [GENERAL] windows 2008 scheduled task problem

2012-02-06 Thread Susan Cassidy
See my reply below: From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Ralph Dell Sent: Monday, February 06, 2012 8:26 AM To: pgsql-general@postgresql.org Subject: [GENERAL] windows 2008 scheduled task problem I am running postgresql 8.4.3/ postgis