I'm new to script writing, I've made a script for capturing a file. I would like to now launch a keyboard script currently on my "C" drive to continue the process. Help please...
Thank you for the quick response Knob. I guess I should have provided my script, its a simple capture on/off I wrote:
proc main
while 1
if $carrier
capture on
transmit "^M"
transmit "password^M"
while $carrier
yield
endwhile
capture off
pause 1
endif
endwhile
endproc
This captures a file and places in on our LAN. After that I am currently launching a keyboard macro (on my C drive) which takes the file and copies it to a specific location on our Intranet.
My hopes were to launch this from the script above to save a couple of steps. Really appreciate your help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.