Jump to content

Batch file help needed.


aikido

Recommended Posts

Hi,

I am needing a file that will auto backup a folder from a usb drive to C drive, and also if a new usb stick is entered into the machine it will auto back up the folder to the new stick.  This is sort of a usb worm. . .  Can anyone help. ????

Link to comment
Share on other sites

Hi Elmer,

Thanks for your reply but i am looking for a batch file that will copy in stealth mode a single folder containing a hidden file from a usb stick onto a pc and also if a new usb key is inserted it will move the hidden single folder from the pc harddrive back to the usb key. I guess these programs are similar but need it to simply move USB:/hiddenfolder to C:/folder and then move it back to USB hidenfolder from C:/folder. Hope this makes some sense. I know that someone has made this for USB hacksaw but i can't find it???

Anyone help.

Thanks again Elmer....

Link to comment
Share on other sites

Hm. For silent use you will need an external tool, called NirCmd. I'm not sure exactly how to do this, but Leapo said that he was able to get USB Dumper to launch a file instead of dump the contents. If you can get that working, USB Dumper should launch this, but make sure you have NirCMD.exe in the same folder. I'm not sure if this will work, because I don't know how USB dumper calls batch files onto a thumb drive, but this might work.

nircmd.exe exec hide copy.bat

This will grab all hidden files.

xcopy *.* c:folder /s/a:h

Hope this helped!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...