|
| | |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
| | LinkBack | Thread Tools |
| |||
| Unable to edit HTML File Hi, I have a really strange problem on my VISTA home premium PC. I have a number of HTML files stored in documents folder, but when I try to edit the HTML file in notepad I get the following error message: Cannot create the <<path>> file. Make sure that the path and file name are correct. File and path are correct because I just opened it from the documents folder. What makes it strange is that if I change the extension from HTML to TXT I can edit and save without any issue, but once I change back to HTML I lose the ability to save any edits. Also, if I copy the HTML file to another folder such as desktop or C: root, I can edit without any issues. I've checked the properties of the folder and file and haven't found anything out of the ordinary. Searched the MS KB and haven't turned up anything. Any ideas would be welcome. Thanks |
| |||
| Re: Unable to edit HTML File you have problems with file associations "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com...[color=blue] > Hi, > > I have a really strange problem on my VISTA home premium PC. I have a > number of HTML files stored in documents folder, but when I try to > edit the HTML file in notepad I get the following error message: > > Cannot create the <<path>> file. > Make sure that the path and file name are correct. > > File and path are correct because I just opened it from the documents > folder. > What makes it strange is that if I change the extension from HTML to > TXT I can edit and save without any issue, but once I change back to > HTML I lose the ability to save any edits. Also, if I copy the HTML > file to another folder such as desktop or C: root, I can edit without > any issues. > > I've checked the properties of the folder and file and haven't found > anything out of the ordinary. Searched the MS KB and haven't turned up > anything. > > Any ideas would be welcome. > > Thanks[/color] |
| |||
| Re: Unable to edit HTML File Hostile, Are you trying to be helpful, or are you in need of counseling? What corrective action should be taken in response to your comment? Roy "hostile" <scant_regard@live.com.au> wrote in message news:8228CC0A-BF02-4691-83D0-56D0A53D2D12@microsoft.com...[color=blue] > you have problems with file associations > > "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message > news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com...[color=green] >> Hi, >> >> I have a really strange problem on my VISTA home premium PC. I have a >> number of HTML files stored in documents folder, but when I try to >> edit the HTML file in notepad I get the following error message: >> >> Cannot create the <<path>> file. >> Make sure that the path and file name are correct. >> >> File and path are correct because I just opened it from the documents >> folder. >> What makes it strange is that if I change the extension from HTML to >> TXT I can edit and save without any issue, but once I change back to >> HTML I lose the ability to save any edits. Also, if I copy the HTML >> file to another folder such as desktop or C: root, I can edit without >> any issues. >> >> I've checked the properties of the folder and file and haven't found >> anything out of the ordinary. Searched the MS KB and haven't turned up >> anything. >> >> Any ideas would be welcome. >> >> Thanks[/color] >[/color] |
| |||
| Re: Unable to edit HTML File WES, I have the exact same problem. I was just about to post it when I saw your post. Here's a brief history of my problem: After purchasing a Vista computer and using it to edit HTML on a daily basis for 2 years without problems, suddenly in July 2009 the problem first appeared. If the problem was strange, the fix was even more strange (discovered by sheer trial & error); by customizing the folders containing the HTML files from "All Items" to "Documents", the problem went away (for two months.) In mid-September the problem returned, and I posted it here in this newsgroup. Several suggestions were offered as fixes, including a reset of IE, none of which worked. Finally, I did a system restore to a point about 2 weeks earlier, and the problem was solved (for two weeks.) The problem has now returned yet again, and none of the previous fixes is working. I do have one suggestion for you as a temporary work-around (not a fix): You will be able to edit in Firefox without the problem. It seems to be strictly an IE issue. A question: Have you by chance recently installed or updated QuickTime? The second occurrence of my problem followed closely on a QuickTime upgrade. I am going to hold off on posting my identical problem separately, and hope that a "veteran newsgrouper" will read this and advise as to whether it might work best for you and me to "pool" our resources into one thread. The fact that we now have more than one instance of this problem (and it is a serious problem for someone doing lots of HTML editing) raises the "stakes" considerably. I really do hope some of the "big guns" in this newsgroup will see this and take a serious interest in it. Roy "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com...[color=blue] > Hi, > > I have a really strange problem on my VISTA home premium PC. I have a > number of HTML files stored in documents folder, but when I try to > edit the HTML file in notepad I get the following error message: > > Cannot create the <<path>> file. > Make sure that the path and file name are correct. > > File and path are correct because I just opened it from the documents > folder. > What makes it strange is that if I change the extension from HTML to > TXT I can edit and save without any issue, but once I change back to > HTML I lose the ability to save any edits. Also, if I copy the HTML > file to another folder such as desktop or C: root, I can edit without > any issues. > > I've checked the properties of the folder and file and haven't found > anything out of the ordinary. Searched the MS KB and haven't turned up > anything. > > Any ideas would be welcome. > > Thanks[/color] |
| |||
| Re: Unable to edit HTML File "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com...[color=blue] > Hi, > > I have a really strange problem on my VISTA home premium PC. I have a > number of HTML files stored in documents folder, but when I try to > edit the HTML file in notepad I get the following error message: > > Cannot create the <<path>> file. > Make sure that the path and file name are correct. > > File and path are correct because I just opened it from the documents > folder. > What makes it strange is that if I change the extension from HTML to > TXT I can edit and save without any issue, but once I change back to > HTML I lose the ability to save any edits. Also, if I copy the HTML > file to another folder such as desktop or C: root, I can edit without > any issues. > > I've checked the properties of the folder and file and haven't found > anything out of the ordinary. Searched the MS KB and haven't turned up > anything. > > Any ideas would be welcome. > > Thanks[/color] Start up Regedit and go to these keys. Export them before making changes. HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command %SystemRoot%\system32\NOTEPAD.EXE %1 Add quotes to %1 so it looks like this... %SystemRoot%\system32\NOTEPAD.EXE "%1" |
| |||
| Re: Unable to edit HTML File Song, After following your instructions, I was unable to open Notepad as an HTML editor, so I changed the registry back to its original state. Roy "Tae Song" <tae_song********.com> wrote in message news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com...[color=blue] > > "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message > news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com...[color=green] >> Hi, >> >> I have a really strange problem on my VISTA home premium PC. I have a >> number of HTML files stored in documents folder, but when I try to >> edit the HTML file in notepad I get the following error message: >> >> Cannot create the <<path>> file. >> Make sure that the path and file name are correct. >> >> File and path are correct because I just opened it from the documents >> folder. >> What makes it strange is that if I change the extension from HTML to >> TXT I can edit and save without any issue, but once I change back to >> HTML I lose the ability to save any edits. Also, if I copy the HTML >> file to another folder such as desktop or C: root, I can edit without >> any issues. >> >> I've checked the properties of the folder and file and haven't found >> anything out of the ordinary. Searched the MS KB and haven't turned up >> anything. >> >> Any ideas would be welcome. >> >> Thanks[/color] > > Start up Regedit and go to these keys. Export them before making changes. > > HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command > HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command > > %SystemRoot%\system32\NOTEPAD.EXE %1 > > Add quotes to %1 so it looks like this... > > %SystemRoot%\system32\NOTEPAD.EXE "%1"[/color] |
| |||
| Re: Unable to edit HTML File [url]http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?ppud=4[/url] Use this to monitor a file, then start your edit cycle. -- .. -- "C. Roy Blye" <myname@example.invalid> wrote in message news:ABC4C17D-FCF1-451F-9EAD-BF7A8B07C275@microsoft.com...[color=blue] > Song, > > After following your instructions, I was unable to open Notepad as an HTML > editor, so I changed the registry back to its original state. > > Roy > > "Tae Song" <tae_song********.com> wrote in message > news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com...[color=green] >> >> "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message >> news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com...[color=darkred] >>> Hi, >>> >>> I have a really strange problem on my VISTA home premium PC. I have a >>> number of HTML files stored in documents folder, but when I try to >>> edit the HTML file in notepad I get the following error message: >>> >>> Cannot create the <<path>> file. >>> Make sure that the path and file name are correct. >>> >>> File and path are correct because I just opened it from the documents >>> folder. >>> What makes it strange is that if I change the extension from HTML to >>> TXT I can edit and save without any issue, but once I change back to >>> HTML I lose the ability to save any edits. Also, if I copy the HTML >>> file to another folder such as desktop or C: root, I can edit without >>> any issues. >>> >>> I've checked the properties of the folder and file and haven't found >>> anything out of the ordinary. Searched the MS KB and haven't turned up >>> anything. >>> >>> Any ideas would be welcome. >>> >>> Thanks[/color] >> >> Start up Regedit and go to these keys. Export them before making >> changes. >> >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command >> >> %SystemRoot%\system32\NOTEPAD.EXE %1 >> >> Add quotes to %1 so it looks like this... >> >> %SystemRoot%\system32\NOTEPAD.EXE "%1"[/color] >[/color] |
| |||
| Re: Unable to edit HTML File On Oct 6, 8:18*pm, <.> wrote:[color=blue] > [url]http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?ppud=4[/url] > Use this to monitor a file, then start your edit cycle. > -- > . > -- > "C. Roy Blye" <myn...@example.invalid> wrote in messagenews:ABC4C17D-FCF1-451F-9EAD-BF7A8B07C275@microsoft.com... > > >[color=green] > > Song,[/color] >[color=green] > > After following your instructions, I was unable to open Notepad as an HTML > > editor, so I changed the registry back to its original state.[/color] >[color=green] > > Roy[/color] >[color=green] > > "Tae Song" <tae_s...********.com> wrote in message > >news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com...[/color] >[color=green][color=darkred] > >> "WebEnabledSvcs" <webenableds...******.com> wrote in message > >>news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com.... > >>> Hi,[/color][/color] >[color=green][color=darkred] > >>> I have a really strange problem on my VISTA home premium PC. I have a > >>> number of HTML files stored in documents folder, but when I try to > >>> edit the HTML file in notepad I get the following error message:[/color][/color] >[color=green][color=darkred] > >>> Cannot create the <<path>> file. > >>> Make sure that the path and file name are correct.[/color][/color] >[color=green][color=darkred] > >>> File and path are correct because I just opened it from the documents > >>> folder. > >>> What makes it strange is that if I change the extension from HTML to > >>> TXT I can edit and save without any issue, but once I change back to > >>> HTML I lose the ability to save any edits. Also, if I copy the HTML > >>> file to another folder such as desktop or C: root, I can edit without > >>> any issues.[/color][/color] >[color=green][color=darkred] > >>> I've checked the properties of the folder and file and haven't found > >>> anything out of the ordinary. Searched the MS KB and haven't turned up > >>> anything.[/color][/color] >[color=green][color=darkred] > >>> Any ideas would be welcome.[/color][/color] >[color=green][color=darkred] > >>> Thanks[/color][/color] >[color=green][color=darkred] > >> Start up Regedit and go to these keys. *Export them before making > >> changes.[/color][/color] >[color=green][color=darkred] > >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command > >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command[/color][/color] >[color=green][color=darkred] > >> %SystemRoot%\system32\NOTEPAD.EXE %1[/color][/color] >[color=green][color=darkred] > >> Add quotes to %1 so it looks like this...[/color][/color] >[color=green][color=darkred] > >> %SystemRoot%\system32\NOTEPAD.EXE "%1"- Hide quoted text -[/color][/color] > > - Show quoted text -[/color] @Roy I don't even have Quicktime installed on this PC, I use VLC as an alternate. @tae Song, didn't install cause Roy had issues @ the technet software is XP software specific Roy's and my PC is Vista WES |
| |||
| Re: Unable to edit HTML File No it's not -- .. -- "The Yankees Stat Zone" <YankeesFan@tokeer.port5.com> wrote in message news:73226998-82a8-4a64-a072-d68d4457d2b6@l31g2000vbp.googlegroups.com... On Oct 6, 8:18 pm, <.> wrote:[color=blue] > [url]http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?ppud=4[/url] > Use this to monitor a file, then start your edit cycle. > -- > . > -- > "C. Roy Blye" <myn...@example.invalid> wrote in > messagenews:ABC4C17D-FCF1-451F-9EAD-BF7A8B07C275@microsoft.com... > > >[color=green] > > Song,[/color] >[color=green] > > After following your instructions, I was unable to open Notepad as an > > HTML > > editor, so I changed the registry back to its original state.[/color] >[color=green] > > Roy[/color] >[color=green] > > "Tae Song" <tae_s...********.com> wrote in message > >news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com...[/color] >[color=green][color=darkred] > >> "WebEnabledSvcs" <webenableds...******.com> wrote in message > >>news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com... > >>> Hi,[/color][/color] >[color=green][color=darkred] > >>> I have a really strange problem on my VISTA home premium PC. I have a > >>> number of HTML files stored in documents folder, but when I try to > >>> edit the HTML file in notepad I get the following error message:[/color][/color] >[color=green][color=darkred] > >>> Cannot create the <<path>> file. > >>> Make sure that the path and file name are correct.[/color][/color] >[color=green][color=darkred] > >>> File and path are correct because I just opened it from the documents > >>> folder. > >>> What makes it strange is that if I change the extension from HTML to > >>> TXT I can edit and save without any issue, but once I change back to > >>> HTML I lose the ability to save any edits. Also, if I copy the HTML > >>> file to another folder such as desktop or C: root, I can edit without > >>> any issues.[/color][/color] >[color=green][color=darkred] > >>> I've checked the properties of the folder and file and haven't found > >>> anything out of the ordinary. Searched the MS KB and haven't turned up > >>> anything.[/color][/color] >[color=green][color=darkred] > >>> Any ideas would be welcome.[/color][/color] >[color=green][color=darkred] > >>> Thanks[/color][/color] >[color=green][color=darkred] > >> Start up Regedit and go to these keys. Export them before making > >> changes.[/color][/color] >[color=green][color=darkred] > >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command > >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command[/color][/color] >[color=green][color=darkred] > >> %SystemRoot%\system32\NOTEPAD.EXE %1[/color][/color] >[color=green][color=darkred] > >> Add quotes to %1 so it looks like this...[/color][/color] >[color=green][color=darkred] > >> %SystemRoot%\system32\NOTEPAD.EXE "%1"- Hide quoted text -[/color][/color] > > - Show quoted text -[/color] @Roy I don't even have Quicktime installed on this PC, I use VLC as an alternate. @tae Song, didn't install cause Roy had issues @ the technet software is XP software specific Roy's and my PC is Vista WES |
| |||
| Re: Unable to edit HTML File "The Yankees Stat Zone" <YankeesFan@tokeer.port5.com> wrote in message news:73226998-82a8-4a64-a072-d68d4457d2b6@l31g2000vbp.googlegroups.com... [color=blue] > On Oct 6, 8:18 pm, <.> wrote: [color=green] >> [url]http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?ppud=4[/url] >> Use this to monitor a file, then start your edit cycle. >> -- >> . >> -- >> "C. Roy Blye" <myn...@example.invalid> wrote in messagenews:ABC4C17D-FCF1-451F-9EAD-BF7A8B07C275@microsoft.com... >> >> >> [color=darkred] >> > Song, [/color] >> [color=darkred] >> > After following your instructions, I was unable to open Notepad as an HTML >> > editor, so I changed the registry back to its original state. [/color] >> [color=darkred] >> > Roy [/color] >> [color=darkred] >> > "Tae Song" <tae_s...********.com> wrote in message >> >news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com... [/color] >> [color=darkred] >> >> "WebEnabledSvcs" <webenableds...******.com> wrote in message >> >>news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com... >> >>> Hi, [/color] >> [color=darkred] >> >>> I have a really strange problem on my VISTA home premium PC. I have a >> >>> number of HTML files stored in documents folder, but when I try to >> >>> edit the HTML file in notepad I get the following error message: [/color] >> [color=darkred] >> >>> Cannot create the <<path>> file. >> >>> Make sure that the path and file name are correct. [/color] >> [color=darkred] >> >>> File and path are correct because I just opened it from the documents >> >>> folder. >> >>> What makes it strange is that if I change the extension from HTML to >> >>> TXT I can edit and save without any issue, but once I change back to >> >>> HTML I lose the ability to save any edits. Also, if I copy the HTML >> >>> file to another folder such as desktop or C: root, I can edit without >> >>> any issues. [/color] >> [color=darkred] >> >>> I've checked the properties of the folder and file and haven't found >> >>> anything out of the ordinary. Searched the MS KB and haven't turned up >> >>> anything. [/color] >> [color=darkred] >> >>> Any ideas would be welcome. [/color] >> [color=darkred] >> >>> Thanks [/color] >> [color=darkred] >> >> Start up Regedit and go to these keys. Export them before making >> >> changes. [/color] >> [color=darkred] >> >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command >> >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command [/color] >> [color=darkred] >> >> %SystemRoot%\system32\NOTEPAD.EXE %1 [/color] >> [color=darkred] >> >> Add quotes to %1 so it looks like this... [/color] >> [color=darkred] >> >> %SystemRoot%\system32\NOTEPAD.EXE "%1"- Hide quoted text - [/color] >> >> - Show quoted text - [/color] > > @Roy I don't even have Quicktime installed on this PC, I use VLC as an > alternate. > @tae Song, didn't install cause Roy had issues > @ the technet software is XP software specific Roy's and my PC is > Vista > > WES [/color] It saids, "XP SP3 and HIGHER" (meaning Vista and possibly 7) Yes, Process Monitor does run on Vista. It's been tested and I use it frequently for troubleshooting. |
| |||
| Re: Unable to edit HTML File "Tae Song" <tae_song********.com> wrote in message news:A106AFCF-550D-4E88-B7B0-D05D85C34B61@microsoft.com... [color=blue] > > "The Yankees Stat Zone" <YankeesFan@tokeer.port5.com> wrote in message news:73226998-82a8-4a64-a072-d68d4457d2b6@l31g2000vbp.googlegroups.com... [color=green] >> On Oct 6, 8:18 pm, <.> wrote: [color=darkred] >>> [url]http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?ppud=4[/url] >>> Use this to monitor a file, then start your edit cycle. >>> -- >>> . >>> -- >>> "C. Roy Blye" <myn...@example.invalid> wrote in messagenews:ABC4C17D-FCF1-451F-9EAD-BF7A8B07C275@microsoft.com... >>> >>> >>> >>> > Song, >>> >>> > After following your instructions, I was unable to open Notepad as an HTML >>> > editor, so I changed the registry back to its original state. >>> >>> > Roy >>> >>> > "Tae Song" <tae_s...********.com> wrote in message >>> >news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com... >>> >>> >> "WebEnabledSvcs" <webenableds...******.com> wrote in message >>> >>news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com... >>> >>> Hi, >>> >>> >>> I have a really strange problem on my VISTA home premium PC. I have a >>> >>> number of HTML files stored in documents folder, but when I try to >>> >>> edit the HTML file in notepad I get the following error message: >>> >>> >>> Cannot create the <<path>> file. >>> >>> Make sure that the path and file name are correct. >>> >>> >>> File and path are correct because I just opened it from the documents >>> >>> folder. >>> >>> What makes it strange is that if I change the extension from HTML to >>> >>> TXT I can edit and save without any issue, but once I change back to >>> >>> HTML I lose the ability to save any edits. Also, if I copy the HTML >>> >>> file to another folder such as desktop or C: root, I can edit without >>> >>> any issues. >>> >>> >>> I've checked the properties of the folder and file and haven't found >>> >>> anything out of the ordinary. Searched the MS KB and haven't turned up >>> >>> anything. >>> >>> >>> Any ideas would be welcome. >>> >>> >>> Thanks >>> >>> >> Start up Regedit and go to these keys. Export them before making >>> >> changes. >>> >>> >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command >>> >> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command >>> >>> >> %SystemRoot%\system32\NOTEPAD.EXE %1 >>> >>> >> Add quotes to %1 so it looks like this... >>> >>> >> %SystemRoot%\system32\NOTEPAD.EXE "%1"- Hide quoted text - >>> >>> - Show quoted text - [/color] >> >> @Roy I don't even have Quicktime installed on this PC, I use VLC as an >> alternate. >> @tae Song, didn't install cause Roy had issues >> @ the technet software is XP software specific Roy's and my PC is >> Vista >> >> WES [/color] > > > It saids, "XP SP3 and HIGHER" (meaning Vista and possibly 7) > > Yes, Process Monitor does run on Vista. It's been tested and I use it frequently for troubleshooting. [/color] Oops, typo! It should read XP SP2 and higher. |
| |||
| Re: Unable to edit HTML File I assume the purpose of this program is to help diagnose a software problem. If I am not able to interpret and act upon the information that this program generates (highly likely), what is my next step? <.> wrote in message news:efMw6OuRKHA.1876@TK2MSFTNGP06.phx.gbl...[color=blue] > [url]http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?ppud=4[/url] > Use this to monitor a file, then start your edit cycle. > -- > . > -- > "C. Roy Blye" <myname@example.invalid> wrote in message > news:ABC4C17D-FCF1-451F-9EAD-BF7A8B07C275@microsoft.com...[color=green] >> Song, >> >> After following your instructions, I was unable to open Notepad as an >> HTML editor, so I changed the registry back to its original state. >> >> Roy >> >> "Tae Song" <tae_song********.com> wrote in message >> news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com...[color=darkred] >>> >>> "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message >>> news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com... >>>> Hi, >>>> >>>> I have a really strange problem on my VISTA home premium PC. I have a >>>> number of HTML files stored in documents folder, but when I try to >>>> edit the HTML file in notepad I get the following error message: >>>> >>>> Cannot create the <<path>> file. >>>> Make sure that the path and file name are correct. >>>> >>>> File and path are correct because I just opened it from the documents >>>> folder. >>>> What makes it strange is that if I change the extension from HTML to >>>> TXT I can edit and save without any issue, but once I change back to >>>> HTML I lose the ability to save any edits. Also, if I copy the HTML >>>> file to another folder such as desktop or C: root, I can edit without >>>> any issues. >>>> >>>> I've checked the properties of the folder and file and haven't found >>>> anything out of the ordinary. Searched the MS KB and haven't turned up >>>> anything. >>>> >>>> Any ideas would be welcome. >>>> >>>> Thanks >>> >>> Start up Regedit and go to these keys. Export them before making >>> changes. >>> >>> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command >>> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command >>> >>> %SystemRoot%\system32\NOTEPAD.EXE %1 >>> >>> Add quotes to %1 so it looks like this... >>> >>> %SystemRoot%\system32\NOTEPAD.EXE "%1"[/color] >>[/color] >[/color] |
| |||
| Re: Unable to edit HTML File "C. Roy Blye" <myname@example.invalid> wrote in message news:EA960705-FF50-4C02-A2FF-B539CB6BC3F9@microsoft.com...[color=blue] > I assume the purpose of this program is to help diagnose a software problem. > If I am not able to interpret and act upon the information that this program > generates (highly likely), what is my next step?[/color] It's well worth playing around with Process Monitor, if only just to get a feel of what's going on. When you first run Process Monitor you get deluged with information overload, as you have probably seen. I find the best way to start is to filter out a lot of the processes, you can always add them back anytime. If you click on the 'Clear' icon, 5th from the left, the display will clear and then probably rapidly fill up with Vista's constant background tasks. Just moving the mouse generates hundreds of entries. Process Monitor is a combination of several earlier Sysinternals tools like FileMon and RegMon. The last 5 icons on the toolbar allow you to toggle any of these on/off. So you can turn off Network Activity, Process and Thread activity and Profiling Events leaving just Regmon and Filemon. Try selecting an entry, say svchost.exe, right-click and 'Exclude > svchost.exe' Do the same for any processes that you think are irrelevant. I have excluded Sidebar(I'm on Win7), svchost, taskhost etc. Eventually you will have a stable/clear display with not much happening. To monitor an event, clear the display, create the event, i.e. try and edit an html file, when you get the error stop monitoring by clicking on the monitoring icon - third from the left. Now you can study the output without creating more entries. You can filter out registry entries and/or file entries from the display by Clicking on the Filemon or Regmon icons. You can also save the display for future reference. Just to muddy the waters while I was writing this I tried editing an html file on my Desktop ( right-click the file > Edit). For some reason msohtmed.exe, part of Microsoft Office, was accessed before Notepad. This may not apply to your situation. Good luck with Process Monitor. |
| |||
| Re: Unable to edit HTML File Dave, Thanks for all the info. I'll give your suggestions a try to see if I can get somewhere with it. It will probably take a while, though, so you probably shouldn't stay up waiting for the results. :) I'm wondering if this topic should maybe be posted on the IE newsgroup, as the problem does appear to be related to IE. Just a thought. Roy "Dave-UK" <Here@home> wrote in message news:eFoyCr2RKHA.1372@TK2MSFTNGP02.phx.gbl...[color=blue] > > "C. Roy Blye" <myname@example.invalid> wrote in message > news:EA960705-FF50-4C02-A2FF-B539CB6BC3F9@microsoft.com...[color=green] >> I assume the purpose of this program is to help diagnose a software >> problem. If I am not able to interpret and act upon the information that >> this program generates (highly likely), what is my next step?[/color] > > It's well worth playing around with Process Monitor, if only just > to get a feel of what's going on. > > When you first run Process Monitor you get deluged with information > overload, as you have probably seen. > I find the best way to start is to filter out a lot of the processes, > you can always add them back anytime. > > If you click on the 'Clear' icon, 5th from the left, the display will > clear > and then probably rapidly fill up with Vista's constant background tasks. > Just moving the mouse generates hundreds of entries. > > Process Monitor is a combination of several earlier Sysinternals tools > like FileMon and RegMon. The last 5 icons on the toolbar allow you to > toggle any of these on/off. So you can turn off Network Activity, Process > and Thread activity and Profiling Events leaving just Regmon and Filemon. > Try selecting an entry, say svchost.exe, right-click and 'Exclude > > svchost.exe' > Do the same for any processes that you think are irrelevant. > I have excluded Sidebar(I'm on Win7), svchost, taskhost etc. > > Eventually you will have a stable/clear display with not much happening. > > To monitor an event, clear the display, create the event, i.e. try and > edit > an html file, when you get the error stop monitoring by clicking on the > monitoring icon - third from the left. > Now you can study the output without creating more entries. > You can filter out registry entries and/or file entries from the display > by Clicking on the Filemon or Regmon icons. > You can also save the display for future reference. > > Just to muddy the waters while I was writing this I tried editing an html > file on my Desktop ( right-click the file > Edit). > For some reason msohtmed.exe, part of Microsoft Office, was accessed > before > Notepad. This may not apply to your situation. > Good luck with Process Monitor. >[/color] |
| |||
| Re: Unable to edit HTML File Filter on the filename you intend to edit. This will be a far smaller list -- .. -- "C. Roy Blye" <myname@example.invalid> wrote in message news:EA960705-FF50-4C02-A2FF-B539CB6BC3F9@microsoft.com...[color=blue] >I assume the purpose of this program is to help diagnose a software >problem. If I am not able to interpret and act upon the information that >this program generates (highly likely), what is my next step? > > <.> wrote in message news:efMw6OuRKHA.1876@TK2MSFTNGP06.phx.gbl...[color=green] >> [url]http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx?ppud=4[/url] >> Use this to monitor a file, then start your edit cycle. >> -- >> . >> -- >> "C. Roy Blye" <myname@example.invalid> wrote in message >> news:ABC4C17D-FCF1-451F-9EAD-BF7A8B07C275@microsoft.com...[color=darkred] >>> Song, >>> >>> After following your instructions, I was unable to open Notepad as an >>> HTML editor, so I changed the registry back to its original state. >>> >>> Roy >>> >>> "Tae Song" <tae_song********.com> wrote in message >>> news:73C503F7-DCE3-4698-8B1B-F5080C03F286@microsoft.com... >>>> >>>> "WebEnabledSvcs" <webenabledsvcs******.com> wrote in message >>>> news:7e48bdb5-022f-42e0-8f47-13686360cbc3@v2g2000vbb.googlegroups.com... >>>>> Hi, >>>>> >>>>> I have a really strange problem on my VISTA home premium PC. I have a >>>>> number of HTML files stored in documents folder, but when I try to >>>>> edit the HTML file in notepad I get the following error message: >>>>> >>>>> Cannot create the <<path>> file. >>>>> Make sure that the path and file name are correct. >>>>> >>>>> File and path are correct because I just opened it from the documents >>>>> folder. >>>>> What makes it strange is that if I change the extension from HTML to >>>>> TXT I can edit and save without any issue, but once I change back to >>>>> HTML I lose the ability to save any edits. Also, if I copy the HTML >>>>> file to another folder such as desktop or C: root, I can edit without >>>>> any issues. >>>>> >>>>> I've checked the properties of the folder and file and haven't found >>>>> anything out of the ordinary. Searched the MS KB and haven't turned up >>>>> anything. >>>>> >>>>> Any ideas would be welcome. >>>>> >>>>> Thanks >>>> >>>> Start up Regedit and go to these keys. Export them before making >>>> changes. >>>> >>>> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\edit\command >>>> HKEY_CLASSES_ROOT\Applications\notepad.exe\shell\open\command >>>> >>>> %SystemRoot%\system32\NOTEPAD.EXE %1 >>>> >>>> Add quotes to %1 so it looks like this... >>>> >>>> %SystemRoot%\system32\NOTEPAD.EXE "%1" >>>[/color] >>[/color] >[/color] |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to save HTML file | C. Roy Blye | Windows Vista | 28 | 09-23-2009 02:40 PM |
| Update: Unable to save HTML file | C. Roy Blye | Windows Vista | 9 | 09-22-2009 12:20 PM |
| Unable to edit file comment field | multiplex | Windows XP | 0 | 05-09-2008 10:50 AM |
| Changing the HTML EDIT within IE 7 | KenJr | Internet Explorer | 2 | 07-12-2007 12:01 AM |
| ms word taking over "edit" in html file context menu | Spacey Spade | Windows XP | 4 | 01-04-2007 07:05 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |