473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Run external application script from access?

Hi

I need help with this. How do I call an external Avaya CMS Supervisor
auto-script from Access?

Please advise

Regards
Sunil

Dec 20 '05 #1
9 9661
On 19 Dec 2005 21:55:56 -0800, su**********@gmail.com wrote:
Hi

I need help with this. How do I call an external Avaya CMS Supervisor
auto-script from Access?

Please advise

Regards
Sunil


Well, that depends. How do you call it from outside of Access?
Dec 20 '05 #2
I have exported a file , which has an extension of ".avsauto".. It is
an Avaya Auto Script. I cannot run Windows Scheduler to run it, so I
want Access to run it every half hour.
Thanks

Dec 20 '05 #3
I just have to double click the script file to run it

Dec 20 '05 #4
I tried using the RunApp, and the Shell commands, but they dont work

Dec 20 '05 #5
In access 2000 on windows 2000, you can:
shell "cmd.exe /c start [full path to whatever].avsauto"
--
Regards
Benny Andersen
Dec 20 '05 #6
I am an Access newbie, I do have A2K, so far I tried running that
through hyperlink, the only problem was that Windows was popping a
warning message which would appear even if warnings are turned off...
Could you please provide with full sample code?

Dec 20 '05 #7
When I try, it only opens up the application, does not run the script
like it would on a hyperlink

Shell "C:/Programs/CEVU1110/Avaya/CMS Supervisor V11/AVS.exe /c start
[C:/GENERATOR/Avaya Scripts/SCRIPT BANK/Script].avsauto"

Not helping..Could you please advise?

Dec 20 '05 #8
On 20 Dec 2005 06:21:48 -0800, su**********@gmail.com wrote:
When I try, it only opens up the application, does not run the script
like it would on a hyperlink

Shell "C:/Programs/CEVU1110/Avaya/CMS Supervisor V11/AVS.exe /c start
[C:/GENERATOR/Avaya Scripts/SCRIPT BANK/Script].avsauto"

try:
Shell "cmd.exe /c start ""C:/GENERATOR/Avaya Scripts/SCRIPT
BANK/Script"".avsauto"

--
Regards
Benny Andersen
Dec 20 '05 #9
This just opens up the black colored command box, but doesnt run that
file..I am now managing with the hyperlink on timer, but it is a bit
annoying because windows gives me a warning each time the file tries to
execute.

Dec 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chuck Mendell | last post by:
I am having problem with external javascripts. My OS is XP Pro. I am told to create an external javascript using a .js extension. (I did that) The external .js is very simple, containing: ...
2
by: Hugh Macdonald | last post by:
I'm writing a tool at the moment that reads in an external file (which can use any Python syntax) At the moment, I'm reading the file in using: scriptLines = open(baseRippleScript).read()...
4
by: Sivakumar Shanmugam | last post by:
Group.. We are running on db2 UDF V8 on Sun solaris platform. I created an UDF which calles a C-routine(SQL_API_FN). This C-routine in turn calls an external C-function. The C-function is provided...
5
by: snicks | last post by:
I'm trying to exec a program external to my ASP.NET app using the following code. The external app is a VB.NET application. Dim sPPTOut As String sPPTOut = MDEPDirStr + sID + ".ppt" Dim p As...
1
by: Daniel Di Vita | last post by:
I have an application that needs to pull files from an internal server. This is the setup. The web server is external facing, meaning exposed to the internet. I then have a file server that sits...
3
by: Big Charles | last post by:
Hi, We have developed an ASP.NET web application and are planning to host it in an external Server, which provides us a good bandwidht. We need to put he web application outside because the...
5
by: althafexcel | last post by:
hi everyone Im trying to include an external js in my aspx page under the head tag, it doesn't load or it displays an object expected error whenver the function from the .js is called. Actually...
10
by: Stefan Weber | last post by:
Hi, I'm trying to access the JavaScript code contained in a <scripttag via its "text" attribute. This works well, if the code is embedded in the HTML page. However, when the code is in an...
3
by: tundal45 | last post by:
Hey Guys, I am trying to automate the process of loading data in our oracle server. As a part of that process, I am working on a perl script that loads external tables from data files. What I am...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.