I have a ruby script that does some stuff that I need to get done. (sorry for the vagueness). To get it to work flawlessly, I need to pass it the 'SampleID' for the record that a user is currently on. This brings in 2 questions. 1) How can I call this script? (current plan of attack is calling a .bat that will run the script) and 2) How do I pass the SampleID as a variable so Ruby will be able to use it? Is this confusing? I want to write some sort of VB script to open a ruby script and pass a variable to this script. Any ideas?
Greg
Greg