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

[REBOL] how to pass arguments to script?

From: someone::microsoft::com at: 4-Sep-2001 7:14

hi, i have a script that takes as input a file, performs some manipulations on it, and saves the output to another file. the paths/names of the input/output files are hardcoded in the script. how can i call the script with these 2 arguments? so far, i haven't succeeded in doing it. all i managed to do was to get the second argument that was passed to the script. any help would be apperciated.