Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #12363

Re: VB scripting tool?

From "Auric__" <not.my.real@email.address>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: VB scripting tool?
Date 2021-07-28 22:01 +0000
Organization A noiseless patient Spider
Message-ID <XnsAD7598DAF12E8auricauricauricauric@144.76.35.252> (permalink)
References <1gu94crioixym$.3m100mfxf39.dlg@40tude.net> <sdsih1$h2p$1@dont-email.me>

Show all headers | View raw


Mayayana wrote:

> "JJ" <jj4public@gmail.com> wrote
>
>| If there a command line tool which provides VB programming language as a
>| script like how WSH provides VBScript?
>|
>| So that we can use full VB features such as the LIKE operator, better
> binary
>| data support, access to Windows API, etc.
>
>    Years ago I had a friend who was fond of Perl and he
> showed me a Perl library that allowed for calling Win32
> API. It was interesting, but since I could already do
> the real thing there wasn't much point. Script is already
> interpreted, but calling something like Win32 API via
> commandline would require very clunky wrapping because
> all the data types have to be converted in both directions.

I wrote a replacement for rundll some time back (2008, wow! and last updated 
in 2017) that requires the user to specify data types. It can call any 
function in any standard dll, and can do some things that rundll can't (or 
perhaps won't), but it can't return anything back from the called function. 
Useful for certain things in batch files. Shrug.

-- 
Your happiness is not worth my job.

Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-28 22:40 +0700
  Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-07-28 16:41 +0000
    Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-29 23:15 +0700
      Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-08-03 00:08 +0000
        Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-08-03 21:51 +0700
          Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-08-03 11:31 -0400
            Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-08-04 17:53 +0700
              Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-08-04 07:48 -0400
                Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-08-05 18:02 +0700
          Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-08-03 19:10 +0000
  Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-07-28 17:33 -0400
    Re: VB scripting tool? "Auric__" <not.my.real@email.address> - 2021-07-28 22:01 +0000
      Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-07-28 21:15 -0400
    Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-30 00:10 +0700
      Re: VB scripting tool? "Mayayana" <mayayana@invalid.nospam> - 2021-07-29 14:31 -0400
        Re: VB scripting tool? JJ <jj4public@gmail.com> - 2021-07-30 22:05 +0700

csiph-web