Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] Re: View/Pro - How do I run a system command?

From: petr::krenzelok::trz::cz at: 11-Apr-2001 10:04

Librarian comment

Call is now available in all versions of Rebol not just command and 
view/pro.
Philip Bevan wrote:
> Hi Allies, > > just upgraded to Rebol/View/pro !!!!! > > Could someone give me an example of how to run a system command in Win98 > (ie run a script or an executable).
call "start c:\amipro\amipro.exe" ; note system specific convention ... also - parameter to function is a string ... hth, -pekr-