Search found 2 matches

by Rumpel
Tue Jun 26, 2012 5:21 pm
Forum: Feature Requests and Wishlists
Topic: I wish few commands for easy read registry values ...
Replies: 4
Views: 945

Re: I wish few commands for easy read registry values ...

read every file in a directory (recursive)

Note entirely sure what you mean, can you expand?[/quote]


Directory$ = "C:\"
If ExamineDirectory(0, Directory$, "*.*")
While NextDirectoryEntry(0)
If DirectoryEntryType(0) = #PB_DirectoryEntry_File
Type$ = " [File] "
Else
Type$ = " [Sub-Dir ...
by Rumpel
Tue Jun 26, 2012 3:54 pm
Forum: Feature Requests and Wishlists
Topic: I wish few commands for easy read registry values ...
Replies: 4
Views: 945

I wish few commands for easy read registry values ...

Hi.... :lol:

I wish few commands for easy read registry values - for example: getregvalue or writeregvalue or something else.

and I wish a command to read every file in a directory (recursive)


i would be very happy if this would be happen...... :wink: