sj=Int((100 * Rnd) + 1)
Set fso = Wscript.CreateObject("Scripting.FileSystemObject")
set c=fso.getfile("C:\ip\ip.txt")
w=c.copy("E:\")&sj&(".txt")
No matter how I write the second half, it gives an error. My skills still aren't good enough.
Please help, experts, thanks.
Set fso = Wscript.CreateObject("Scripting.FileSystemObject")
set c=fso.getfile("C:\ip\ip.txt")
w=c.copy("E:\")&sj&(".txt")
No matter how I write the second half, it gives an error. My skills still aren't good enough.
Please help, experts, thanks.
