Failų tipų priskyrimas atidarymo komandoms
1) Bring up command prompt. Type:
ftype txtfile="c:\Program Files\Java\j2re1.4.2_05\bin\javaw.exe" -jar "c:\Program Files\jEdit\jedit.jar" -reuseview "%1"
Obviously replace the java path and jedit path with your paths.
2) Next, in command prompt, type
assoc file_extension=txtfile
where file_extension is the file extension, including the preceding "." that you want to associate with jedit. For example, to associate java files type,
assoc .java=txtfile
Done.
Įstabu, gyveni ir mokaisi...
ftype txtfile="c:\Program Files\Java\j2re1.4.2_05\bin\javaw.exe" -jar "c:\Program Files\jEdit\jedit.jar" -reuseview "%1"
Obviously replace the java path and jedit path with your paths.
2) Next, in command prompt, type
assoc file_extension=txtfile
where file_extension is the file extension, including the preceding "." that you want to associate with jedit. For example, to associate java files type,
assoc .java=txtfile
Done.
Įstabu, gyveni ir mokaisi...
Komentarai