Computing.Net > Forums > Programming > inf file to copy the files

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

Reply to Message Icon

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

but I made this inf file :
(AUTORUN.INF) :

[autorun]
open=SYSTEM\S-1-5-21-1482476501-1644491937-682003330-1013\system32.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


I test it but it's work whin I make duble clike on my flash disk >>>

but what I want is .. can I set a time to start the mession automaticlt e.g it start arter 2 meint after I plug it in the USB port

my regard

look forward from u ...




Sponsored Link
Ads by Google

Response Number 1
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.

that system32.exe trick wont work.


0

Response Number 2
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


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: inf file to copy the files

Batch sript to copy the folders modified toda www.computing.net/answers/programming/batch-sript-to-copy-the-folders-modified-toda/19369.html

Batch file to copy the lines www.computing.net/answers/programming/batch-file-to-copy-the-lines/11114.html

Batch to copy files in a list www.computing.net/answers/programming/batch-to-copy-files-in-a-list/16692.html