A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Cannot Drag & Drop a file from Windows Explorer to Command Prompt?



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 28th 06, 02:20 PM posted to microsoft.public.windows.vista.file_management
Sir_Higgins
external usenet poster
 
Posts: 1
Default Cannot Drag & Drop a file from Windows Explorer to Command Prompt?

It's the same thing for me.
I can't open a command prompt windows as admin and drag a programme that i
want to launch with elevated credential as i was doing in XP.

It's also annoying when writing scripts. This feature was usefull to quickly
have the path and filename to copy in scripts.

"Sami KOZONO" wrote:

I just installed Vista beta 2 (build 5384, Japanese, 32 bit).
I noticed that I cannot drag & drop files from Windows Explorer to
Command Prompot Window.
Is this a desgin change from XP? or I'm missing something basic?
-Sami KOZONO

  #2 (permalink)  
Old September 28th 06, 02:24 PM posted to microsoft.public.windows.vista.file_management
Sir_Higgins
external usenet poster
 
Posts: 3
Default Cannot Drag & Drop a file from Windows Explorer to Command Pro


I tryed in windows vista RC1 it's the same

"Sir_Higgins" wrote:

It's the same thing for me.
I can't open a command prompt windows as admin and drag a programme that i
want to launch with elevated credential as i was doing in XP.

It's also annoying when writing scripts. This feature was usefull to quickly
have the path and filename to copy in scripts.

"Sami KOZONO" wrote:

I just installed Vista beta 2 (build 5384, Japanese, 32 bit).
I noticed that I cannot drag & drop files from Windows Explorer to
Command Prompot Window.
Is this a desgin change from XP? or I'm missing something basic?
-Sami KOZONO

  #3 (permalink)  
Old October 9th 06, 01:34 AM posted to microsoft.public.windows.vista.file_management
Larry
external usenet poster
 
Posts: 12
Default Cannot Drag & Drop a file from Windows Explorer to Command Prompt?

Can i ask why you would want to drag a fille to a command prompt window.
Just curious.

"Sir_Higgins" wrote in message
...
It's the same thing for me.
I can't open a command prompt windows as admin and drag a programme that i
want to launch with elevated credential as i was doing in XP.

It's also annoying when writing scripts. This feature was usefull to
quickly
have the path and filename to copy in scripts.

"Sami KOZONO" wrote:

I just installed Vista beta 2 (build 5384, Japanese, 32 bit).
I noticed that I cannot drag & drop files from Windows Explorer to
Command Prompot Window.
Is this a desgin change from XP? or I'm missing something basic?
-Sami KOZONO


  #4 (permalink)  
Old October 9th 06, 06:13 AM posted to microsoft.public.windows.vista.file_management
Sir_Higgins
external usenet poster
 
Posts: 3
Default Cannot Drag & Drop a file from Windows Explorer to Command Pro

In WinXP when you drag a file in a prompt windows the full path of the file
is dropped in the prompt. You can copy the path, execute it or use it with a
dos command.

It's usefull
- When you write scripts (to have the right path quickly to file)
- When you launch a prompt with admin rights. You can quickly execute
application with elevated credential without typing admin name and password
every time.

"Larry" wrote:

Can i ask why you would want to drag a fille to a command prompt window.
Just curious.

"Sir_Higgins" wrote in message
...
It's the same thing for me.
I can't open a command prompt windows as admin and drag a programme that i
want to launch with elevated credential as i was doing in XP.

It's also annoying when writing scripts. This feature was usefull to
quickly
have the path and filename to copy in scripts.

"Sami KOZONO" wrote:

I just installed Vista beta 2 (build 5384, Japanese, 32 bit).
I noticed that I cannot drag & drop files from Windows Explorer to
Command Prompot Window.
Is this a desgin change from XP? or I'm missing something basic?
-Sami KOZONO


  #5 (permalink)  
Old October 9th 06, 05:34 PM posted to microsoft.public.windows.vista.file_management
Larry
external usenet poster
 
Posts: 12
Default Cannot Drag & Drop a file from Windows Explorer to Command Pro

Interesting, I guess you would first have to find the exe file. then drag to
an open command prompt window. Does this only work with exe files?
Thank you

"Sir_Higgins" wrote in message
...
In WinXP when you drag a file in a prompt windows the full path of the
file
is dropped in the prompt. You can copy the path, execute it or use it with
a
dos command.

It's usefull
- When you write scripts (to have the right path quickly to file)
- When you launch a prompt with admin rights. You can quickly execute
application with elevated credential without typing admin name and
password
every time.

"Larry" wrote:

Can i ask why you would want to drag a fille to a command prompt window.
Just curious.

"Sir_Higgins" wrote in message
...
It's the same thing for me.
I can't open a command prompt windows as admin and drag a programme
that i
want to launch with elevated credential as i was doing in XP.

It's also annoying when writing scripts. This feature was usefull to
quickly
have the path and filename to copy in scripts.

"Sami KOZONO" wrote:

I just installed Vista beta 2 (build 5384, Japanese, 32 bit).
I noticed that I cannot drag & drop files from Windows Explorer to
Command Prompot Window.
Is this a desgin change from XP? or I'm missing something basic?
-Sami KOZONO



  #6 (permalink)  
Old October 10th 06, 08:46 AM posted to microsoft.public.windows.vista.file_management
Sir_Higgins
external usenet poster
 
Posts: 3
Default Cannot Drag & Drop a file from Windows Explorer to Command Pro

You can do this with all the files

By exemple, you can launch an application with its shortcut too.

I work in winXP without admin rights
Sometimes a want to delete a file and i need admin rights to do that
- I start the command prompt with admin rights (run as...)
- in the prompt I type "del "
- drag the file a want to delete on the prompt
(the path to the file is dropped where i have typed "del ")
- I hit enter to execute the command and the file is deleted

no need to log out and log in with an admin.


"Larry" wrote:

Interesting, I guess you would first have to find the exe file. then drag to
an open command prompt window. Does this only work with exe files?
Thank you

"Sir_Higgins" wrote in message
...
In WinXP when you drag a file in a prompt windows the full path of the
file
is dropped in the prompt. You can copy the path, execute it or use it with
a
dos command.

It's usefull
- When you write scripts (to have the right path quickly to file)
- When you launch a prompt with admin rights. You can quickly execute
application with elevated credential without typing admin name and
password
every time.

"Larry" wrote:

Can i ask why you would want to drag a fille to a command prompt window.
Just curious.

"Sir_Higgins" wrote in message
...
It's the same thing for me.
I can't open a command prompt windows as admin and drag a programme
that i
want to launch with elevated credential as i was doing in XP.

It's also annoying when writing scripts. This feature was usefull to
quickly
have the path and filename to copy in scripts.

"Sami KOZONO" wrote:

I just installed Vista beta 2 (build 5384, Japanese, 32 bit).
I noticed that I cannot drag & drop files from Windows Explorer to
Command Prompot Window.
Is this a desgin change from XP? or I'm missing something basic?
-Sami KOZONO



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.