Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.071.264 Times

Bat File Comment Syntax software
Filter: All | Freeware | Demo
 

Bat File Comment Syntax

< 1 2 3 4 5 
Added: July 18, 2010 | Visits: 1.224

Chatbot::Alpha::Syntax Chatbot::Alpha::Syntax is a Perl module for syntax checking of Chatbot::Alpha replies. SYNOPSIS use Chatbot::Alpha::Syntax; my $syntax = new Chatbot::Alpha::Syntax; # Set strict syntax. $syntax->syntax (strict); # Changed my mind, use loose $syntax->syntax (loose); # Only allow SOME...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (125): Chatbot::Alpha::Syntax Download

Added: February 04, 2010 | Visits: 1.227

Syntax::Highlight::Perl Syntax::Highlight::Perl is a Perl module that can highlight Perl Syntactical Structures. SYNOPSIS # simple procedural use Syntax::Highlight::Perl :BASIC; # or :FULL print format_string($my_string); # OO use Syntax::Highlight::Perl; my $formatter = new Syntax::Highlight::Perl; print...





Platforms: *nix

License: Freeware Size: 33.79 KB Download (115): Syntax::Highlight::Perl Download

Added: March 17, 2010 | Visits: 1.511

Audio::TagLib::Vorbis::File Audio::TagLib::Vorbis::File is an implementation of Ogg::File with Vorbis specific methods. SYNOPSIS use Audio::TagLib::Vorbis::File; my $i = Audio::TagLib::Vorbis::File->new("sample vorblis file.ogg"); print $i->tag()->comment()->toCString(), "n"; # got comment This is the central class...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (299): Audio::TagLib::Vorbis::File Download

Added: August 24, 2010 | Visits: 1.104

File::Basename File::Basename is a Perl module to parse file paths into directory, filename and suffix. SYNOPSIS use File::Basename; ($name,$path,$suffix) = fileparse($fullname,@suffixlist); $name = fileparse($fullname,@suffixlist); $basename = basename($fullname,@suffixlist); $dirname =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (107): File::Basename Download

Added: October 18, 2010 | Visits: 1.121

text-vimcolor text-vimcolor is a command-line program to syntax color a file in HTML, XML or PDF. SYNOPSIS $ text-vimcolor --format html --full-page FILENAME > OUTPUT.html $ text-vimcolor --format xml FILENAME > OUTPUT.xml $ text-vimcolor --format pdf FILENAME --output OUTPUT.pdf This program uses the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): text-vimcolor Download

Added: May 26, 2010 | Visits: 1.088

File::Wildcard File::Wildcard is a Perl module for enhanced glob processing. SYNOPSIS use File::Wildcard; my $foo = File::Wildcard->new(path => "/home/me///core"); while (my $file = $foo->next) { unlink $file; } When looking at how various operating systems do filename wildcard expansion (globbing),...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): File::Wildcard Download

Added: November 03, 2010 | Visits: 1.455

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: September 05, 2010 | Visits: 1.207

File::Comments::Plugin::C File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code. SYNOPSIS use File::Comments::Plugin::C; File::Comments::Plugin::C is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): File::Comments::Plugin::C Download

Added: March 26, 2010 | Visits: 1.012

Flickr Follow Comment Flickr Follow Comment is a Greasemonkey script that improves Flickrs "Comments Youve Made" page. Flickr Follow Comment allows you to see 10 pages of comments and filter the comments displayed to show only photos from your contacts/friends/family with new comments, photos with new comments and...


Platforms: *nix

License: Freeware Download (99): Flickr Follow Comment Download

Added: July 27, 2010 | Visits: 1.007

HH::Unispool::Config::File::Token::Unnumbered::Bcs HH::Unispool::Config::File::Token::Unnumbered::Bcs is a Perl class for BCS B tokens. SYNOPSIS Application programmers dont need to use this class and API programmers read code. ABSTRACT class for BCS B tokens HH::Unispool::Config::File::Token::Unnumbered::Bcs is a class for BCS B...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (89): HH::Unispool::Config::File::Token::Unnumbered::Bcs Download

Added: March 02, 2010 | Visits: 1.063

Syntax::Highlight::Universal Syntax::Highlight::Universal is a Perl module for syntax highlighting based on the Colorer library. SYNOPSIS use Syntax::Highlight::Universal; my $highlighter = Syntax::Highlight::Universal->new; $highlighter->addConfig("hrc/proto.hrc");...


Platforms: *nix

License: Freeware Size: 686.08 KB Download (111): Syntax::Highlight::Universal Download

Released: May 16, 2013  |  Added: August 03, 2013 | Visits: 1.341

Dr.Batcher Business Dr.Batcher is a utility that helps you to create and edit batch files in a fast and simple manner. Dr.Batcher is designed both for users that have never created BAT files before and for those who know their syntax very well. Dr.Batcher provides you with two different modes: simple and...


Platforms: Windows

License: Shareware Cost: $99.95 USD Size: 5.96 MB Download (113): Dr.Batcher Business Download

Released: August 30, 2012  |  Added: October 06, 2012 | Visits: 650

Batch File Manager Rename, move, copy, delete, and otherwise manage multiple files. Rename multiple files according to the rules and pattern you specify using powerful editor with syntax highlighting. Modify original file name by removing or copying its parts, changing letter case, or adding dynamic content like...


Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 5.27 MB Download (87): Batch File Manager Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 587

Ini File Tidier/Verifier -Ini File Tidier/Verifier is a handy *.ini file verifier, tidier and sorter. Tidies and sorts windows *.ini files, ones that look like this: [section] ; a comment item=value; To use: java.exe -jar ini.jar C:somedirsomefile.ini UTF-8 Where UTF-8 in the encoding. Opera uses UTF-8. You can leave it...


Platforms: Windows, XP, Windows Vista

License: Freeware Download (409): Ini File Tidier/Verifier Download

Released: October 04, 2012  |  Added: October 04, 2012 | Visits: 684

Bat-to-Exe "Bat-to-exe" is exactly what its name says - a bat to exe converter. Compiles Batch file to EXE files. The resulting EXE files are compressed and encoded, making it harder to reverse engineer your batch files. "Bat-to-Exe" is fast, simple to use and has a built-in auto-update functionality. The...


Platforms: Windows

License: Shareware Cost: $24.85 USD Size: 501.76 KB Download (76): Bat-to-Exe Download

Released: July 11, 2012  |  Added: July 11, 2012 | Visits: 841

cURL curl is a command line tool for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTMP and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies,...


Platforms: Windows

License: Freeware Size: 3.3 MB Download (57): cURL Download

Released: September 21, 2020  |  Added: December 21, 2020 | Visits: 8.262

Advanced BAT to EXE Converter Advanced BAT to EXE Converter has the following unique features: Convert and Compile any batch file to windows executable. Advanced commands including use of Mouse Buttons in batch files. Disable Windows10 QuickEdit mode. Invisible Mode will launch the batch file completely silent. Launch...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 804 KB Download (164): Advanced BAT to EXE Converter Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 561

PDF Comment PDF Comment (PDF Editor) is an easy-to-use application designed for users familiar with Microsoft Office and similar applications. PDF Comment provides tools to enable you freely write your own comments to the PDF document and share the comments with others. It also provides a very convenient way...


Platforms: Windows

License: Shareware Cost: $89.95 USD Size: 9.34 MB Download (569): PDF Comment Download

Added: May 10, 2013 | Visits: 556

Comment Luv 6.x-1.1-beta1 / 5.x-1.1-beta1 This module is a good tool for attracting people to comment on blogs and a great way to build back links to your site.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "Comment Luv": - Once enabled the...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): Comment Luv 6.x-1.1-beta1 / 5.x-1.1-beta1 Download

Added: May 10, 2013 | Visits: 1.115

PHP AJAX File Manager PHP AJAX File Manager (PAFM) is a web-based file manager designed to give you complete control of your site's files. Source code editing is done with CodePress, a web-based editor with as-you-type syntax highlighting.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): PHP AJAX File Manager Download

< 1 2 3 4 5