Jump to content











Photo
- - - - -

Request WIN7PE_SE XXCOPY (free) 32 bit script


  • Please log in to reply
6 replies to this topic

#1 Jim A

Jim A

    Newbie

  • Members
  • 23 posts
  •  
    United States

Posted 02 August 2011 - 01:24 AM

I need a WIN7PE_SE script for the free version of XXCOPY 32 bit version 3080. I think that the same script will work with any recent 32 bit version of XXCOPY.

#2 al_jo

al_jo

    Gold Member

  • Members
  • 1218 posts
  • Location:Tellus

Posted 02 August 2011 - 11:18 AM

I need a WIN7PE_SE script for the free version of XXCOPY 32 bit version 3080. I think that the same script will work with any recent 32 bit version of XXCOPY.

Hi.
Don’t know much about XXcopy but made a script for it:
http://al-jo.99k.org/xxcopy.7z
Please try it & report back here if it’s working (or not) as it should in Win7pe…

:dubbio:

Attached Thumbnails

  • xxcopy.jpg


#3 Jim A

Jim A

    Newbie

  • Members
  • 23 posts
  •  
    United States

Posted 02 August 2011 - 09:25 PM

The first time you run xxcopy it forces you to install it if you want to use it. This creates the registry entry below. Can you add these registry entries to the script? Also, it is easier to use if its “install” directory is added to the path.

Version 3.10.0 or later is required for Windows 7 with SP1. However, in 3.10.x if you try to use xxcopy to access a mapped network drive, it suggest that you upgrade to a paid version and waits for a response from the keyboard. If you a running it in a batch job this stalls the batch job until it gets a response.

Their freeware license allows noncommercial use with network drives. Version 3.08.0 works with Windows 7 without SP1, Windows Vista, and Windows XP. Version 3.08.0 does a less complete check for network drives and doesn’t require any response. It would be useful if the script allowed you to select between the 3.10.x and 3.08.0 or separate scripts for the two versions. My brute force workaround is to add the 3.08 version as an extra file and then manually copy it to the xxcopy directory.

I use a combination of robocopy and xxcopy in a batch to copy and verify files, directories or whole partitions. The source and destination can be either a local drive or a mapped network drive.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Pixelab]

[HKEY_LOCAL_MACHINE\SOFTWARE\Pixelab\XXCOPY]
"DateInstalled"="2011-08-02 13:46:33"
"DateLastUsed"="2011-08-02 13:46:33"
"LicenseSerialNumber"="00-0000-0000"
"LicenseCode"="00-0000-0000"
"LicenseCount"="0"
"LicenseType"="Freeware Unregistered"
"HomeDir"="X:\\Program Files\\xxcopy"
"Miscellaneous"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,5b,5a,5a,5a,5b,5a,5a,\
5a,fc,7f,ff,ff,10,0d,30,97,1a,51,cc,01,10,0d,30,97,1a,51,cc,01,5a,5a,5a,5a,\
5a,5a,5a,5a,00,00,00,00,3d,01,58,0d
"Server_1"="MININT-PEIM51"
"ConfigStatus"=hex:03,80,00,00
"ServerHash"=hex:d9,b2,01,00
"Exit_000b018a"=hex:22,00,00,00

#4 al_jo

al_jo

    Gold Member

  • Members
  • 1218 posts
  • Location:Tellus

Posted 03 August 2011 - 09:45 AM

If you don’t want to “install” xxcopy while running the pe, it’s possible to run the attached reg file in the pe and then from command prompt start xxcopy in X:\Program Files\xxcopy
But all this is really beyond my capabilities (atm) to automatic integrate in a script.


Ps. 308 is here:
http://al-jo.99k.org/xxcopy3080.7z

Attached Thumbnails

  • xx.jpg

Attached Files



#5 Jim A

Jim A

    Newbie

  • Members
  • 23 posts
  •  
    United States

Posted 03 August 2011 - 02:55 PM

Thanks for the help. Running the reg file is quicker than running the install.

#6 Michael*

Michael*

    Frequent Member

  • Advanced user
  • 210 posts
  •  
    United States

Posted 06 August 2011 - 06:14 PM

There is a free GUI for the tool available here: XCopy Tool 1.0 GUI Interface
It would be nice to see it installed with the Script. It's a pain to try to memorize the syntax
http://i.techrepubli.../xcopy_tool.zip.

Posted Image

Posted Image

#7 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 06 August 2011 - 06:38 PM

There is a free GUI for the tool available here:

But that is for Xcopy and NOT for XXcopy. ;)

Xcopy:
http://www.microsoft...y.mspx?mfr=true


XXcopy:
http://www.xxcopy.com/


And yes :ph34r:,
http://www.msfn.org/...8se/page__st__9

I SERVe Kentucky Fried Chicken Hot!

:cheers:

;)
Wonko




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users