evvivame

Utenti
  • Numero contenuti

    7
  • Iscritto

  • Ultima visita

Su evvivame

  • Livello
    Iniziato
  1. Ok nella tua proposta c'èra qualche () in piu infatti DateLastModified non andava parentisato. Ora funziona come per quanto riguarda i file vecchi SENZA PERO' ESCLUDERE DALL'ELIMINAZIONE i file aa.txt o bb.txt. If ((file.DateLastModified < newdate) Or (LCase(file.Name) = "thumbs.db")) And ((LCase(file.Name) <> "aa.txt") or (LCase(file.Name) <> "bb.txt")) Then .....
  2. p.s. Per aiutarti ad aiutarmi.... La vers. 3 è FUNZIONANTE E SENZA MODIFICA La vers. 4 è CON LA TUA MODIFICA MA NON FUNZIONANTE Grazie ancora.... delete.zip
  3. Grazie per la risposta !!!!!!!!!!!! Allora se lancio il vbs senza mofifica esce questo log: Microsoft ® Windows Script Host Versione 5.7 Copyright © Microsoft Corporation 1996-2001. Tutti i diritti riservati. --> Today:13/01/2016 20.34.41 --> Variabil days=65 Check files older than:09/11/2015 20.34.41 ========================================== Beginning of check files older than:09/11/2015 20.34.41 ======================================================== Check files older in folder:D:\Temp ========================================================= Check files older in folder:D:\Temp\ATI ========================================================= Check files older in folder:D:\Temp\ATI\C ========================================================= Check files older in folder:D:\Temp\ATI\D ========================================================= End of check files older than:09/11/2015 20.34.41 ================================================= mentre con la modifica tua ( non elimina nessun file ) ed il log è (SOLO) questo: Microsoft ® Windows Script Host Versione 5.7 Copyright © Microsoft Corporation 1996-2001. Tutti i diritti riservati.
  4. Ciao! Sto usando con successo un script preso da web di cui riporto SOLO il comandi IF che vorrei ampliare: If file.DateLastModified < newdate Or LCase(file.Name) = "thumbs.db" Then WScript.Echo "///// Delete file: " & folders.Path & "\" & file.Name & " ultima modifica: " & file.DateLastModified On Error Resume Next ''Be very careful about this! It masks any error you're getting. file.Delete True On Error Goto 0 Il vbs a cui fa riferimento questo comando, come potranno vedere chi conosce il linguaggio, cancella i file con la data di modifica > xx giorni o se il file è "thumbs.db". E fin qui tutto bene! La mi esigenza è la seguente: il comando IF deve trattare le condizioni come specificate ESCLUSO se il file è aa.txt o bb.txt Esempio da ignorante: If file.DateLastModified < newdate Or LCase(file.Name) = "thumbs.db" And ( LCase(file.Name) <> "aa.txt" or And LCase(file.Name) <> "bb.txt") Then...... Per favore mi aiutate ? Grazie !!!
  5. Per favore qualcuno conosce il link corretto? Grazieeeeeee
  6. Wow grazieeeeeeeee !!!!!!!!!!!! Ora dovrò cercare il suo cavo rs232 per collegarlo al pc ...speravo fosse sufficente un cavo qualsiasi ma ho letto che : An available communication port (RS-232 Serial Port or USB port) is needed while connecting to device with a special communication cable Grazie ancora !!
  7. Mi associo alla richiesta....:-) Grazie