Ruby script
-
HI
The Ruby Script Depot has some scripts in text form on its web page, not in the usual .rb download form. How do I translate the text in to a an .rb that I can load into the plug in folder. I did a cut and paste of the script into Notepad, but that didn't seem to work. Thanks -
If you right click the link to the ruby and click 'save as' you should be able to save the file straight to your plugins folder.
-
try changing the extenstion of the file to .txt to .rb ... then check out and tell me...
-
Use
File >> Save Page As...
- this should save the browser's page in exactly the same format - e.g.xxx.rb
, if your browser insists on changing the suffix to.txt
or adding a.txt
after the.rb
then edit the file-name later back to the formatxxx.rb
.............. -
Of course, "save as"! Such a simple resolution. I do it all the time, I can't believe it never occurred to me to try it. Thanks again for a great forum.
Advertisement