Top

maketcl

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  May 14, 2008
Last Updated  May 14, 2008
Tags  make  maketcl  tcl 

Introduction

NOTE!!: This is NOT an eggdrop tcl if you 'source scripts/maketcl.tcl' you will most likely crash your eggy. This script requires that tclsh 8.5 be installed.

The proper way to use this script is as follows :
This script can be used stand-alone by running 'tclsh maketcl.tcl' which will open a terminal window and ask for the required params "<filename> <creator> <version> <"header">", or can be executed by:
'tclsh maketcl.tcl <filename> <creator> <version> <"header">.' which will just create the file and close terminal window itself. no manual input would be required.
To use this script with eggdrop place maketcl.tcl into your scripts directory and use the following code: 'exec tclsh maketcl.tcl <filename> <creator> <version> <"header">'
I.E: tclsh maketcl.tcl test mentalglitch 1.0 "Test tcl file." would create the file test.tcl and insert text: #### Test Tcl File., Version: 1.0, Created by: mentalglitch.

i made this due to several friends asking for an easier way to create tcl files rather then opening notepad saving as *.tcl etc.

Grab the Code

Comments

  (1)  RSS
mentalglitch
Comments: 27
 
TCL Snippet:  maketcl
Posted on May 14, 2008 1:37 pm
oh as a side note. i don't care what you do with the code. modify it to your liking. if you have any questions just send me a msg here on hawkee.com and I'll be glad to help. weather its modifying this for full use with an eggdrop or whatever.

Please Register or Login to start posting comments.
Bottom