I think that Adobe Reader keeps in memory when you close, so it fast-open
the next time you open it.
Don't know how to completely close it from the UI, but you can kill the
process with Sysinternals Process Explorer.



2015-08-19 0:55 GMT+02:00 Jeff Johnson <j...@san-dc.com>:

> I have some sort of new program that opens up when I open a pdf. I can't
> close the app because it has no close button. When I open a pdf and then
> close it, it acts as though it is still open. I want to get rid of that
> darn program, but I don't know what it is called or how it got on my
> machine.
>
> Anyone see this and know how to get rid of it?
>
> I believe that is my problem with the rename and copy.
>
>
> On 8/18/2015 3:39 PM, Fernando D. Bozzo wrote:
>
>> Hi Jeff:
>>
>> For testing, do the same on the DOS Window, to see if it is working, then
>> try this way
>>
>> RENAME ( '"' + (lcexportpath) + lcimage + '"' ) TO ( '"' + (lcexportpath)
>> +
>> UPPER(ALLTRIM(doc_url)) + '"' )
>>
>> Note: The quotes are double between single
>>
>> Regards.-
>>
>>
>> 2015-08-18 22:12 GMT+02:00 Jeff Johnson <j...@dcsoftware.com>:
>>
>>      lcimage = TRANSFORM(caf_image) + '.' + ALLTRIM(caf_ext)
>>>      lcexportpath =
>>> 'D:\users\public\applications\ft_cafe\documents\export\'
>>>      WAIT WINDOW (lcexportpath) + lcimage + '/' + (lcexportpath) +
>>> UPPER(doc_url)
>>>      IF FILE((lcexportpath) + lcimage)
>>>          COPY FILE (lcexportpath) + lcimage TO (lcexportpath) +
>>> UPPER(ALLTRIM(doc_url))
>>>
>>>      OR:
>>>
>>>          RENAME (lcexportpath) + lcimage TO (lcexportpath) +
>>> UPPER(ALLTRIM(doc_url))
>>>      ELSE
>>>          MESSAGEBOX((lcexportpath) + lcimage + ' file not found.')
>>>      ENDIF
>>>
>>>
>>> Either way it says "file not found" and the file is found because it
>>> fails
>>> on the COPY and the RENAME.
>>>
>>> What am I missing?
>>>
>>> --
>>> Jeff
>>>
>>> Jeff Johnson
>>> j...@dcsoftware.com
>>> (623) 582-0323
>>>
>>> Please reply to j...@san-dc.com!
>>>
>>> www.san-dc.com
>>> www.cremationtracker.com
>>> www.agentrelationshipmanager.com
>>>
>>>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cagq_junpcskr9d-jtb_aqtlvw_4kbgeieymdklsi8aad5zb...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to