[REBOL] Re: call cmd
From: james:mustard at: 24-May-2002 20:12
Hi John,
You could use a call to a windows .vbs file. With vbs files you can do
pretty much anything in windows 98/NT/ME/2K/XP - as such they can be a
two-edged sword in the hands of a malicious user ;-).
syntax: call myfile.vbs
(For windows 95 you will need the Windows Scripting Host installed.)
Terry Brownell on 31/03/2002 began a message thread on this entitled
[REBOL] Rebol/Windows Macro Maker - Autopilot.r
You can read messages in this thread on escribe at:
http://www.escribe.com/internet/rebol/m20971.html
http://www.escribe.com/internet/rebol/m20980.html
http://www.escribe.com/internet/rebol/m20991.html
http://www.escribe.com/internet/rebol/m20993.html
Regards,
James.