Re: UNIX tr utility written in vbscript

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You want string operations? They should
be pretty easy to write as needed, but I
don't know of anyone having written all
the common variations into a single script.


Is anyone aware of a Windows tr utility emulating the UNIX tr utility
but written in vbscript (or jscript)? I looked around but tr does not
seem the easiest thing to google on. Even something relatively
rudimentary might be ok. I did find ones for Windows written in C or
written in perl but did not locate one written in vbscript/jscript:

tr man, i.e. help, page:
http://unixhelp.ed.ac.uk/CGI/man-cgi?tr+1

A tr utility is for Windows written in C is available in this
distribution:
http://www.murdoch-sutherland.com/Rtools/

and in perl here:
http://freshmeat.net/projects/ppt


.



Relevant Pages

  • Re: Object Rexx to become Open Source
    ... > never said that JScript was bad or even not as good a language as VBScript; ... near to open standards, and works seemlessly on Linux with Mozilla as ... PERL does have huge power over VB here. ...
    (microsoft.public.scripting.wsh)
  • Re: Object Rexx to become Open Source
    ... VBScript is less likely to result in overly ... If you call it a beginner's language because beginner's are able to pick it ... as provided by some other scripting languages, I have found it a significant ... Microsoft even use PERL internally. ...
    (microsoft.public.scripting.wsh)
  • Re: Question about Perl and Wscript object
    ... Since you have no prior exposure to Perl, perhaps you could consider taking the advice offered. ... > The VBscript that I have written performs a monitoring function. ... > this script as a service... ...
    (comp.lang.perl.modules)
  • Re: convert Vbscript to Perl code
    ... experience doing VBScript to Perl code conversions it looks like what ... of Windows/DOS only extensions to tie together Perl and the Windows OS ...
    (comp.lang.perl.misc)
  • Re: Type mismatch in If...Then Statement
    ... > VBScript returns TRUE only if the data type is Integer. ... > Valproduces results like PERL, ... > Dim varInteger ...
    (microsoft.public.scripting.vbscript)