http://www.aros.orgAROS-ExecAROS-Exec ArchivesPower2People

Home

English

Česky

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska


News

Archive

Introduction

Status
Screenshots
Ports
License

Download


Documentation

Users
Installation
Using
Shell
Applications
FAQ
Developers
Contribute
Roadmap
Bug Tracker
Working with Subversion
Compiling
Application Development Manual
Zune Application Development Manual
System Development Manual
Debugging Manual
Reference
Specifications
UI Style Guide
Documenting
Porting
Translating
Summaries
Links

Contact

Mailing lists
IRC channels

Credits

Acknowledgements


Pictures

Developers
Developers en Masse

Sponsors

Linking

Links

Get AROS Research Operating System at SourceForge.net. Fast, secure and Free Open Source software downloads

Filenote

Index Prev Next


Name

Filenote

Synopsis

FILE/A,COMMENT,ALL/S,QUIET/S

Function

Add a comment to a file or directory.

Filenote allows a recursive scan of all directories adding comments
to each file/directory it finds that matches the file pattern
specified.

Inputs

FILE    - Always has to be specified. Can be either a filename with
          a full path or a file pattern that is to be matched.

COMMENT - The string that is to be added as a comment to the
          file(s)/dir(s) specified. If no comment is specified, any
          existing comment is deleted.

          To provide a comment that has embedded quotation marks,
          precede each quote with an asterisk.

            i.e. Filenote FILE=RAM:test.txt COMMENT=*"hello*"

ALL     - Boolean switch. If specified, Filenote scans the directories
          that match the pattern specified, recursively.

QUIET   - Boolean switch. If specified, no diagnostic text will be
          displayed to stdout.

Result

Standard DOS return codes.

Example

Filenote ram: hello all

    Recurses through each directory in RAM: adding "hello" as a
    filenote to each file/directory.

Notes

Output from AROS' Filenote is more neat and structured than the
standard Filenote command.

Does not yet support multi-assigns.

Copyright © 1995-2009, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.