Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Security

Notices

Reply

Can't Delete/rename/move a file..

 

LinkBack Thread Tools Display Modes
Old 07-24-2007, 10:44 PM   #1 (permalink)
Default Can't Delete/rename/move a file..

I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP file
and data file were created on an XPP machine.

The CP is an Adobe Captivate file. (212mb)

If I run Captivate, I can't open the file. If I run Captivate as
Administrator, I can open the file.

If I run windows explorer as Administrator (and maybe I'm not doing this
right), I cannot rename or move the file.

If I run command prompr as Administator, I can't delete or rename either.

If I right click the file, and select properties, nothing ever shows.

I've looked at the properties of the ZIP file and "unblocked" it.

Any idea what is going on? what I've done wrong?

Thanks,
Paul


Paul MacFarlane
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2007, 12:25 AM   #2 (permalink)
Default Re: Can't Delete/rename/move a file..

Is the .Zip file deletable? The .Zip should be unblocked before its files
are extracted, otherwise the extracted files will also be marked "blocked".
Which apparently Mydata.cp still is. (You can Unblock it by opening its
Properties). As far as deleting it, try this:

At an elevated command prompt, type the following command, and then press
ENTER:

takeown /f Path_And_File_Name

For example, type:
takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp


Type the following command, and then press ENTER to grant
administrators full access to the file:

icacls Path_And_File_Name /GRANT ADMINISTRATORS:F

For example, type:
icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant administrators:F

Then try to delete Mydata.cp.


"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
Quote:
>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>file and data file were created on an XPP machine.
>
> The CP is an Adobe Captivate file. (212mb)
>
> If I run Captivate, I can't open the file. If I run Captivate as
> Administrator, I can open the file.
>
> If I run windows explorer as Administrator (and maybe I'm not doing this
> right), I cannot rename or move the file.
>
> If I run command prompr as Administator, I can't delete or rename either.
>
> If I right click the file, and select properties, nothing ever shows.
>
> I've looked at the properties of the ZIP file and "unblocked" it.
>
> Any idea what is going on? what I've done wrong?
>
> Thanks,
> Paul
>
dean-dean
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2007, 12:45 AM   #3 (permalink)
Default Re: Can't Delete/rename/move a file..

Thanks dean - I'll give that a try.

Sounds like you agree it's a security issue.

I had "unblocked" the zip and then extracted the file at one time.

One thing I didn't mention is that there were 3 other files in the same ZIP.
No problems with them ( htm, js, and SWF file).

Thanks for your suggestion.

Paul

"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
Quote:
> Is the .Zip file deletable? The .Zip should be unblocked before its files
> are extracted, otherwise the extracted files will also be marked
> "blocked".
> Which apparently Mydata.cp still is. (You can Unblock it by opening its
> Properties). As far as deleting it, try this:
>
> At an elevated command prompt, type the following command, and then press
> ENTER:
>
> takeown /f Path_And_File_Name
>
> For example, type:
> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>
>
> Type the following command, and then press ENTER to grant
> administrators full access to the file:
>
> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>
> For example, type:
> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant administrators:F
>
> Then try to delete Mydata.cp.
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
Quote:
>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>file and data file were created on an XPP machine.
>>
>> The CP is an Adobe Captivate file. (212mb)
>>
>> If I run Captivate, I can't open the file. If I run Captivate as
>> Administrator, I can open the file.
>>
>> If I run windows explorer as Administrator (and maybe I'm not doing this
>> right), I cannot rename or move the file.
>>
>> If I run command prompr as Administator, I can't delete or rename either.
>>
>> If I right click the file, and select properties, nothing ever shows.
>>
>> I've looked at the properties of the ZIP file and "unblocked" it.
>>
>> Any idea what is going on? what I've done wrong?
>>
>> Thanks,
>> Paul
>>
>

Paul MacFarlane
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2007, 12:58 AM   #4 (permalink)
Default Re: Can't Delete/rename/move a file..

dean..

any idea how long those command should take to execute?

I cancelled takeown after 5 minutes...

tried icacls as well - same problem.....

If I simply try "del myfile.cp" at the elevated command prompt it does the
same thing too...

Paul

"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
Quote:
> Is the .Zip file deletable? The .Zip should be unblocked before its files
> are extracted, otherwise the extracted files will also be marked
> "blocked".
> Which apparently Mydata.cp still is. (You can Unblock it by opening its
> Properties). As far as deleting it, try this:
>
> At an elevated command prompt, type the following command, and then press
> ENTER:
>
> takeown /f Path_And_File_Name
>
> For example, type:
> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>
>
> Type the following command, and then press ENTER to grant
> administrators full access to the file:
>
> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>
> For example, type:
> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant administrators:F
>
> Then try to delete Mydata.cp.
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
Quote:
>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>file and data file were created on an XPP machine.
>>
>> The CP is an Adobe Captivate file. (212mb)
>>
>> If I run Captivate, I can't open the file. If I run Captivate as
>> Administrator, I can open the file.
>>
>> If I run windows explorer as Administrator (and maybe I'm not doing this
>> right), I cannot rename or move the file.
>>
>> If I run command prompr as Administator, I can't delete or rename either.
>>
>> If I right click the file, and select properties, nothing ever shows.
>>
>> I've looked at the properties of the ZIP file and "unblocked" it.
>>
>> Any idea what is going on? what I've done wrong?
>>
>> Thanks,
>> Paul
>>
>

Paul MacFarlane
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2007, 01:44 AM   #5 (permalink)
Default Re: Can't Delete/rename/move a file..

If you look at the file's Properties, is there a Security tab? If so try
taking ownership, etc. that way. But the file's Properties might be borked
some other way as well. The commands I gave should happen in seconds. Try
running Check Disk, choosing to automatically fix file system errors (you
will have to reboot)...


"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
Quote:
> dean..
>
> any idea how long those command should take to execute?
>
> I cancelled takeown after 5 minutes...
>
> tried icacls as well - same problem.....
>
> If I simply try "del myfile.cp" at the elevated command prompt it does the
> same thing too...
>
> Paul
>
> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
Quote:
>> Is the .Zip file deletable? The .Zip should be unblocked before its
>> files
>> are extracted, otherwise the extracted files will also be marked
>> "blocked".
>> Which apparently Mydata.cp still is. (You can Unblock it by opening its
>> Properties). As far as deleting it, try this:
>>
>> At an elevated command prompt, type the following command, and then press
>> ENTER:
>>
>> takeown /f Path_And_File_Name
>>
>> For example, type:
>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>
>>
>> Type the following command, and then press ENTER to grant
>> administrators full access to the file:
>>
>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>
>> For example, type:
>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>> administrators:F
>>
>> Then try to delete Mydata.cp.
>>
>>
>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
Quote:
>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>>file and data file were created on an XPP machine.
>>>
>>> The CP is an Adobe Captivate file. (212mb)
>>>
>>> If I run Captivate, I can't open the file. If I run Captivate as
>>> Administrator, I can open the file.
>>>
>>> If I run windows explorer as Administrator (and maybe I'm not doing this
>>> right), I cannot rename or move the file.
>>>
>>> If I run command prompr as Administator, I can't delete or rename
>>> either.
>>>
>>> If I right click the file, and select properties, nothing ever shows.
>>>
>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>
>>> Any idea what is going on? what I've done wrong?
>>>
>>> Thanks,
>>> Paul
>>>
>>
>
>
dean-dean
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2007, 07:00 AM   #6 (permalink)
Default Re: Can't Delete/rename/move a file..


Yep - properties never show. I've run checkdisk a couple of times...


"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:%230A4q1lzHHA.3772@TK2MSFTNGP06.phx.gbl...
Quote:
> If you look at the file's Properties, is there a Security tab? If so try
> taking ownership, etc. that way. But the file's Properties might be
> borked
> some other way as well. The commands I gave should happen in seconds.
> Try
> running Check Disk, choosing to automatically fix file system errors (you
> will have to reboot)...
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
Quote:
>> dean..
>>
>> any idea how long those command should take to execute?
>>
>> I cancelled takeown after 5 minutes...
>>
>> tried icacls as well - same problem.....
>>
>> If I simply try "del myfile.cp" at the elevated command prompt it does
>> the
>> same thing too...
>>
>> Paul
>>
>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
Quote:
>>> Is the .Zip file deletable? The .Zip should be unblocked before its
>>> files
>>> are extracted, otherwise the extracted files will also be marked
>>> "blocked".
>>> Which apparently Mydata.cp still is. (You can Unblock it by opening its
>>> Properties). As far as deleting it, try this:
>>>
>>> At an elevated command prompt, type the following command, and then
>>> press
>>> ENTER:
>>>
>>> takeown /f Path_And_File_Name
>>>
>>> For example, type:
>>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>>
>>>
>>> Type the following command, and then press ENTER to grant
>>> administrators full access to the file:
>>>
>>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>>
>>> For example, type:
>>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>>> administrators:F
>>>
>>> Then try to delete Mydata.cp.
>>>
>>>
>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>>>file and data file were created on an XPP machine.
>>>>
>>>> The CP is an Adobe Captivate file. (212mb)
>>>>
>>>> If I run Captivate, I can't open the file. If I run Captivate as
>>>> Administrator, I can open the file.
>>>>
>>>> If I run windows explorer as Administrator (and maybe I'm not doing
>>>> this
>>>> right), I cannot rename or move the file.
>>>>
>>>> If I run command prompr as Administator, I can't delete or rename
>>>> either.
>>>>
>>>> If I right click the file, and select properties, nothing ever shows.
>>>>
>>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>>
>>>> Any idea what is going on? what I've done wrong?
>>>>
>>>> Thanks,
>>>> Paul
>>>>
>>>
>>
>>
>

Paul MacFarlane
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2007, 07:51 AM   #7 (permalink)
Default Re: Can't Delete/rename/move a file..

You said you could open the file with Captivate, as Administrator. Can you
make some changes to the document, and then save your changes; that is, with
the same name, in the same folder? Or can you just erase a vast amount of
it's content? I've never used the program, so I don't know how editing a
".cp" would work... My goal is to get the file to acquire properties. It's
corrupted, so I don't know if that would work.


"Paul MacFarlane" <paul@-amerisoftcorp.com> wrote in message
news:OY$9GmozHHA.3536@TK2MSFTNGP06.phx.gbl...
Quote:
>
> Yep - properties never show. I've run checkdisk a couple of times...
>
>
> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
> news:%230A4q1lzHHA.3772@TK2MSFTNGP06.phx.gbl...
Quote:
>> If you look at the file's Properties, is there a Security tab? If so try
>> taking ownership, etc. that way. But the file's Properties might be
>> borked
>> some other way as well. The commands I gave should happen in seconds.
>> Try
>> running Check Disk, choosing to automatically fix file system errors (you
>> will have to reboot)...
>>
>>
>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>> news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
Quote:
>>> dean..
>>>
>>> any idea how long those command should take to execute?
>>>
>>> I cancelled takeown after 5 minutes...
>>>
>>> tried icacls as well - same problem.....
>>>
>>> If I simply try "del myfile.cp" at the elevated command prompt it does
>>> the
>>> same thing too...
>>>
>>> Paul
>>>
>>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>>> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
>>>> Is the .Zip file deletable? The .Zip should be unblocked before its
>>>> files
>>>> are extracted, otherwise the extracted files will also be marked
>>>> "blocked".
>>>> Which apparently Mydata.cp still is. (You can Unblock it by opening its
>>>> Properties). As far as deleting it, try this:
>>>>
>>>> At an elevated command prompt, type the following command, and then
>>>> press
>>>> ENTER:
>>>>
>>>> takeown /f Path_And_File_Name
>>>>
>>>> For example, type:
>>>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>>>
>>>>
>>>> Type the following command, and then press ENTER to grant
>>>> administrators full access to the file:
>>>>
>>>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>>>
>>>> For example, type:
>>>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>>>> administrators:F
>>>>
>>>> Then try to delete Mydata.cp.
>>>>
>>>>
>>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>>>>file and data file were created on an XPP machine.
>>>>>
>>>>> The CP is an Adobe Captivate file. (212mb)
>>>>>
>>>>> If I run Captivate, I can't open the file. If I run Captivate as
>>>>> Administrator, I can open the file.
>>>>>
>>>>> If I run windows explorer as Administrator (and maybe I'm not doing
>>>>> this
>>>>> right), I cannot rename or move the file.
>>>>>
>>>>> If I run command prompr as Administator, I can't delete or rename
>>>>> either.
>>>>>
>>>>> If I right click the file, and select properties, nothing ever shows.
>>>>>
>>>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>>>
>>>>> Any idea what is going on? what I've done wrong?
>>>>>
>>>>> Thanks,
>>>>> Paul
>>>>>
>>>>
>>>
>>>
>>
>
>
dean-dean
Guest
 
Posts: n/a
Reply With Quote  
Old 07-25-2007, 08:37 AM   #8 (permalink)
Default Re: Can't Delete/rename/move a file..

Captivate is a multi-media type file.

I was able to open one and then did a save-as. I don't remember if I
resaved the original.

The save-as file (a different resulting file size) exhibits the same
problems....


"dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
news:%23DIJrCpzHHA.5884@TK2MSFTNGP02.phx.gbl...
Quote:
> You said you could open the file with Captivate, as Administrator. Can
> you
> make some changes to the document, and then save your changes; that is,
> with
> the same name, in the same folder? Or can you just erase a vast amount of
> it's content? I've never used the program, so I don't know how editing a
> ".cp" would work... My goal is to get the file to acquire properties.
> It's corrupted, so I don't know if that would work.
>
>
> "Paul MacFarlane" <paul@-amerisoftcorp.com> wrote in message
> news:OY$9GmozHHA.3536@TK2MSFTNGP06.phx.gbl...
Quote:
>>
>> Yep - properties never show. I've run checkdisk a couple of times...
>>
>>
>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>> news:%230A4q1lzHHA.3772@TK2MSFTNGP06.phx.gbl...
Quote:
>>> If you look at the file's Properties, is there a Security tab? If so
>>> try
>>> taking ownership, etc. that way. But the file's Properties might be
>>> borked
>>> some other way as well. The commands I gave should happen in seconds.
>>> Try
>>> running Check Disk, choosing to automatically fix file system errors
>>> (you
>>> will have to reboot)...
>>>
>>>
>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>> news:eX1w1blzHHA.3848@TK2MSFTNGP03.phx.gbl...
>>>> dean..
>>>>
>>>> any idea how long those command should take to execute?
>>>>
>>>> I cancelled takeown after 5 minutes...
>>>>
>>>> tried icacls as well - same problem.....
>>>>
>>>> If I simply try "del myfile.cp" at the elevated command prompt it does
>>>> the
>>>> same thing too...
>>>>
>>>> Paul
>>>>
>>>> "dean-dean" <dean-dean@discussions.microsoft.com> wrote in message
>>>> news:OLCRnJlzHHA.4652@TK2MSFTNGP05.phx.gbl...
>>>>> Is the .Zip file deletable? The .Zip should be unblocked before its
>>>>> files
>>>>> are extracted, otherwise the extracted files will also be marked
>>>>> "blocked".
>>>>> Which apparently Mydata.cp still is. (You can Unblock it by opening
>>>>> its
>>>>> Properties). As far as deleting it, try this:
>>>>>
>>>>> At an elevated command prompt, type the following command, and then
>>>>> press
>>>>> ENTER:
>>>>>
>>>>> takeown /f Path_And_File_Name
>>>>>
>>>>> For example, type:
>>>>> takeown /f C:\Users\Paul\Downloads\WasZipped\Mydata.cp
>>>>>
>>>>>
>>>>> Type the following command, and then press ENTER to grant
>>>>> administrators full access to the file:
>>>>>
>>>>> icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
>>>>>
>>>>> For example, type:
>>>>> icacls C:\Users\Paul\Downloads\WasZipped\Mydata.cp /grant
>>>>> administrators:F
>>>>>
>>>>> Then try to delete Mydata.cp.
>>>>>
>>>>>
>>>>> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
>>>>> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
>>>>>>I received a file (we'll call it Mydata.cp) within a ZIP file. The
>>>>>>ZIP
>>>>>>file and data file were created on an XPP machine.
>>>>>>
>>>>>> The CP is an Adobe Captivate file. (212mb)
>>>>>>
>>>>>> If I run Captivate, I can't open the file. If I run Captivate as
>>>>>> Administrator, I can open the file.
>>>>>>
>>>>>> If I run windows explorer as Administrator (and maybe I'm not doing
>>>>>> this
>>>>>> right), I cannot rename or move the file.
>>>>>>
>>>>>> If I run command prompr as Administator, I can't delete or rename
>>>>>> either.
>>>>>>
>>>>>> If I right click the file, and select properties, nothing ever shows.
>>>>>>
>>>>>> I've looked at the properties of the ZIP file and "unblocked" it.
>>>>>>
>>>>>> Any idea what is going on? what I've done wrong?
>>>>>>
>>>>>> Thanks,
>>>>>> Paul
>>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>>
>

Paul MacFarlane
Guest
 
Posts: n/a
Reply With Quote  
Old 07-26-2007, 12:07 AM   #9 (permalink)
Default Re: Can't Delete/rename/move a file..

I've determined this has something to do with the built in Zip extraction...

I have extracted the same file using winrar and have had Zero problems with
it.



"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
Quote:
>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>file and data file were created on an XPP machine.
>
> The CP is an Adobe Captivate file. (212mb)
>
> If I run Captivate, I can't open the file. If I run Captivate as
> Administrator, I can open the file.
>
> If I run windows explorer as Administrator (and maybe I'm not doing this
> right), I cannot rename or move the file.
>
> If I run command prompr as Administator, I can't delete or rename either.
>
> If I right click the file, and select properties, nothing ever shows.
>
> I've looked at the properties of the ZIP file and "unblocked" it.
>
> Any idea what is going on? what I've done wrong?
>
> Thanks,
> Paul
>

Paul MacFarlane
Guest
 
Posts: n/a
Reply With Quote  
Old 07-26-2007, 12:18 AM   #10 (permalink)
Default Re: Can't Delete/rename/move a file..

You may be right. I think Explorer has a problem with .zip files once they
reach a certain size, or perhaps if a file inside it reaches a certain size.
Do you still have problems deleting Mydata.cp? If so, try deleting the
folder it resides in, holding down the Shift key on your keyboard, and then
choose Delete.

"Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
news:O8DbRkxzHHA.1208@TK2MSFTNGP03.phx.gbl...
Quote:
> I've determined this has something to do with the built in Zip
> extraction...
>
> I have extracted the same file using winrar and have had Zero problems
> with it.
>
>
>
> "Paul MacFarlane" <pmacfarlane@mullenlaw.com> wrote in message
> news:eBj7yQkzHHA.3600@TK2MSFTNGP04.phx.gbl...
Quote:
>>I received a file (we'll call it Mydata.cp) within a ZIP file. The ZIP
>>file and data file were created on an XPP machine.
>>
>> The CP is an Adobe Captivate file. (212mb)
>>
>> If I run Captivate, I can't open the file. If I run Captivate as
>> Administrator, I can open the file.
>>
>> If I run windows explorer as Administrator (and maybe I'm not doing this
>> right), I cannot rename or move the file.
>>
>> If I run command prompr as Administator, I can't delete or rename either.
>>
>> If I right click the file, and select properties, nothing ever shows.
>>
>> I've looked at the properties of the ZIP file and "unblocked" it.
>>
>> Any idea what is going on? what I've done wrong?
>>
>> Thanks,
>> Paul
>>
>
>
dean-dean
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Can't rename or move new folder vista 32 Windows Vista Administration 1 02-11-2008 06:25 AM
Can't delete or move file anne Windows Vista File Management 2 10-31-2007 02:37 AM
Cut & Paste, Move and Rename folder or file in the network Talesxy Windows Vista Networking & Sharing 3 08-20-2007 02:51 PM
Cannot Delete, Rename, Move a mp3 file. HELP! Dan Windows XP Music 3 06-20-2004 07:53 AM
a file that won't open, move, or delete kokopelli_37 Windows XP Help & Support 1 11-17-2003 08:44 AM


All times are GMT. The time now is 07:33 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90