home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Index / Apprentice 1 / 8 Scriptables < prev    next >
Encoding:
Text File  |  1994-05-12  |  12.0 KB  |  326 lines  |  [TEXT/R*ch]

  1. Scriptables
  2. A collection of tools and examples for use with AppleScript, Frontier, and HyperCard.
  3. ----------
  4. AYS 2.0
  5. This is a set of externals that allow you to include communication capabilities in your HyperCard stacks.
  6. __________
  7. Tim Barlow
  8. tim.barlow@lib.utas.edu.au (Tim Barlow)
  9. Apprentice:Scriptables:HyperCard:
  10. ----------
  11. c2cp
  12. Here is an AppleScript droplet that changes file extensions en masse.  Of course this only works if your Mac can run AppleScript and you have to go out and get _The Tao of AppleScript_ by Derrick Schneider from Hayden Books. The disk that comes with this book already has the AppleScript system extension, so you don't have to buy it separately from Apple.
  13. __________
  14. Dale M. Greer
  15. greer@utdallas.edu (Dale M. Greer)
  16. Apprentice:Scriptables:AppleScript:
  17. ----------
  18. Calendoid 1.6
  19. This external displays a calendar in a windoid.
  20. __________
  21. Frederic Rinaldi
  22. RINALDI1@applelink.apple.com
  23. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  24. ----------
  25. Chartoid 1.3.1
  26. This external displays a chart in a windoid.
  27. __________
  28. Frederic Rinaldi
  29. RINALDI1@applelink.apple.com
  30. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  31. ----------
  32. Clipboard 3.1
  33. A set of externals that manage the clipboard, including ClipInfo which shows the resource types and lengths in bytes that are on the clipboard. FromClip which will get any TEXT resource from the clipboard, and ToClip which puts information into the clipboard.
  34. __________
  35. Jon Pugh
  36. jonpugh@netcom.com (Jon Pugh)
  37. Apprentice:Scriptables:HyperCard:Jon Pugh:
  38. ----------
  39. CommConnect XFCN 1.0
  40. This is an external function that allows you to use the Communications Toolbox.
  41. __________
  42. Alex Metcalf
  43. alex@metcalf.demon.co.uk (Alex Metcalf)
  44. Apprentice:Scriptables:HyperCard:
  45. ----------
  46. CopyFile
  47. Copies a file, optionally replacing an older file.
  48. __________
  49. Jon Pugh
  50. jonpugh@netcom.com (Jon Pugh)
  51. Apprentice:Scriptables:HyperCard:Jon Pugh:
  52. ----------
  53. creator2MPS
  54. Here is an AppleScript droplet that changes file creators to MPS.  This only works if your Mac can run AppleScript and you have to go out and get _The Tao of AppleScript_ by Derrick Schneider from Hayden Books. The disk that comes with this book already has the AppleScript system extension, so you don't have to buy it separately from Apple.
  55. __________
  56. Dale M. Greer
  57. greer@utdallas.edu (Dale M. Greer)
  58. Apprentice:Scriptables:AppleScript:
  59. ----------
  60. Dartmouth XCMDs 4.0.3
  61. A collection of XCMDs and XFCNs developed by Dartmouth University. Complete source code included in the HyperCard stack.
  62. __________
  63. Roger W. Brown
  64. roger.brown@dartmouth.edu (Roger W. Brown)
  65. Apprentice:Scriptables:HyperCard:
  66. ----------
  67. Desk/ColorCover 1.1
  68. This is a set of externals that allows you to handle color in HyperCard.
  69. __________
  70. Mark A. Klink
  71. mklink@aol.com (Mark A. Klink)
  72. Apprentice:Scriptables:HyperCard:
  73. ----------
  74. doFKEY 3.0
  75. Call FKEYs from with HyperCard using this XCMD.
  76. __________
  77. Jon Pugh
  78. jonpugh@netcom.com (Jon Pugh)
  79. Apprentice:Scriptables:HyperCard:Jon Pugh:
  80. ----------
  81. Eudora and Frontier
  82. Once this stuff is installed, you can begin to enjoy the scriptability of Eudora either by simply using the scripts that are provided or by exploring the many verbs & example scripts in the table and giving Eudora the "personal touch".
  83. __________
  84. Leonard Rosenthol
  85. leonardr@netcom.com (Leonard Rosenthol)
  86. Apprentice:Scriptables:Frontier:
  87. ----------
  88. FileCopy 2.7
  89. This external allows you to copy files.
  90. __________
  91. Frederic Rinaldi
  92. RINALDI1@applelink.apple.com
  93. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  94. ----------
  95. ForgetWindow
  96. HyperCard 2.x stacks remember where you put them and go there when you reopen them. I didn't always want that so I wrote an XCMD to make them forget where they were placed.
  97. __________
  98. Jon Pugh
  99. jonpugh@netcom.com (Jon Pugh)
  100. Apprentice:Scriptables:HyperCard:Jon Pugh:
  101. ----------
  102. FullHPop 1.7
  103. This external allows you to use hierarchical menus.
  104. __________
  105. Frederic Rinaldi
  106. RINALDI1@applelink.apple.com
  107. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  108. ----------
  109. FullResList 2.2
  110. This external returns a list of the specified resources.
  111. __________
  112. Frederic Rinaldi
  113. RINALDI1@applelink.apple.com
  114. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  115. ----------
  116. FullSort 3.9
  117. This external will sort the contents of a HyperCard container.
  118. __________
  119. Frederic Rinaldi
  120. RINALDI1@applelink.apple.com
  121. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  122. ----------
  123. GetDInfo 1.1
  124. This external will return directory information.
  125. __________
  126. Frederic Rinaldi
  127. RINALDI1@applelink.apple.com
  128. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  129. ----------
  130. GetDir 2.5
  131. This external will return a list of the contents of a directory.
  132. __________
  133. Frederic Rinaldi
  134. RINALDI1@applelink.apple.com
  135. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  136. ----------
  137. HierPopUp 3.2.2
  138. A verson of the fairly common XFCN called HPopupMenu which creates a hierarchical popup menu anywhere on a card.
  139. __________
  140. Jon Pugh
  141. jonpugh@netcom.com (Jon Pugh)
  142. Apprentice:Scriptables:HyperCard:Jon Pugh:
  143. ----------
  144. Inflate™ XCMD 1.1
  145. Inflate is an XCMD which enables HyperCard users and developers to take full advantage of System 7's Balloon Help™ capabilities.
  146. __________
  147. Alex Metcalf
  148. alex@metcalf.demon.co.uk (Alex Metcalf)
  149. Apprentice:Scriptables:HyperCard:
  150. ----------
  151. InterSLIP/AE_1.0b1
  152. This is a small application that lets you control InterSLIP via Apple events.
  153. __________
  154. Leonard Rosenthol
  155. leonardr@netcom.com (Leonard Rosenthol)
  156. Apprentice:Scriptables:AppleScript:
  157. ----------
  158. Jon's Commands 1.1.1
  159. This is an AppleScript scripting addition that provides added functionality, including these commands: deleteFile, renameFile, moveFile, copyFile, sound volume, set sound volume to, clipboard info, set the clipboard to, the clipboard, execute FKEY, screen list, finder selection, keys pressed, machine environment, play sound, run script resource, free memory, the ticks, and walk folders.
  160. __________
  161. Jon Pugh
  162. jonpugh@netcom.com (Jon Pugh)
  163. Apprentice:Scriptables:AppleScript:
  164. ----------
  165. ListSelect 5.0
  166. This external allows you to present a list dialog to allow to user to make a selection.
  167. __________
  168. Frederic Rinaldi
  169. RINALDI1@applelink.apple.com
  170. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  171. ----------
  172. MacPPP Control 1.1
  173. An AppleScript addition which allows your scripts limited control over MacPPP. Allows you to open and close the PPP link, and to check the state (open/closed) of the link.
  174. __________
  175. Mark Alldritt
  176. alldritt@wimsey.com (Mark Alldritt)
  177. Apprentice:Scriptables:AppleScript:
  178. ----------
  179. Matt's Scripts
  180. This is a collection of scripts for various purposes, including Replace in text editor, Dial Number, Number Lines, and Get Item Info.
  181. __________
  182. Matthew Ahrens
  183. ai158@freenet.buffalo.edu (Matthew Ahrens)
  184. Apprentice:Scriptables:AppleScript:
  185. ----------
  186. MusicBox XCMD 2.1
  187. MusicBox allows you to play various different sound formats, including MOD files.
  188. __________
  189. Alex Metcalf
  190. alex@metcalf.demon.co.uk (Alex Metcalf)
  191. Apprentice:Scriptables:HyperCard:
  192. ----------
  193. Notification 1.0
  194. This external allows you to manipulate the notification manager.
  195. __________
  196. Frederic Rinaldi
  197. RINALDI1@applelink.apple.com
  198. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  199. ----------
  200. OSA Menu 1.0.1
  201. The OSA Menu is an iconic system menu (like the Help menu) that appears on the right side of the menu bar. Its menu items are scripts: choose an item from the menu and the script will run. Some commands are always available, and some are only available within particular applications.
  202. __________
  203. Leonard Rosenthol
  204. leonardr@netcom.com (Leonard Rosenthol)
  205. Apprentice:Scriptables:
  206. ----------
  207. PICToid 1.3
  208. This external allows you to display a PICT in a windoid.
  209. __________
  210. Frederic Rinaldi
  211. RINALDI1@applelink.apple.com
  212. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  213. ----------
  214. PictToClip 1.5
  215. This external allows you to copy a picture to the clipboard.
  216. __________
  217. Frederic Rinaldi
  218. RINALDI1@applelink.apple.com
  219. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  220. ----------
  221. QTCLib 1.2
  222. This is a large library of scripts for AppleScript, a total of 65 osaxen.
  223. __________
  224. Greg Quinn
  225. gtq1@cornell.edu (Greg Quinn)
  226. Apprentice:Scriptables:AppleScript:
  227. ----------
  228. ResourceList
  229. Two XFCNs for handling lists of resources: ListResource, which gives a return delimited list of the name of every resource of the specified type in every open file; List1Resource, which gives a return delimited list of the name of every resource of the specified type in the current stack.
  230. __________
  231. Jon Pugh
  232. jonpugh@netcom.com (Jon Pugh)
  233. Apprentice:Scriptables:HyperCard:Jon Pugh:
  234. ----------
  235. ResText 2.3
  236. This external allows you to read text resources from a file of your choice.
  237. __________
  238. Frederic Rinaldi
  239. RINALDI1@applelink.apple.com
  240. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  241. ----------
  242. Script Tools 1.3-1
  243. A series of AppleScript additions which add functionality to the AppleScript language. Version 1.3-1 adds the following commands: Choose Folder, Choose New File, Choose Several Files, Choose Several Folders, Get Default Folder, Set Default Folder, Shutdown, Compile Regular Expression, Match Regular Expression, Substitute Regular Expression, Open File, Close File, Create File, Create Folder, Delete File, Rename File, Exchange File, Move File, Read File, Write File, Get File Length, Lengthen File, Get File Position, Position File, and Get Gestalt.
  244. __________
  245. Mark Alldritt
  246. alldritt@wimsey.com (Mark Alldritt)
  247. Apprentice:Scriptables:AppleScript:
  248. ----------
  249. SetFolderFlag 1.0
  250. This external allows you to modify the flags of a specific folder.
  251. __________
  252. Frederic Rinaldi
  253. RINALDI1@applelink.apple.com
  254. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  255. ----------
  256. SetMode 1.4
  257. This external allows you to switch from one video mode and/or depth to another.
  258. __________
  259. Frederic Rinaldi
  260. RINALDI1@applelink.apple.com
  261. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  262. ----------
  263. SoundRecord 1.8
  264. This external allows you to record sounds on Macs capable of recording sound.
  265. __________
  266. Frederic Rinaldi
  267. RINALDI1@applelink.apple.com
  268. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  269. ----------
  270. StuffIt Scripts
  271. Three AppleScripts for use with StuffIt Lite. StuffIt compress will compress files dropped onto it, into individual archives. StuffIt archive will compress files dropped onto it, into a single archive. Add to sit Archive will add items dropped onto it to a user-selectable StuffIt archive.
  272. __________
  273. Reinder Verlinde
  274. reinder@neuretv.biol.ruu.nl (Reinder Verlinde)
  275. Apprentice:Scriptables:AppleScript:
  276. ----------
  277. SysEnvirons
  278. Displays hardware information, including system software, processor, etc. Supports up to the Quadra and PowerBook.
  279. __________
  280. Jon Pugh
  281. jonpugh@netcom.com (Jon Pugh)
  282. Apprentice:Scriptables:HyperCard:Jon Pugh:
  283. ----------
  284. Textoid 4.2
  285. This external allows you to display text in a windoid.
  286. __________
  287. Frederic Rinaldi
  288. RINALDI1@applelink.apple.com
  289. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  290. ----------
  291. TextRes 2.1
  292. This external allows you to write text resources to a file of your choice.
  293. __________
  294. Frederic Rinaldi
  295. RINALDI1@applelink.apple.com
  296. Apprentice:Scriptables:HyperCard:Frederic RINALDI:
  297. ----------
  298. THINK Scripts 1.2.1
  299. This is a set of AppleScript droplets that work in conjunction with Symantec C++ 6.0.1.
  300. __________
  301. Reinder Verlinde
  302. reinder@neuretv.biol.ruu.nl (Reinder Verlinde)
  303. Apprentice:Scriptables:AppleScript:
  304. ----------
  305. ThinkRef_aete
  306. Ever wish that you could use Applescript to control Think Reference? Well, wish no further, because now you can. Simply open the file "ThinkRef_aete" with your favorite resource editor (ResEdit will do just fine) and copy the aete resource. Now open your copy of Think Reference ( Don't forget resource editing rule #1: always work on a copy, not the original!) and paste the aete. Save your changes, and quit and you are ready to script away.
  307. __________
  308. Juan Ingles
  309. DACRXL01.OURX124@TCP30.dx.deere.com (Juan Ingles)
  310. Apprentice:Scriptables:AppleScript:
  311. ----------
  312. Vocalise XCMD 1.0
  313. Vocalise is an XCMD that allows your Mac to talk.
  314. __________
  315. Alex Metcalf
  316. alex@metcalf.demon.co.uk (Alex Metcalf)
  317. Apprentice:Scriptables:HyperCard:
  318. ----------
  319. Wild 1.0.1
  320. An AppleScript addition which expands wildcarded file and folder names. Complete with C source code.
  321. __________
  322. Giulio Zambon
  323. giulio@perth.dialix.oz.au (Giulio Zambon)
  324. Apprentice:Scriptables:AppleScript:
  325. ----------
  326.