Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

WHICH myplugin$mycommand

Aug
2,293
111
WHICH does not recognize myplugin$mycommand as a valid command.

Code:
R:\>which /a vb
vb is a library function
vb is a plugin command (ActiveScript)

Code:
R:\>which vb.library$vb
vb.library$vb is a library function

Code:
R:\>which activescript$vb
activescript$vb is an unknown command

I've tested this on other folks plugins...
Code:
R:\>which fileinfo
fileinfo is a plugin command (FileUtils)

R:\>which FileUtils$fileinfo
FileUtils$fileinfo is an unknown command

The commands are indeed valid commands...
Code:
R:\>activescript$vb
USAGE: VB 2022-1959

R:\>FileUtils$fileinfo zoom150.btm
R:\zoom150.btm

    870 bytes

    Created:   Thu 2024-12-26  09:06:29
    Modified:  Sun 2024-10-20  07:46:38
    Accessed:  Thu 2024-12-26  09:44:01

    Attributes:  Archive

    CRC-32 :  DA70D5E8
    MD5    :  D2E57703319BF3A7E6061C0DDDD890CD

1 matching file found.

Joe
 
Back
Top