Copy files Locally from C: to C:

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1109
    75joe75
    Member
    • Total Post: 40
    • Frequent Flyer
    • ★★★

    Hi All,

    Not sure why I cannot upload my RSP file into WDM. I atached my RSP. Is there a better way to do this. I realize that is a nessecity but I would only need to copy from one location in the C: to another. Please help!

    ;


    ; Check Operating System, Check SP level and Confirm free space
    ;


    CO “XP”
    CF “C” “20000”
    ;
    ;


    ; Query User and Lockout
    ;


    LU
    ;
    ;


    ; Copy over new files
    ;


    XC “C:Program FilesQIKLIVE525AC4QAINIT.INI” “C:Program FilesQIKROLLBACK525AC4QAINIT.INI”
    XC “C:Program FilesQIKBETA525AC4QAINIT.INI” “C:Program FilesQIKLIVE525AC4QAINIT.INI”
    ;
    ;


    ; End Lockout & Reboot
    ;


    RB

    #12523
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Hi,

    if this is the whole RSP file then there is lot of things missing.
    The complete script should look like this:

    [Version]
    Number=CopyFiles
    Description=Copy some files
    OS=XP
    Category=MyPackages

    [Script]
    ;


    ; Check Operating System, Check SP level and Confirm free space
    ;


    CO “XP”
    CF “C” “20000”
    ;
    ;


    ; Query User and Lockout
    ;


    LU
    ;
    ;


    ; Copy over new files
    ;


    XC “C:Program FilesQIKLIVE525AC4QAINIT.INI” “C:Program FilesQIKROLLBACK525AC4QAINIT.INI”
    XC “C:Program FilesQIKBETA525AC4QAINIT.INI” “C:Program FilesQIKLIVE525AC4QAINIT.INI”
    ;
    ;


    ; End Lockout & Reboot
    ;


    RB

    Save this script to eg. c:tempcopyiles.rsp. Then create a new folder c:tempcopyfiles. Now you should be able to register.

    Regards
    CG

    #12563
    75joe75
    Member
    • Total Post: 40
    • Frequent Flyer
    • ★★★

    Absolutly correct, when I created the folder with nothing in it, it worked perfectly.

    BTW, I took a section of the RSP file, I truncated the top part. I will put it in the next questions I may have. Thanks for the heads up

    #12567
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Glad I could help.

    CG

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.