Jump to content

Usb External Hd & cd advice


monsterhill

Recommended Posts

First question.

I have a 60gig external 3.5" hard drive device would it be possible to make a batch file which will scan a computers %systemdrive% for music,movies,documents,photos, and copy them to the usb hd?

Second question can you use autorun on a cd to execute a .exe files when the cd enters the drive? if so how is this done?

Many thanks

Link to comment
Share on other sites

First Anwser:

Yeah, its possible, but you know, that this takes probably a long time...

CHECK THIS THREAD

:: Possible Batch file
@echo off
start /wait fc.exe "%systemroot%*.avi" ".Movies" /I
start /wait fc.exe "%systemroot%*.jpg" ".Pictures" /I
exit

Second answer:

U want to execute a App from a cd when you insert the disc into the drive..

U have to write a autorun.inf file, and store it on root of the disc.

Simple:

[autorun]
icon=icon.ico
open=launch.exe

CHECK MSFN FOR autorun.inf SYNTAX DESCRIPTION

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...