I licensed UltraEdit mobile. On my main computer I always plug in my USB stick which contains UE mobile. On this computer I want to have this UEMobile started whenever a file of a specific type is opened (double clicked). I understand the concept of windows filetype associations.
My problem is:
When I open a console and type:
then wordpad is started and boot.ini is loaded.
but when I type:
then UEMobile is started but boot.ini is not loaded.
Why?
How do I start UEMobile and pass it the name of the file to be loaded?
When this question is answered the configuration of the filetype association should be straitforward.
My problem is:
When I open a console and type:
Code: Select all
C:\>"C:\Programme\Windows NT\Zubehör\wordpad.exe" c:\boot.ini
but when I type:
Code: Select all
C:\>"E:\5_portable\UltraEdit Portable\UltraEditPortable.exe" c:\boot.ini
Why?
How do I start UEMobile and pass it the name of the file to be loaded?
When this question is answered the configuration of the filetype association should be straitforward.