Skip to content
View in the app

A better way to browse. Learn more.

Thailand News and Discussion Forum | ASEANNOW

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Filename To Notepad

Featured Replies

I would like to make a list of files in Notepad or M$ Word. Is there away of doing this with just a couple clicks of the mouse? It would be a pain doing this manually for 200 or so files.

Cheers!

From a command prompt:

DIR [path of dir containing files] > [path of text file you want to create]

e.g.

DIR c:\windows\*.* > c:\listofwindowsfiles.txt

Then open the "c:\listofwindowsfiles.txt" file in notepad.

To get a command prompt, click "Start", then "Run..", then type "cmd" (without the quotes), then click "OK".

From a command prompt:

DIR [path of dir containing files] > [path of text file you want to create]

You beat me to it. :o Also if you need the list of files including all subdirectories use DIR /S and if you don't want all the other information such as size, etc use DIR /B and if you want in alphabetic order DIR /O:N. You can combine the switches also such as DIR /B/O:N/S for brief listing, alphabetical order and all sub directories.

If the files are under different directories but not sub directories after you make the first list with the > control you can add to this file other lists by using >> instead. This appends the list to the end of the file.

Try Tracker it is a file explorer like the Windows one,

but with the very useful facility of being able to cut and paste file information.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.