drag & drop box

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
colargol
Posts: 49
Joined: 28 Sep 2011 13:23
Location: france

drag & drop box

#1 Post by colargol » 01 Nov 2011 11:26

Hi :)

Is it possible to use command line interface to drag and drog several files together?
I tried with set /p but it is limited to one file at a time. :?
Do you know a better solution, or it is not possible?

Thanks for help

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: drag & drop box

#2 Post by Ed Dyreen » 01 Nov 2011 12:52

'
Not possible, unless you rewrite CMD.EXE to fit your needs, you do know x86 assembly don't you, you may need it, good luck :lol:

colargol
Posts: 49
Joined: 28 Sep 2011 13:23
Location: france

Re: drag & drop box

#3 Post by colargol » 01 Nov 2011 13:06

I hoped you will develop a super macro for me :mrgreen:

Thanks for answer :wink:

alan_b
Expert
Posts: 357
Joined: 04 Oct 2008 09:49

Re: drag & drop box

#4 Post by alan_b » 01 Nov 2011 14:34

Drag and Drop is a Graphical User Interface concept.

It is easy to do this under DOS.

I am of course speaking of the Command.com DOS which supports Windows 95 etc :lol:

Post Reply