I need to delete all lines in a text file that doesn't start with "@".
For example
FFFFFF
@GGG
AAAAA
@BBBB
should result:
@GGG
@BBBB
i'm trying with IfnotFound but I'm getting errors.
any help? thanks
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.

FFFFFF
@GGG
AAAAA
@BBBB FFFFFF
AAAAAhttp://www.www.com/
http://www.www.com
ftp.www.com
http://www.ftp.comSearch string '^[^http].*\p' not found!