Q&A

  • winexec(pchar('del c:\test\tt*'),sw_shownormal) 를 실행이 안되요
winexec(pchar('del   c:\test\tt*'),sw_shownormal) 를 실행이 안되요
del 명령어의 path 문제인거 같은데 del.exe는 디렉토리에서 찾을수 없네요
부탁드립니다
4  COMMENTS
  • Profile
    ez.J 2009.06.01 05:28
    -ㅅ- 쿨럭... 디렉토리삭제는 rd.............
    콘솔명령어를 이용하시려면 일단은 도스부터 익히시는게...
    del rd md dir...등.... 은 command 의 내부 명령어(help)이므로 파일 검색해도 나오지 않습니다...
    명령어를 모르시면 일단은 콘솔에서 del /? 입력해보시길...
  • Profile
    정진일 2009.06.01 19:10
    winexec(pchar('del c:\test\tt*'),sw_shownormal) 을 실행시키려면 어떻게 수정해야 하나요

    winexec(,) 내에 파라미터로 테스트 문자를 받아서 실행시키려 합니다
  • Profile
    최용일 2009.06.01 20:52
    WinExec(PChar('cmd/c del c:\test\tt*', SW_SHOWNORMAL);
  • Profile
    박성준 2009.06.02 02:50
    to ez.J
    ------------------------------------------------------
    del c:\test\tt해도 실행은 됩니다.
    디렉토리 삭제는 안되더라도 tt폴더안의 모든파일이 삭제되지요...