In one of my apps, when you exit, it offers to backup your data
I use Azip and you can name your file and destination
It so happens my client told it to backup to C:\KCB.ZIP
System is on Win7
When he tried to restore, the file was not there
I tried this on MY Win7 system
My routine told me it had made a backup and that it could see the file
i.e. (mbaks=C:\KCB.ZIP)
mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr? -foxuser.*")
If !File("&mbaks")
=Messagebox('OOPS something did not work and your backup is NOT
successful ',0,'WARNING')
else
=messagebox('Backup file created',0,'')
endif
I tried this in the command box
?File("&mbaks")
Answer is .T.
I type DIR C:\*.ZIP
and it tells me the files found are: c:\kcb.zip
I check it with explorer and CMD, both tell me the file is NOT there
What am i missing ?
--
Regards
Sytze de Boer
Kiss Systems
Hamilton, NZ
Ph: 64-7-8391670, Mob:64 21 937611
URL: www.kiss.co.nz
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTilm3XHQUV35okfKLK522IFuPccx-QbJ6luDzUnd@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.
On 7/4/2010 8:08 PM, Sytze de Boer wrote:
> In one of my apps, when you exit, it offers to backup your data
> I use Azip and you can name your file and destination
>
> It so happens my client told it to backup to C:\KCB.ZIP
> System is on Win7
> When he tried to restore, the file was not there
>
> I tried this on MY Win7 system
> My routine told me it had made a backup and that it could see the file
> i.e. (mbaks=C:\KCB.ZIP)
> mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr? -foxuser.*")
> If !File("&mbaks")
> =Messagebox('OOPS something did not work and your backup is NOT
> successful ',0,'WARNING')
> else
> =messagebox('Backup file created',0,'')
> endif
>
> I tried this in the command box
> ?File("&mbaks")
> Answer is .T.
> I type DIR C:\*.ZIP
> and it tells me the files found are: c:\kcb.zip
>
> I check it with explorer and CMD, both tell me the file is NOT there
>
> What am i missing ?
>
>
At a command prompt, DIR > C:\TEST.TXT returns an Access Denied message.
Could the back up file be in the current directory of the application?
Tracy
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/4C3150C1.9060302@powerchurch.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.
Hi Tracey
Correct, if I type (in the C:\ folder) DIR *.ZIP > YESY.TXT, I get Access is
denied
I have quit my program
I go back into the command window of the folder where I have all source code
etc (for this specific app)
I again type ?FILE("C:\KCB.ZIP")
and the reply is .T.
I go SET DEFAULT TO C:\
DIR *.*
and I can see KCB.ZIP
This is bizarre
S
On Mon, Jul 5, 2010 at 3:25 PM, Tracy Pearson <tracy@powerchurch.com> wrote:
> On 7/4/2010 8:08 PM, Sytze de Boer wrote:
> > In one of my apps, when you exit, it offers to backup your data
> > I use Azip and you can name your file and destination
> >
> > It so happens my client told it to backup to C:\KCB.ZIP
> > System is on Win7
> > When he tried to restore, the file was not there
> >
> > I tried this on MY Win7 system
> > My routine told me it had made a backup and that it could see the file
> > i.e. (mbaks=C:\KCB.ZIP)
> > mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr? -foxuser.*")
> > If !File("&mbaks")
> > =Messagebox('OOPS something did not work and your backup is NOT
> > successful ',0,'WARNING')
> > else
> > =messagebox('Backup file created',0,'')
> > endif
> >
> > I tried this in the command box
> > ?File("&mbaks")
> > Answer is .T.
> > I type DIR C:\*.ZIP
> > and it tells me the files found are: c:\kcb.zip
> >
> > I check it with explorer and CMD, both tell me the file is NOT there
> >
> > What am i missing ?
> >
> >
>
> At a command prompt, DIR > C:\TEST.TXT returns an Access Denied message.
> Could the back up file be in the current directory of the application?
>
> Tracy
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTimAftC4GZF930YnSYMg6S_VNli6B-GlpMF4qpxC@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.
Does his windows 7 system permit him to see ANY files in the C:\folder?
Geoff Flight
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Sytze de Boer
Sent: Monday, 5 July 2010 1:08 PM
To: profox@leafe.com
Subject: Re: Win7 conundrum
Hi Tracey
Correct, if I type (in the C:\ folder) DIR *.ZIP > YESY.TXT, I get Access is
denied
I have quit my program
I go back into the command window of the folder where I have all source code
etc (for this specific app)
I again type ?FILE("C:\KCB.ZIP")
and the reply is .T.
I go SET DEFAULT TO C:\
DIR *.*
and I can see KCB.ZIP
This is bizarre
S
On Mon, Jul 5, 2010 at 3:25 PM, Tracy Pearson <tracy@powerchurch.com> wrote:
> On 7/4/2010 8:08 PM, Sytze de Boer wrote:
> > In one of my apps, when you exit, it offers to backup your data
> > I use Azip and you can name your file and destination
> >
> > It so happens my client told it to backup to C:\KCB.ZIP
> > System is on Win7
> > When he tried to restore, the file was not there
> >
> > I tried this on MY Win7 system
> > My routine told me it had made a backup and that it could see the file
> > i.e. (mbaks=C:\KCB.ZIP)
> > mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr? -foxuser.*")
> > If !File("&mbaks")
> > =Messagebox('OOPS something did not work and your backup is NOT
> > successful ',0,'WARNING')
> > else
> > =messagebox('Backup file created',0,'')
> > endif
> >
> > I tried this in the command box
> > ?File("&mbaks")
> > Answer is .T.
> > I type DIR C:\*.ZIP
> > and it tells me the files found are: c:\kcb.zip
> >
> > I check it with explorer and CMD, both tell me the file is NOT there
> >
> > What am i missing ?
> >
> >
>
> At a command prompt, DIR > C:\TEST.TXT returns an Access Denied message.
> Could the back up file be in the current directory of the application?
>
> Tracy
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/000801cb1bf4$629233f0$27b69bd0$@com.au
** 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.
Yes
In can see see several TMP files, config.sys, my desktop jpg file, and more
S
On Mon, Jul 5, 2010 at 3:44 PM, geoff <datades@adam.com.au> wrote:
> Does his windows 7 system permit him to see ANY files in the C:\folder?
>
> Geoff Flight
>
> -----Original Message-----
> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
> Of Sytze de Boer
> Sent: Monday, 5 July 2010 1:08 PM
> To: profox@leafe.com
> Subject: Re: Win7 conundrum
>
> Hi Tracey
> Correct, if I type (in the C:\ folder) DIR *.ZIP > YESY.TXT, I get Access
> is
> denied
> I have quit my program
> I go back into the command window of the folder where I have all source
> code
> etc (for this specific app)
> I again type ?FILE("C:\KCB.ZIP")
> and the reply is .T.
>
> I go SET DEFAULT TO C:\
> DIR *.*
> and I can see KCB.ZIP
>
> This is bizarre
> S
>
>
>
>
> On Mon, Jul 5, 2010 at 3:25 PM, Tracy Pearson <tracy@powerchurch.com>
> wrote:
>
> > On 7/4/2010 8:08 PM, Sytze de Boer wrote:
> > > In one of my apps, when you exit, it offers to backup your data
> > > I use Azip and you can name your file and destination
> > >
> > > It so happens my client told it to backup to C:\KCB.ZIP
> > > System is on Win7
> > > When he tried to restore, the file was not there
> > >
> > > I tried this on MY Win7 system
> > > My routine told me it had made a backup and that it could see the file
> > > i.e. (mbaks=C:\KCB.ZIP)
> > > mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr? -foxuser.*")
> > > If !File("&mbaks")
> > > =Messagebox('OOPS something did not work and your backup is NOT
> > > successful ',0,'WARNING')
> > > else
> > > =messagebox('Backup file created',0,'')
> > > endif
> > >
> > > I tried this in the command box
> > > ?File("&mbaks")
> > > Answer is .T.
> > > I type DIR C:\*.ZIP
> > > and it tells me the files found are: c:\kcb.zip
> > >
> > > I check it with explorer and CMD, both tell me the file is NOT there
> > >
> > > What am i missing ?
> > >
> > >
> >
> > At a command prompt, DIR > C:\TEST.TXT returns an Access Denied message.
> > Could the back up file be in the current directory of the application?
> >
> > Tracy
> >
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTil8MLaIFEp0lO93Uv0YADP48esm6DmVliBXocvU@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.
On Mon, Jul 5, 2010 at 4:49 AM, Sytze de Boer <sytze.kiss@gmail.com> wrote:
> Yes
> In can see see several TMP files, config.sys, my desktop jpg file, and more
> S
Have a look in:
C:\Users\Paul\AppData\Local\VirtualStore
Change Paul to the users name, unless he's called Paul :-)
> On Mon, Jul 5, 2010 at 3:44 PM, geoff <datades@adam.com.au> wrote:
>
>> Does his windows 7 system permit him to see ANY files in the C:\folder?
>>
>> Geoff Flight
>>
>> -----Original Message-----
>> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
>> Of Sytze de Boer
>> Sent: Monday, 5 July 2010 1:08 PM
>> To: profox@leafe.com
>> Subject: Re: Win7 conundrum
>>
>> Hi Tracey
>> Correct, if I type (in the C:\ folder) DIR *.ZIP > YESY.TXT, I get Access
>> is
>> denied
>> I have quit my program
>> I go back into the command window of the folder where I have all source
>> code
>> etc (for this specific app)
>> I again type ?FILE("C:\KCB.ZIP")
>> and the reply is .T.
>>
>> I go SET DEFAULT TO C:\
>> DIR *.*
>> and I can see KCB.ZIP
>>
>> This is bizarre
>> S
>>
>>
>>
>>
>> On Mon, Jul 5, 2010 at 3:25 PM, Tracy Pearson <tracy@powerchurch.com>
>> wrote:
>>
>> > On 7/4/2010 8:08 PM, Sytze de Boer wrote:
>> > > In one of my apps, when you exit, it offers to backup your data
>> > > I use Azip and you can name your file and destination
>> > >
>> > > It so happens my client told it to backup to C:\KCB.ZIP
>> > > System is on Win7
>> > > When he tried to restore, the file was not there
>> > >
>> > > I tried this on MY Win7 system
>> > > My routine told me it had made a backup and that it could see the file
>> > > i.e. (mbaks=C:\KCB.ZIP)
>> > > mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr? -foxuser.*")
>> > > If !File("&mbaks")
>> > > =Messagebox('OOPS something did not work and your backup is NOT
>> > > successful ',0,'WARNING')
>> > > else
>> > > =messagebox('Backup file created',0,'')
>> > > endif
>> > >
>> > > I tried this in the command box
>> > > ?File("&mbaks")
>> > > Answer is .T.
>> > > I type DIR C:\*.ZIP
>> > > and it tells me the files found are: c:\kcb.zip
>> > >
>> > > I check it with explorer and CMD, both tell me the file is NOT there
>> > >
>> > > What am i missing ?
>> > >
>> > >
>> >
>> > At a command prompt, DIR > C:\TEST.TXT returns an Access Denied message.
>> > Could the back up file be in the current directory of the application?
>> >
>> > Tracy
--
Paul
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTinPNdhbII7y2m88T1Cwtyphf07pauJBp0fmpwA0@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.
Hi Paul
I've looked in this place, and YES, the file is there
I am now more confused than before
S
On Mon, Jul 5, 2010 at 6:51 PM, Paul Hill <paulroberthill@gmail.com> wrote:
> On Mon, Jul 5, 2010 at 4:49 AM, Sytze de Boer <sytze.kiss@gmail.com>
> wrote:
> > Yes
> > In can see see several TMP files, config.sys, my desktop jpg file, and
> more
> > S
>
> Have a look in:
> C:\Users\Paul\AppData\Local\VirtualStore
>
> Change Paul to the users name, unless he's called Paul :-)
>
> > On Mon, Jul 5, 2010 at 3:44 PM, geoff <datades@adam.com.au> wrote:
> >
> >> Does his windows 7 system permit him to see ANY files in the C:\folder?
> >>
> >> Geoff Flight
> >>
> >> -----Original Message-----
> >> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On
> Behalf
> >> Of Sytze de Boer
> >> Sent: Monday, 5 July 2010 1:08 PM
> >> To: profox@leafe.com
> >> Subject: Re: Win7 conundrum
> >>
> >> Hi Tracey
> >> Correct, if I type (in the C:\ folder) DIR *.ZIP > YESY.TXT, I get
> Access
> >> is
> >> denied
> >> I have quit my program
> >> I go back into the command window of the folder where I have all source
> >> code
> >> etc (for this specific app)
> >> I again type ?FILE("C:\KCB.ZIP")
> >> and the reply is .T.
> >>
> >> I go SET DEFAULT TO C:\
> >> DIR *.*
> >> and I can see KCB.ZIP
> >>
> >> This is bizarre
> >> S
> >>
> >>
> >>
> >>
> >> On Mon, Jul 5, 2010 at 3:25 PM, Tracy Pearson <tracy@powerchurch.com>
> >> wrote:
> >>
> >> > On 7/4/2010 8:08 PM, Sytze de Boer wrote:
> >> > > In one of my apps, when you exit, it offers to backup your data
> >> > > I use Azip and you can name your file and destination
> >> > >
> >> > > It so happens my client told it to backup to C:\KCB.ZIP
> >> > > System is on Win7
> >> > > When he tried to restore, the file was not there
> >> > >
> >> > > I tried this on MY Win7 system
> >> > > My routine told me it had made a backup and that it could see the
> file
> >> > > i.e. (mbaks=C:\KCB.ZIP)
> >> > > mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr? -foxuser.*")
> >> > > If !File("&mbaks")
> >> > > =Messagebox('OOPS something did not work and your backup is NOT
> >> > > successful ',0,'WARNING')
> >> > > else
> >> > > =messagebox('Backup file created',0,'')
> >> > > endif
> >> > >
> >> > > I tried this in the command box
> >> > > ?File("&mbaks")
> >> > > Answer is .T.
> >> > > I type DIR C:\*.ZIP
> >> > > and it tells me the files found are: c:\kcb.zip
> >> > >
> >> > > I check it with explorer and CMD, both tell me the file is NOT there
> >> > >
> >> > > What am i missing ?
> >> > >
> >> > >
> >> >
> >> > At a command prompt, DIR > C:\TEST.TXT returns an Access Denied
> message.
> >> > Could the back up file be in the current directory of the application?
> >> >
> >> > Tracy
>
> --
> Paul
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTimGxaBMEhrK7tSNljiOW1B1Fe5YqDQb5QOepV85@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.
It is called Virtualization Service and it was introduced first time in Vista.
A good explanation can be read here: http://zone.ni.com/devzone/cda/tut/p/id/5538#toc3
The idea is that from your point of view, the file is in C:\. It is not there physically, though, but you can consider it is there. If you want to avoid this kind of problems in the future, write files where you have write access rights. For example, create a folder in C:\ and put all your stuff there.
> -----Original Message-----
> From: profoxtech-bounces@leafe.com [mailto:profoxtech-
> bounces@leafe.com] On Behalf Of Sytze de Boer
> Sent: Monday, July 05, 2010 9:27 PM
> To: profoxtech@leafe.com
> Subject: Re: Win7 conundrum
>
> Hi Paul
> I've looked in this place, and YES, the file is there I am now more confused
> than before
>
> S
>
>
>
>
> On Mon, Jul 5, 2010 at 6:51 PM, Paul Hill <paulroberthill@gmail.com> wrote:
>
> > On Mon, Jul 5, 2010 at 4:49 AM, Sytze de Boer <sytze.kiss@gmail.com>
> > wrote:
> > > Yes
> > > In can see see several TMP files, config.sys, my desktop jpg file,
> > > and
> > more
> > > S
> >
> > Have a look in:
> > C:\Users\Paul\AppData\Local\VirtualStore
> >
> > Change Paul to the users name, unless he's called Paul :-)
> >
> > > On Mon, Jul 5, 2010 at 3:44 PM, geoff <datades@adam.com.au> wrote:
> > >
> > >> Does his windows 7 system permit him to see ANY files in the C:\folder?
> > >>
> > >> Geoff Flight
> > >>
> > >> -----Original Message-----
> > >> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com]
> On
> > Behalf
> > >> Of Sytze de Boer
> > >> Sent: Monday, 5 July 2010 1:08 PM
> > >> To: profox@leafe.com
> > >> Subject: Re: Win7 conundrum
> > >>
> > >> Hi Tracey
> > >> Correct, if I type (in the C:\ folder) DIR *.ZIP > YESY.TXT, I get
> > Access
> > >> is
> > >> denied
> > >> I have quit my program
> > >> I go back into the command window of the folder where I have all
> > >> source code etc (for this specific app) I again type
> > >> ?FILE("C:\KCB.ZIP") and the reply is .T.
> > >>
> > >> I go SET DEFAULT TO C:\
> > >> DIR *.*
> > >> and I can see KCB.ZIP
> > >>
> > >> This is bizarre
> > >> S
> > >>
> > >>
> > >>
> > >>
> > >> On Mon, Jul 5, 2010 at 3:25 PM, Tracy Pearson
> > >> <tracy@powerchurch.com>
> > >> wrote:
> > >>
> > >> > On 7/4/2010 8:08 PM, Sytze de Boer wrote:
> > >> > > In one of my apps, when you exit, it offers to backup your data
> > >> > > I use Azip and you can name your file and destination
> > >> > >
> > >> > > It so happens my client told it to backup to C:\KCB.ZIP System
> > >> > > is on Win7 When he tried to restore, the file was not there
> > >> > >
> > >> > > I tried this on MY Win7 system
> > >> > > My routine told me it had made a backup and that it could see
> > >> > > the
> > file
> > >> > > i.e. (mbaks=C:\KCB.ZIP)
> > >> > > mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr?
> > >> > > -foxuser.*") If !File("&mbaks")
> > >> > > =Messagebox('OOPS something did not work and your backup is
> > >> > > NOT successful ',0,'WARNING') else
> > >> > > =messagebox('Backup file created',0,'') endif
> > >> > >
> > >> > > I tried this in the command box
> > >> > > ?File("&mbaks")
> > >> > > Answer is .T.
> > >> > > I type DIR C:\*.ZIP
> > >> > > and it tells me the files found are: c:\kcb.zip
> > >> > >
> > >> > > I check it with explorer and CMD, both tell me the file is NOT
> > >> > > there
> > >> > >
> > >> > > What am i missing ?
> > >> > >
> > >> > >
> > >> >
> > >> > At a command prompt, DIR > C:\TEST.TXT returns an Access Denied
> > message.
> > >> > Could the back up file be in the current directory of the application?
> > >> >
> > >> > Tracy
> >
> > --
> > Paul
> >
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/000101cb1c77$22679210$6736b630$@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.
Don't you just love a crap OS that thinks it knows what you want to do better than you do so it does all kinds of crazy
crap?
----- Original Message -----
From: "Grigore Dolghin" <gdolghin@gmail.com>
To: <profox@leafe.com>
Sent: Monday, July 05, 2010 12:20 PM
Subject: RE: Win7 conundrum
It is called Virtualization Service and it was introduced first time in Vista.
A good explanation can be read here: http://zone.ni.com/devzone/cda/tut/p/id/5538#toc3
The idea is that from your point of view, the file is in C:\. It is not there physically, though, but you can consider
it is there. If you want to avoid this kind of problems in the future, write files where you have write access rights.
For example, create a folder in C:\ and put all your stuff there.
> -----Original Message-----
> From: profoxtech-bounces@leafe.com [mailto:profoxtech-
> bounces@leafe.com] On Behalf Of Sytze de Boer
> Sent: Monday, July 05, 2010 9:27 PM
> To: profoxtech@leafe.com
> Subject: Re: Win7 conundrum
>
> Hi Paul
> I've looked in this place, and YES, the file is there I am now more confused
> than before
>
> S
>
>
>
>
> On Mon, Jul 5, 2010 at 6:51 PM, Paul Hill <paulroberthill@gmail.com> wrote:
>
> > On Mon, Jul 5, 2010 at 4:49 AM, Sytze de Boer <sytze.kiss@gmail.com>
> > wrote:
> > > Yes
> > > In can see see several TMP files, config.sys, my desktop jpg file,
> > > and
> > more
> > > S
> >
> > Have a look in:
> > C:\Users\Paul\AppData\Local\VirtualStore
> >
> > Change Paul to the users name, unless he's called Paul :-)
> >
> > > On Mon, Jul 5, 2010 at 3:44 PM, geoff <datades@adam.com.au> wrote:
> > >
> > >> Does his windows 7 system permit him to see ANY files in the C:\folder?
> > >>
> > >> Geoff Flight
> > >>
> > >> -----Original Message-----
> > >> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com]
> On
> > Behalf
> > >> Of Sytze de Boer
> > >> Sent: Monday, 5 July 2010 1:08 PM
> > >> To: profox@leafe.com
> > >> Subject: Re: Win7 conundrum
> > >>
> > >> Hi Tracey
> > >> Correct, if I type (in the C:\ folder) DIR *.ZIP > YESY.TXT, I get
> > Access
> > >> is
> > >> denied
> > >> I have quit my program
> > >> I go back into the command window of the folder where I have all
> > >> source code etc (for this specific app) I again type
> > >> ?FILE("C:\KCB.ZIP") and the reply is .T.
> > >>
> > >> I go SET DEFAULT TO C:\
> > >> DIR *.*
> > >> and I can see KCB.ZIP
> > >>
> > >> This is bizarre
> > >> S
> > >>
> > >>
> > >>
> > >>
> > >> On Mon, Jul 5, 2010 at 3:25 PM, Tracy Pearson
> > >> <tracy@powerchurch.com>
> > >> wrote:
> > >>
> > >> > On 7/4/2010 8:08 PM, Sytze de Boer wrote:
> > >> > > In one of my apps, when you exit, it offers to backup your data
> > >> > > I use Azip and you can name your file and destination
> > >> > >
> > >> > > It so happens my client told it to backup to C:\KCB.ZIP System
> > >> > > is on Win7 When he tried to restore, the file was not there
> > >> > >
> > >> > > I tried this on MY Win7 system
> > >> > > My routine told me it had made a backup and that it could see
> > >> > > the
> > file
> > >> > > i.e. (mbaks=C:\KCB.ZIP)
> > >> > > mybackup=azip(.T.,"&mbaks","*.dbf *.fpt *.cdx *.fr?
> > >> > > -foxuser.*") If !File("&mbaks")
> > >> > > =Messagebox('OOPS something did not work and your backup is
> > >> > > NOT successful ',0,'WARNING') else
> > >> > > =messagebox('Backup file created',0,'') endif
> > >> > >
> > >> > > I tried this in the command box
> > >> > > ?File("&mbaks")
> > >> > > Answer is .T.
> > >> > > I type DIR C:\*.ZIP
> > >> > > and it tells me the files found are: c:\kcb.zip
> > >> > >
> > >> > > I check it with explorer and CMD, both tell me the file is NOT
> > >> > > there
> > >> > >
> > >> > > What am i missing ?
> > >> > >
> > >> > >
> > >> >
> > >> > At a command prompt, DIR > C:\TEST.TXT returns an Access Denied
> > message.
> > >> > Could the back up file be in the current directory of the application?
> > >> >
> > >> > Tracy
> >
> > --
> > Paul
> >
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/03f701cb1d8e$88299860$7a00a8c0@w2k3s02
** 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.
On Tue, Jul 6, 2010 at 11:40 PM, <kamcginnis@gmail.com> wrote:
> Don't you just love a crap OS that thinks it knows what you want to do better than you do so it does all kinds of crazy
> crap?
-----------------------------------
You mean that dumping everything into c:\ "root" is a good idea?
--
Stephen Russell
Sr. Production Systems Programmer
CIMSgts
901.246-0159 cell
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/AANLkTinpzNYTR-Gk7r_BbohcnKSJ60RrnoYe9c3SJExv@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.