in reply to Opening a text file in its native application
It works for me. With or without the path; with the path equating to the cwd or not; it works.
What if any error messages are you getting when it fails?
What output do you get from the following commands?
P:\>assoc .txt .txt=txtfile P:\>ftype txtfile txtfile=%SystemRoot%\system32\NOTEPAD.EXE %1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Opening a text file in its native application
by sk (Curate) on Jan 16, 2006 at 06:52 UTC | |
|
Re^2: Opening a text file in its native application
by FM (Acolyte) on Jan 16, 2006 at 06:43 UTC | |
|
Re^2: Opening a text file in its native application
by FM (Acolyte) on Jan 16, 2006 at 06:40 UTC | |
|
Re^2: Opening a text file in its native application
by FM (Acolyte) on Jan 16, 2006 at 06:50 UTC | |
by BrowserUk (Patriarch) on Jan 16, 2006 at 07:09 UTC |