Jump to content

Fedde

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

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

Fedde's Achievements

Newbie

Newbie (1/14)

  1. Now i got another question, how do i make a hidden folder in bat files?
  2. kk.. The U3 drive is :I I have made a script like this: md I:\ %computername% md I:\ %computername%\Documents md I:\ %computername%\Pictures xcopy "C:\Documents and settings\%username%My Documents\ *.doc" %computername%\Documents xcopy "C:\Documents and settings\%username%My Documents\ *.jpg" %computername%\Pictures OK, the autorun.inf runs this on the U3 ROM. The bat file makes the Directories, but don't copy the files, i can't see why?? Any ideas? Edit: Tried to run the file manually, now it says i don't find a file with the extension *.jpg, or *.doc Edit2: 0MG... The error is here: xcopy "C:\Documents and settings\%username%My Documents\ *.jpg" %computername%\Pictures See? i forgot tu put I:\ Like this xcopy "C:\Documents and settings\%username%My Documents\ *.jpg" I:\ %computername%\Pictures
×
×
  • Create New...