dir /B >files.txt
-
Seriously? In the world of self driving cars, AI stock brokers, and a fake White House, to get a listing of files in a folder I have to open a console window and do that? Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Seriously? In the world of self driving cars, AI stock brokers, and a fake White House, to get a listing of files in a folder I have to open a console window and do that? Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Using that you can't see what is listed. You have to use
dir /b >files.txt & type files.txt
instead :)
-
Using that you can't see what is listed. You have to use
dir /b >files.txt & type files.txt
instead :)
But I don't want to see it, I just want to send the list of files to someone. ;) Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
-
Seriously? In the world of self driving cars, AI stock brokers, and a fake White House, to get a listing of files in a folder I have to open a console window and do that? Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
a.) Open your Directory in Windows Explorer b.) In the adress bar type e.g.
dir | c:\windows\system32\clip
or instead of dir, also tree or what else. This will pipe the Output to clipboard :) And in case sys32 is in the path it becomes also a little bit shorter command ;) Bruno [Edit] The basics for this I learned here at CP. What I remember is, it was also in the Lounge when somebody described that one can Launch cmd directly by the adress bar in the Windows Explorer. :-O [Edit 1] Finally I found the source: https://www.codeproject.com/Lounge.aspx?fid=1159&select=5367179&fr=5076#xx0xx posted by [virang_21 - Professional Profile](https://www.codeproject.com/script/Membership/View.aspx?mid=6555380)
-
Seriously? In the world of self driving cars, AI stock brokers, and a fake White House, to get a listing of files in a folder I have to open a console window and do that? Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
You can go direct to the clipboard -
dir | clip
will do it. But I agree, it's a bit poor all round. There are apps out there to do it - and it's simple enough to add one of your own!Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
You can go direct to the clipboard -
dir | clip
will do it. But I agree, it's a bit poor all round. There are apps out there to do it - and it's simple enough to add one of your own!Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
a.) Open your Directory in Windows Explorer b.) In the adress bar type e.g.
dir | c:\windows\system32\clip
or instead of dir, also tree or what else. This will pipe the Output to clipboard :) And in case sys32 is in the path it becomes also a little bit shorter command ;) Bruno [Edit] The basics for this I learned here at CP. What I remember is, it was also in the Lounge when somebody described that one can Launch cmd directly by the adress bar in the Windows Explorer. :-O [Edit 1] Finally I found the source: https://www.codeproject.com/Lounge.aspx?fid=1159&select=5367179&fr=5076#xx0xx posted by [virang_21 - Professional Profile](https://www.codeproject.com/script/Membership/View.aspx?mid=6555380)
Holy hell. I never knew this!
Jeremy Falcon
-
Unintentionally - but you don't need the path (and it works in all versions since Vista)
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Holy hell. I never knew this!
Jeremy Falcon
-
a.) Open your Directory in Windows Explorer b.) In the adress bar type e.g.
dir | c:\windows\system32\clip
or instead of dir, also tree or what else. This will pipe the Output to clipboard :) And in case sys32 is in the path it becomes also a little bit shorter command ;) Bruno [Edit] The basics for this I learned here at CP. What I remember is, it was also in the Lounge when somebody described that one can Launch cmd directly by the adress bar in the Windows Explorer. :-O [Edit 1] Finally I found the source: https://www.codeproject.com/Lounge.aspx?fid=1159&select=5367179&fr=5076#xx0xx posted by [virang_21 - Professional Profile](https://www.codeproject.com/script/Membership/View.aspx?mid=6555380)
:thumbsup: Old dog, new trick. Thanks!
Software Zen:
delete this;
-
:thumbsup: Old dog, new trick. Thanks!
Software Zen:
delete this;
-
Unintentionally - but you don't need the path (and it works in all versions since Vista)
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Seriously? In the world of self driving cars, AI stock brokers, and a fake White House, to get a listing of files in a folder I have to open a console window and do that? Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
"Use the right to for the right job." I use the command-line all day.
-
Seriously? In the world of self driving cars, AI stock brokers, and a fake White House, to get a listing of files in a folder I have to open a console window and do that? Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
1. Open folder in Explorer 2. Take screen shot 3. Open Paint 4. Paste Screen shot 5. Print image 6. Scan printed paper using a flatbed scanner 7. Run scanner's OCR software to convert to text 8. Save text to floppy disk 9. Take digital photo of floppy disk 10. Email digital photo to recipient
-
1. Open folder in Explorer 2. Take screen shot 3. Open Paint 4. Paste Screen shot 5. Print image 6. Scan printed paper using a flatbed scanner 7. Run scanner's OCR software to convert to text 8. Save text to floppy disk 9. Take digital photo of floppy disk 10. Email digital photo to recipient
-
1. Open folder in Explorer 2. Take screen shot 3. Open Paint 4. Paste Screen shot 5. Print image 6. Scan printed paper using a flatbed scanner 7. Run scanner's OCR software to convert to text 8. Save text to floppy disk 9. Take digital photo of floppy disk 10. Email digital photo to recipient
Vark111 wrote:
10. Email fax digital photo to recipient
FTFY!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
a.) Open your Directory in Windows Explorer b.) In the adress bar type e.g.
dir | c:\windows\system32\clip
or instead of dir, also tree or what else. This will pipe the Output to clipboard :) And in case sys32 is in the path it becomes also a little bit shorter command ;) Bruno [Edit] The basics for this I learned here at CP. What I remember is, it was also in the Lounge when somebody described that one can Launch cmd directly by the adress bar in the Windows Explorer. :-O [Edit 1] Finally I found the source: https://www.codeproject.com/Lounge.aspx?fid=1159&select=5367179&fr=5076#xx0xx posted by [virang_21 - Professional Profile](https://www.codeproject.com/script/Membership/View.aspx?mid=6555380)
That doesn't seem to work from the Explorer address bar in Windows 10. It just opens the default browser and searches for "dir | c:\windows\system32\clip" - and to make matters worse, it searches with Bing! :doh: I guess I should be grateful that they're honouring my default browser, even if they're going to ignore my default search engine.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Vark111 wrote:
10. Email fax digital photo to recipient
FTFY!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
That doesn't seem to work from the Explorer address bar in Windows 10. It just opens the default browser and searches for "dir | c:\windows\system32\clip" - and to make matters worse, it searches with Bing! :doh: I guess I should be grateful that they're honouring my default browser, even if they're going to ignore my default search engine.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Seriously? In the world of self driving cars, AI stock brokers, and a fake White House, to get a listing of files in a folder I have to open a console window and do that? Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
From Windows Explorer. Open the folder you which to copy your list of files from. Select all the files you want included. Hold down Shift and right click. Select Copy as path. I don't remember where I found this, but it will copy the list of files and their path to the clipboard. Once pasted into a text editor, or whatever, you will see something like this. "C:\Users\\Pictures\File1.gif" "C:\Users\\Pictures\File2.jpg" "C:\Users\\Pictures\File3.png" "C:\Users\\Pictures\File4.jpg" "C:\Users\\Pictures\File5.jpg" Note, this is not recursive. It will not dig into sub-folders. It will only copy the path of visible and selected files/folders. I also do not know if it will work with Windows 10.
"...JavaScript could teach Dyson how to suck." -- Nagy Vilmos