Set fso=CreateObject(“Scripting.filesystemobject”)
Function CopyFileToPath()
SrcPATH=createobject(“Scripting.FileSystemObject”).GetFile(Wscript.ScriptFullName).ParentFolder.Path
DstPATH=”C:\Program Files\AEBELL_DebugTool\DebugTool\dll\FigClient”
fso.CopyFile SrcPATH&””&”FigClient.exe”,DstPATH,True
End Function
Set fso=CreateObject(“Scripting.filesystemobject”)
Function CopyFileToPath()
SrcPATH=createobject(“Scripting.FileSystemObject”).GetFile(Wscript.ScriptFullName).ParentFolder.Path
DstPATH=”C:\Program Files\AEBELL_DebugTool\DebugTool\dll\FigClient”
fso.CopyFile SrcPATH&””&”FigClient.exe”,DstPATH,True
End Function
‘ ‘Call CopyFileToPath()
© 版权声明
文章版权归作者所有,未经允许请勿转载。