Clipscript(Revised)

By Dabomb on Dec 16, 2005

Select "Sexy Vexy Clipscript" from the pull-down menu in any window. When the dialog pops up, enter the line(s) of coding that you want to append to the end of Clipscript.txt. If Clipscript.txt doesn't exist, it automatically makes it.

dialog Clip {
  title "Sexy Vexy Clipboard Script. V-1.0"
  size -1 -1 238 198
  option dbu
  text "Simple Clipboard Script, Saving Feature Added On To This Clipboard, But This Allows You To Make Scripts here, and then runs them as a script in the actual script", 1, 1 0 235 14
  edit "", 2, 0 14 238 169, multi hsbar vsbar return
  button "Enter Script", 3, 0 183 237 15, multi
}
on *:DIALOG:clip:sclick:3: {
  savebuf -ao clip 2 ClipScript.txt
  unload -rs ClipScript.txt
  load -rs ClipScript.txt
}
menu * {
  Vexy ClipBoard Script
  .Open Clipboard Dialog:/dialog -dm clip clip
  .Close Clipboard Dialog:/dialog -x clip clip
  .Save Clipboard Dialog:/savebuf -ao $did(clip,2).lines ClipScript.txt
}

Comments

Sign in to comment.
Dabomb   -  Dec 19, 2005

Thanks, I haven\'t used this site in a long, long time. Maybe about 1 1/2 years =P. Did it work any better this time?

 Respond  
xDaeMoN   -  Dec 16, 2005

Just edit your old snippet if your just updating it. No need to post a new one.

 Respond  
Dabomb   -  Dec 16, 2005

Sry about the the first one, idk where that line of coding came from xD.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.