JRB-Bldr
And then executed the BAT file manually from your Windows CMD window?
In the last line of my previous post I've indicated that the Batch file works fine without the security message showing up; when triggered from CMD window.
Adel
Thanks Mike and Olaf for your responses.
I should add that the batch file we're trying to run gets created on the fly by forming its content as a string, then do a
STRTOFILE(mCommandString, "\\somefolder\BatchFile.BAT")
The solutions at the URL Olaf mentioned is for Windows 7. We are...
We are using
oWsh = CREATEOBJECT("wscript.shell")
oWsh.Run("BatchFile.Bat", 3, .T.)
to run a batch file from a .PRG. Works fine on 32 bit OS. On 64 bit, we get the Open File - Security Warning; with Run and Cancel buttons.
This process runs with a timer periodically; unattended. How...
I agree; the second user should not be ble to do anything but viewing the file. The issue is with first user; he/she has control of the file, and they should be able to save; they could not.
Not only that, but VFP also discards the changes made and closes the file w/o any gracefull...
We have been having the following problem with VFP editor (9.0) - I am not sure if it existed before 9.0.
If a user opens a PRG file (on a network drive) for editing, then another user tries to open the same file, the second user gets the message:
File access is denied <Filename>.
If the...
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.