home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc3of3-DAMAGED_DISC.iso / chat-textadd / C-Script.exe / AddOns / sample / sample.adn < prev    next >
Text File  |  1998-05-10  |  1KB  |  28 lines

  1. ;DO NOT change [Setup] OR the words BEFORE the "=" sign! DO however, change what is
  2. ;AFTER the "=" sign!
  3.  
  4. [Setup]
  5. addonname=SAMPLE-ADDON
  6. addonver=X.X
  7. author=ME
  8. email=ME@MYISP.NET
  9. info=PUT A *SHORT* (Up to 100 chrs) DESCRIPTION OF YOUR ADDON HERE!
  10.  
  11. ;DO NOT change [Install] but DO make the necessary changes to the rest of the below.
  12. ;Make sure you keep the "set %sample.adn <addon info>" but change it to the correct
  13. ;syntax for your addon (see C-Help -> Addons -> Rule #9)
  14.  
  15. [Install]
  16. wincheck -a @AddonáSetup $center(450,180,@addonásetup) $wh(450,180,@addonásetup) Courier New 12
  17. echo @AddonáSetup C-Script Add-On Installation
  18. echo @AddonáSetup á
  19. echo @AddonáSetup Installing SAMPLE-ADDON vX.X by ME <ME@MYISP.NET> ...
  20. echo @AddonáSetup á
  21. set %sample.adn SAMPLE-ADDON vX.X by ME <ME@MYISP.NET>
  22. set %sample-addon.myvar1 whatever
  23. set %sample-addon.myvar2 anything
  24. set %sample-addon.anothervar1 something
  25. .load -rs $adn(sample.mrc)
  26. .save -rv sysfiles\remote\vars.mrc
  27. echo @AddonáSetup Installation Complete
  28. echo @AddonáSetup Type /blah for help on this addon