Hello all,
I'm using vee5 and I am trying to launch EXCEL using the "Execute Program"
box. I have told the box the file path for Excel but despite my best
efforts it will not launch. I've tried several PC's, including my own at
home but keep getting the FILE NOT FOUND error code. Have I missed the
point somewhere?
Regards,
Andy Cole.
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------
I'm using vee5 and I am trying to launch EXCEL using the "Execute Program"
box. I have told the box the file path for Excel but despite my best
efforts it will not launch. I've tried several PC's, including my own at
home but keep getting the FILE NOT FOUND error code. Have I missed the
point somewhere?
Regards,
Andy Cole.
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------
Your program did work, although you must ensure the file TEST exists in your
c: drive before execution. Also, if you are using the default settings in
windows, file extensions are not shown, thus del TEST will not work, but del
TEST.txt will.
Another caveat is the MS naming conventions. If your filename contains
spaces be sure to enclose the filename in double quotes.
ie del "this file.txt"
Mike
-----Original Message-----
From: owner-vrf@lvld.agilent.com [mailto:owner-vrf@lvld.agilent.com]On
Behalf Of Ensign, Dwayne
Sent: Tuesday, July 30, 2002 10:49 AM
To: 'vrf@lvld.agilent.com'
Subject: vrf Delete a file, 2nd try
Good morning all,
This is my first attempt to use the ADN email service. I have been
monitoring the emails for a few weeks and have picked up some very useful
hints and techniques. Now I have a question. I want to delete a file
programmatically. Please review the attached command and tell me why it
doesn't work.
Thanks,
Dwayne Ensign
Eaton Aerospace
I forgot the attachment the first time.
<<DeleteFile.vee>>
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.agilent.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.agilent.com".
---------------------------------------------------------------------