Jump to content

Types (bin/txt) for files without extension


Oscar

Recommended Posts

  • 2 weeks later...

Hi Oscar, in filetypes.conf try adding :txt to support filenames with no extensions.

There is also another way to achieve what you seek.

open a windows terminal cmd.exe, cd to your workspace directory and execute the following command:

First make sure that the output of the dir is giving you the results you want:

c:\>wks_path>dir /B /S Make

Then pipe that to plastic CLI command to change the type of the file to text.

c:\>wks_path>dir /B /S Make | cm crt - -type=txt

Thats all,

hope it helps,

Miller

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...