Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Nov 2001
    Messaggi
    43

    partenza eseguibile da asp

    SALVE A TUTTI,

    DEVO FARE PARTIRE UN ESEGUIBILE CHE ESEGUE LA COPIA DI DUE FILE DA UNA DIRECTORY AD UN'ALTRA. STO USANDO IL SEGUENTE CODICE:

    sCmdLine = "C:\Web\Intranet\MLV\MyCopyW.exe "
    sParams = " C:\Web\Intranet\MLV\Test.bat C:\Web\Intranet\MLV\Test2.bat"

    Set oShell = CreateObject("WScript.Shell")
    oShell.Run sCmdLine & Chr(34) & sParams & Chr(34), 1, False
    Set oShell = Nothing

    L'APPLICAZIONE LA TROVO NEL TASKMANAGER, MA NON FA NULLA.

    COME RISOLVO?

  2. #2
    1. togli il CAPS LOCK
    2. controlla che IUSR_machinename abbia i diritti di scrittura nella cartella C:\Web\Intranet\MLV\
    3. puoi fare le stesse cose con FSO
    4. puoi fare le stesse cose col comando DOS COPY
    5. puoi fare le stesse cose col comando DOS XCOPY

  3. #3
    Utente di HTML.it
    Registrato dal
    Nov 2001
    Messaggi
    43
    ho visto l'utente anomymous ha il controllo completo sulla cartella.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.