dglennstep
Programmer
I am trying to automate a script that transfers a file to
an ftp site when a certain event happens on our
internal intranet. The file names are not constant, so
I need to send the file name as a command line
argument to my ASPECT script. I have no
documentation other than the on-line ASPECT help
and am having trouble determining how command line
arguments are used. Do I need to write a function or
procedure that will capture the file name from the
command line so I can do something like:
sendfile ASCII FILENAME
or is there a simpler way?
an ftp site when a certain event happens on our
internal intranet. The file names are not constant, so
I need to send the file name as a command line
argument to my ASPECT script. I have no
documentation other than the on-line ASPECT help
and am having trouble determining how command line
arguments are used. Do I need to write a function or
procedure that will capture the file name from the
command line so I can do something like:
sendfile ASCII FILENAME
or is there a simpler way?