Here is a tool some of you may like, this is for those of you running 10 to 20 accounts on one computer.
Ever wanted to slim down the version of kiss you are running? What this tool does is, reads your input file and creates an output file with none of the Debug code and all the single line rem statements removed.
This is a Visual Basic Script. Just remove the .vbs file from the .zip file and just copy the script to your macros directory. Open a command prompt and move to your macro directory. If you don't know how to do what I just explained. This tool is not for you.
From the command Prompt you run the script. If you have trust issues, just edit the script and take a look.
Example:
removedebug -input:kissassist.mac -output:kissassistdbg.mac -rr:Y
-input: Kiss Macro you want to remove lines from
-output: Macro Name you want to Create
-rr: Y= Remove single Line Remarks, N=Ignore removing Remark statements.
If you just enter the removedebug with no paramaters it will default to -input:kissassist.mac -output:Kissassist_NoDebug.mac -rr:N
Have fun.
Ever wanted to slim down the version of kiss you are running? What this tool does is, reads your input file and creates an output file with none of the Debug code and all the single line rem statements removed.
This is a Visual Basic Script. Just remove the .vbs file from the .zip file and just copy the script to your macros directory. Open a command prompt and move to your macro directory. If you don't know how to do what I just explained. This tool is not for you.
From the command Prompt you run the script. If you have trust issues, just edit the script and take a look.
Example:
removedebug -input:kissassist.mac -output:kissassistdbg.mac -rr:Y
-input: Kiss Macro you want to remove lines from
-output: Macro Name you want to Create
-rr: Y= Remove single Line Remarks, N=Ignore removing Remark statements.
If you just enter the removedebug with no paramaters it will default to -input:kissassist.mac -output:Kissassist_NoDebug.mac -rr:N
Have fun.
Attachments
Last edited:

