Coder Social home page Coder Social logo

Comments (12)

moudey avatar moudey commented on July 28, 2024
item(title="open batfile" find=".bat|.cmd" cmd='sel.path')

Pass arguments

item(title="open batfile" find=".bat|.cmd" cmd='sel.path' args="arguments")

from shell.

vavavr00m avatar vavavr00m commented on July 28, 2024

@moudey Thanks. How/Where do I add that line? I can see there's .bat .cmd there..

Additionally, is that for ..

always have Open With with Shell to associate a file type with any program

or for

restored the batchfile association using this method but how about with Shell

from shell.

moudey avatar moudey commented on July 28, 2024

Add it to the dynamic section of the 'shell.nss' file.
Save changes, press CTRL + RIGHT-CLICK to reload settings.

from shell.

vavavr00m avatar vavavr00m commented on July 28, 2024

Added and reloaded. Open batfile appeared but can you please tell me what it does exactly? Clicking it doesn't do anything. Batchfiles & Cmdfiles are still associated with TakeCommand and I am unable to find the "Open With" dialog with any .bat or .cmd file.

from shell.

moudey avatar moudey commented on July 28, 2024

Excuse me. Do you need to open the "Open With" dialog box?

from shell.

vavavr00m avatar vavavr00m commented on July 28, 2024

Yes, that's what's needed because something got messed up after uninstalling TakeCommand.

from shell.

moudey avatar moudey commented on July 28, 2024

With the latest debug build the "openas" in the "verb" property has been corrected, as it shows the Open With dialog

item(title='test Open with' verb="openas" cmd=sel.path)

from shell.

vavavr00m avatar vavavr00m commented on July 28, 2024

Hello. I uninstalled 1.8.1 and registered the debug build. Two issues with the debug build:

  1. The context menu is now taking up a space. I was using the installer or did I get it from winget... regardless, it looked ok.
  2. no dynamic section in shell.nss - does it have to be added somewhere? Not seeing the 'Open with' option for batfiles and cmdfiles.

from shell.

moudey avatar moudey commented on July 28, 2024

The context menu is now taking up a space. I was using the installer or did I get it from winget... regardless, it looked ok.

There is only a change in the font size, you can modify or delete it.

no dynamic section in shell.nss - does it have to be added somewhere? Not seeing the 'Open with' option for batfiles and cmdfiles.

There are modifications in the sections where the variables, static and dynamic sections have been removed

from shell.

vavavr00m avatar vavavr00m commented on July 28, 2024

There is only a change in the font size, you can modify or delete it.

I will try to find this...

There are modifications in the sections where the variables, static and dynamic sections have been removed

This makes no sense to me and did not answer my questions directly. Can the explanation/instruction be further detailed?

from shell.

moudey avatar moudey commented on July 28, 2024

You will find the option to modify the font in the "imports/theme.nss" file.

font.size=20

Add this code at the end of the "shell.nss" file

item(title='test Open with' verb="openas" cmd=sel.path)

from shell.

vavavr00m avatar vavavr00m commented on July 28, 2024

You will find the option to modify the font in the "imports/theme.nss" file.

font.size=20

Gotcha. Thanks.

Add this code at the end of the "shell.nss" file

item(title='test Open with' verb="openas" cmd=sel.path)

The 'test Open with' still doesn't do anything with .bat or .cmd. Am I doing something wrong?

image

image

from shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.