Results 1 to 2 of 2

Thread: Kill Command

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344
    I didnt want to try this command on my drive so tell me if this would work...

    kill dir$("\temp\project1.mak")
    -RaY
    VB .Net 2010 (Ultimate)

  2. #2
    Guest
    To kill a file in a certain directory:

    Code:
    Kill "C:\temp\project.mak"
    
    or:
    
    Kill "C:\temp\*.*"
    
    or:
    
    Kill "C:\temp\*.*"
    RmDir "C:\temp"
    Hope that helps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width