I want to open a lisp file for editing from command line. I can find the file using (findfile "my_lisp.lsp"), but how can I call vlide, vlisp or an external editor (vim) with "my_lisp.lsp" as the parameter? I want to get directly into editing instead opening vlide, navigating to the directory with my lisp files, finding the file and finally editing it.
Also, the (findfile) function is only good if the lisp file is stored within a directory that is in your support file search path. You may need the full path there also.
There is no way to pass the name of a file to the VLIDE as far as I know.
I have a shortcut on the desktop which is my main lisp directory open this then just double click lsp required use associate with NOTEPAD to open. Grab directory in explorer and drag to desktop.