Salve a tutti,
sapreste dirmi cosa sbaglio?
Grazie molte,
Christian
codice:<%@LANGUAGE="VBSCRIPT"%> <html> <head> <title>Documento senza titolo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <SCRIPT language="VB" runat="server"> Dim fso AS Object = CreateObject("Scripting.FileSystemObject") Dim f AS Object = fso.CopyFile("c:\file1.txt","d:\file2.txt") </script> Operazione completata </body> </html>

Rispondi quotando