March 1, 200124 yr Does anyone know of a way to combine two or more scripts into a single one? I've got three smaller scripts that I'd like to execute in "one fell swoop." Any suggestions? Thanks!
March 1, 200124 yr If you subscribe to the modular method of script design (which I do) leave them separate. Have script 1 call script 2 and have script 2 call script 3.
Create an account or sign in to comment