Results 1 to 2 of 2

Thread: XP_CMDSHELL

  1. #1
    Harish Guest

    XP_CMDSHELL

    How to create directory and file using xp_cmdshell..?

    Thanks,
    Harish

  2. #2
    Chris Thibodeaux Guest

    XP_CMDSHELL (reply)

    exec master..xp_cmdshell 'md c: est'
    exec master..xp_cmdshell 'xcopy c: emp*.* c: est'


    ------------
    Harish at 8/22/01 9:26:55 AM

    How to create directory and file using xp_cmdshell..?

    Thanks,
    Harish

Posting Permissions

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