HP3000-L Archives

September 2002, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Mon, 23 Sep 2002 14:44:17 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
This would seem to be the poor man's version of setting up the batch file.
At least there is nothing to buy to make this work.

You can set up a permanantly running batch file on the pc with the
following.  It will only process a file once the HP has FTP'd it and then
will wait until a file is again FTP'd.

This batch file can also be set up as a "service" on the pc so that it will
start automatically each time the pc is re-booted.

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q243486


@echo off
:start
if exist download.dat goto :dowork
goto :start
:dowork
echo starting to process downloaded file
...
put in your processed to run here
...
echo finished doing work
goto :start

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2