Results 1 to 6 of 6

Thread: Only a True expert could answer this

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Devon,England
    Posts
    2

    Post

    How can I copy a file(s) from a disk, into a new directory on another drive.

  2. #2
    Guest

    Post

    cool! this must make me a "true expert"!!!
    Code:
    MkDir "D:\NewFolder"
    FileCopy "C:\File.txt", "D:\NewFolder\File.txt"

    ------------------
    Matthew Ralston
    E-Mail: [email protected]
    ICQ:31422892
    Web Sites:The Blue Link My Home Page (Not up at the moment!)

  3. #3
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    LOL

    hmmmmmm heres a question for an expert..

    how do u subclass a class of a class with an activeX dll running on a remote web server?

    ------------------
    cintel rules
    www.cintelsoftware.co.uk

  4. #4
    Guest

    Post

    Stop beein' smart!!!

    ------------------
    Matthew Ralston
    E-Mail: [email protected]
    ICQ:31422892
    Web Sites:The Blue Link My Home Page (Not up at the moment!)

  5. #5
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    oh i forgot to add the subclass below that using OLE yadda yadda activeX yadda yadda ASP

    ------------------
    cintel rules
    www.cintelsoftware.co.uk

  6. #6
    Guest

    Post

    Bet you anything you subclass a class of a class with an activeX dll running on a remote web server in exactly the same way you subclass a class of a class with an activeX dll running on a local machine.

    Any further questions?!

    ------------------
    Matthew Ralston
    E-Mail: [email protected]
    ICQ:31422892
    Web Sites:The Blue Link My Home Page (Not up at the moment!)

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