Results 1 to 3 of 3

Thread: HELP HELPx2

  1. #1
    VB_Starter
    Guest

    HELP HELPx2

    First problem i tryied using command Name E:\Blah as C:\blah and it gave me an error why?
    and how can i embed files into the project so u can only run em throught the project

  2. #2
    Frenzied Member John McKernan's Avatar
    Join Date
    Jan 2002
    Location
    SE PA
    Posts
    1,295
    1. Pass your arguments as strings ie:

    VB Code:
    1. Name "C:\pathname\filename" As "E:\pathname\filename"

    Name statement can move fiels across dirves, but can only rename folders on the same drive. Cannot create file or folder.

    2. Need more info.

  3. #3
    VB_Starter
    Guest
    No I mean as in making another setup program insuide it. And what about the problem for copying files from the CD drive to Hard Drive

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