I am very new to scripting and am learning as I go on this one... that being said, when I get to the point of creating the gp object, I can't figure out how to get to the next step.
>>> import sys, os, arcgisscripting
>>> gp = arcgisscripting.create
>>> import string
>>> thepath = 'S:/Early Development Instrument (EDI) Data/GIS Base/Draft/FL,NY,OK,TX,WA/Area Water'
>>> thetargetfolder = 'S:/Early Development Instrument (EDI) Data/GIS Base/Draft/FL,NY,OK,TX,WA/MergedScripted'
>>> thefilename = 'checkthisbabyout.shp'
>>> GP = Dispatch ("esri.Geoprocessing.GPDispatch.1")
Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
GP = Dispatch ("esri.Geoprocessing.GPDispatch.1")
NameError: name 'Dispatch' is not defined