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

.rip files

 [1/4] from: trobrock::crosswinds::net at: 2-Sep-2000 13:18


Can anyone tell me how to make .rip files???

 [2/4] from: allen:rebolforces at: 3-Sep-2000 14:38


----- Original Message ----- From: <[trobrock--crosswinds--net]> To: <[list--rebol--com]> Sent: Sunday, September 03, 2000 3:18 AM Subject: [REBOL] .rip files
> Can anyone tell me how to make .rip files??? >
You need Carls' script from the library http://www.rebol.com/library/scripts/rip.r Run it and answer the prompts. Cheers, Allen K

 [3/4] from: andyyork:gte at: 3-Sep-2000 2:06


but I don't want answer the prompts... I want to use Task Scheduler. I can get the script to run but no idea how to input parameters via command line scripting. Any ideas if it can be done? Thanks, andy

 [4/4] from: agem:crosswinds at: 3-Sep-2000 19:30


a) hack the script b) hack the input-function inputs: ["the first" "the second" ..] input: func[][a: inputs inputs: next inputs return a ] hope this works. Volker --- [andyyork--gte--net] wrote on 3-Sep-2000/2:06:08-4:00