Jump to content.

IFX Group

A DIFFERENT PERSPECTIVE CAN CHANGE EVERYTHING.

   ::   www.IFXgroup.net > Files > PowerBASIC

The IFX Group PowerBASIC Source Code

This is a collection of the IFX Group files that include PowerBASIC source code. It is important to note that unless otherwise stated, all of these files are copyrighted and all rights remain with the copyright holder. The PowerBASIC source code is included for your personal non-commercial use unless otherwise noted in the included documentation. Contact us for information about non-personal use.

If you are not familiar with the PowerBASIC line of compilers for DOS and Windows, please visit the PowerBASIC web site or give them a call at 941-408-8700 and tell them you heard about their company on the IFX Group web site.

Windows Problems?

If your new version of Microsoft Windows no longer supports some of this software please contact Microsoft technical support about upgrading to an older, more compatible version of Windows. Or if you want a longer term solution consider trying one of the many non-Microsoft methods of running existing software written for Windows. It is possible your business can save a lot of time and money by using operating systems like Linux to run your existing Windows legacy software instead of repeatedly being forced to update all custom written software every time Windows changes. We use Linux to run our custom Windows software every day both in house and for our clients. With Linux we even have unique custom written DOS software from the 1980s still in regular service side by side with the most modern software. In our view it is much easier to replace Windows than it is to replace decades of our custom written software that works perfectly well.

Sort by Date

Big File Copy

Download now.Download:
Size:
Updated:
bcopy.zip
14,471 bytes
December 02, 2005

There is a problem with some versions of Microsoft Windows that allows programs to create and use files larger then 2 Gigabytes, but the copy function built into Windows Explorer and command prompts reports an error when attempting to read those files. This program does not care how large a file is, or where it is located. If Windows can see the file, this program can copy it. This is a binary copy that retains all file attributes and time/date stamp information - a true copy. Fully commented PowerBasic source code is included. Do not use this program to place files larger than 2 gigabytes on to an IPAD that is not using the IPAD-OS boot loader or that has an IPAD-OS boot loader with a build number lower than 4.20.1597.
(If you want to direct others to this file, please use this quick link.)

 

Cinco board game

Download now.Download:
Size:
Updated:
cinco.zip
44,998 bytes
July 15, 2005

This is a game based on Go Moku that was marketed under a different name made popular in the 1980's. It is a two player board game with the unique combination of being easy to learn, fast to play, but with an impressive depth of strategy. This version includes full PowerBasic source code showing how to make graphics that look good without a library of static bitmaps. This also demonstrates how to use multiple languages in one program by supporting English, Spanish and Dutch with easy expansion to add other languages.
(If you want to direct others to this file, please use this quick link.)

 

Directory Size

Download now.Download:
Size:
Updated:
dirsize.zip
20,166 bytes
June 30, 2004

This is a simple tool to report the total file sizes of all files stored in a directory including all subdirectories. This is very useful for service providers that want to charge for storage space on a server without actually imposing an artificial space limit. Fully commented PowerBasic source code is included. Featured download for February, 2005.
(If you want to direct others to this file, please use this quick link.)

 

Duplicate File Find

Download now.Download:
Size:
Updated:
dupefind.zip
42,416 bytes
March 24, 2008

This tool helps locate duplicate files on your hard drive. This is a true binary file comparison able to detect duplicate files even if they have very different file names or are located in different subdirectories under the same parent directory. The complete PowerBasic/CC source code for this utility is included. The source code is made available to help promote the awareness of the whole line of compilers and other programming tools available from the fine people at PowerBasic. Tell them you saw their name on the IFX Group web site. Featured download for August 2004.
(If you want to direct others to this file, please use this quick link.)

 

Edit Rename

Download now.Download:
Size:
Updated:
ename.zip
40,015 bytes
April 23, 2008

This amazingly simple tool allows you to rename a whole directory full of files with your favorite word processor or text editor. Completely open editing is allowed including search and replace, spell checking, cut and paste and much more all without the usually tedious and time consuming single file renaming user interface. The fully commented PowerBasic/CC source code is included so you can see exactly how this program works.
(If you want to direct others to this file, please use this quick link.)

 

Fix File Name

Download now.Download:
Size:
Updated:
fixname.zip
45,242 bytes
November 06, 2007

The FixName tool is designed to change Windows file names that include characters not compatible with common Internet services or other operating systems into more correct names. This tool also has the ability to detect binary-level file duplicates to help recover storage space when two or more files end up with the same fixed name. This is a must-have tool for everyone needing to post files on a web server or FTP site. The complete, fully commented PowerBasic source code is included. Please check out the full line of high performance and easy to use compilers at PowerBasic.com and tell them you saw their name mentioned on the IFX Group web site. Featured download for August 2005.
(If you want to direct others to this file, please use this quick link.)

 

POP3 folder to SMTP exporter

Download now.Download:
Size:
Updated:
fld2smtp.zip
43,280 bytes
April 17, 2013

The FLD2SMTP utility is similar to Lynn Taylor's UNFLD program with the addition of full command line (or batch file) function. This program reads a single POP3 folder file from your IPAD and exports all of the mail into the SMTP mail out directory. Fully commented PowerBasic/DOS source code is included.
(If you want to direct others to this file, please use this quick link.)

 

FreeWipe Disk Free Space Cleaner

Download now.Download:
Size:
Updated:
freewipe.zip
24,180 bytes
July 11, 2016

Erasing files on a disk drive does not remove the file contents, only the file name. This program scrubs all of the free space on a disk drive to make sure old files and data are really gone. This has added benefits in virtual computers where cleaning the free space may improve performance and can allow the virtaul computer supervisor to return dynamic storage to the host computer or other virtual machines. This program runs on all Win32 compatible operating systems. The wipe function is compatible with disk formats that do not support files larger than 2 gigabytes such as FAT32. The fully commented PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Greylisting Exception List Translation Tool

Download now.Download:
Size:
Updated:
grey_not.zip
20,109 bytes
September 08, 2006

The IPAD 5.5 Greylisting feature can be a powerful tool to detect and block broken SMTP servers with an incomplete feature set like those in spam engines and email virus infections. The problem is that some legitimate mail servers do not work well with Greylisting technology. This tool will translate the public list of problem SMTP servers that are known to fail the Greylisting tests into IPAD format. Complete PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Globally Unique Identifer

Download now.Download:
Size:
Updated:
guid.zip
8,553 bytes
December 20, 2010

This program locally retrieves a new 16-byte globally unique identifier from Windows each time it runs. This can be used to generate amazingly hard to guess account names and passwords for use by security conscience users and automated systems. Fully commented PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

HTML to Delimiter Separated File

Download now.Download:
Size:
Updated:
html2dsv.zip
24,215 bytes
February 25, 2005

This program will recursively read all of the HTML files found in a directory including all subdirectories and output only the BODY content into one delimited text file for importing into a database. Fully commented PowerBasic CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

IPAD Mailing List Sort Tool

Download now.Download:
Size:
Updated:
listopt.zip
36,174 bytes
October 31, 2008

A Windows utility to sort the members file for any IPAD hosted list server with optional include (white list) and exclude (blacklist) lists of members. This is an update to the DOS version of the LISTTOOL.ZIP with much improved sorting ability. The fully commented PowerBasic CC source code is included. Featured download for March 2005.
(If you want to direct others to this file, please use this quick link.)

 

List Sort Tool

Download now.Download:
Size:
Updated:
listtool.zip
61,102 bytes
July 05, 2004

A DOS utility to sort the members of any IPAD hosted list server into domain order. This will group all list members by their domain name so delivery to the same server can happen in the most efficient way. A separate tool to help create a batch file to work on your IPAD is included along with the full PowerBasic for DOS source code.
(If you want to direct others to this file, please use this quick link.)

 

Make Filters

Download now.Download:
Size:
Updated:
makefilt.zip
23,915 bytes
February 13, 2005

This tool will generate any sized list of IPAD filters for testing. The IPAD router supports a maximum of 1000 filters, which should be more than enough for everything but the most extreme IPAD application. This is for testing the IPAD router only and should not be used on production systems. Fully commented PowerBasic for DOS source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Make RFC1918 Reverse DNS

Download now.Download:
Size:
Updated:
makerev.zip
28,857 bytes
January 18, 2007

A program to create custom reverse DNS files for all of the 17 million IP addresses in the RFC1918 private blocks. This can improve the perception of high performance by allowing your IPAD's DNS server to directly reply to reverse DNS requests without needing to ask the root DNS servers. Complete documentation is included with many suggestions for controlling file sizes and disk storage demands. Fully commented PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Make Routes

Download now.Download:
Size:
Updated:
makerout.zip
25,299 bytes
February 13, 2005

This tool will generate any sized list of IPAD routes for testing. The IPAD router supports a maximum of 1000 static routes, which should be more than enough for everything but the most extreme IPAD application. This is for testing the IPAD router only and should not be used on production systems. Fully commented PowerBasic for DOS source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Mail Authority Include

Download now.Download:
Size:
Updated:
minclude.zip
29,650 bytes
November 02, 2007

A command line utility to include text files in an IPAD mail authority file, or almost any other control file that supports comment lines. This tool retains compatibility with the IPAD Web Manager and the included file can be edited and re-included without risk of duplication. This is designed to make your life as an IPAD mail server administrator much easier. One of the more common IPAD requests is for the ability to include multiple files into one large mail authority file while still retaining the ability to use the IPAD's web management interface to monitor and keep track of everything. More details about exactly how this tool can make your life easier is found in the included documentation. Full PowerBasic source code is included in this distribution.
(If you want to direct others to this file, please use this quick link.)

 

No Attributes

Download now.Download:
Size:
Updated:
noattrib.zip
22,286 bytes
August 19, 2007

This tool removes all Hidden, System, Read-Only and Archive attribute flags from files and optionally subdirectories too. It works even in places where the Microsoft ATTRIB program can't. If you are tired of fighting to get full access to all of the files on your Windows workstation, this tool will help. Fully commented PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Optimize Mail

Download now.Download:
Size:
Updated:
optimail.zip
44,936 bytes
January 17, 2012

OPTIMAIL: Mail directory compacting tool. This tool addresses a problem called Directory Extension. Every subdirectory on a disk volume is actually a special case file exactly the size of one disk cluster (a collection of disk sectors). There are a finite number of file name entries each cluster can hold. When more than that number of file names are put into a subdirectory, DOS will extend the subdirectory by adding one or more clusters to the directory sufficient to hold all of the file names. This problem is more pronounced when smaller cluster sizes are used like FAT32 formatted disk volumes. This tool recovers and compacts these clusters to improve performance on IPAD mail servers.
(If you want to direct others to this file, please use this quick link.)

 

Optimize POP3

Download now.Download:
Size:
Updated:
optipop.zip
87,062 bytes
July 27, 2015

OptiPOP is an IPAD POP3 mail storage maintenance and repair tool. This program is designed to be run directly on the IPAD itself or optionally through any SMB/CIFS connection (if supported by your OS) to repair, maintain and compact POP3 mailboxes stored on the latest IPAD version. It automatically opens locked and multi-state mailboxes. It can optionally age out old POP3 mail taking up your valuable storage space and can even find orphan POP3 mailboxes caused by hand-editing the mail authority file. Fully commented PowerBasic/DOS source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Ping POP3 Mailbox

Download now.Download:
Size:
Updated:
pingpop.zip
20,542 bytes
September 23, 2002

A Windows console (command line) utility to open a POP3 mailbox on a server that has POP-before-SMTP security enabled on a schedule or only once. This tool has the ability to loop by itself with no need for an external scheduler or even a batch file. It will also report the number of message in the POP3 mailbox so other utilities can notify the appropriate user. Distribution is limited to owners and operators of IPAD-OS based products. Fully commented PowerBasic/CC source code is included. Featured download for November 2004.
(If you want to direct others to this file, please use this quick link.)

 

Remove Empty Directory

Download now.Download:
Size:
Updated:
rdempty.zip
19,695 bytes
December 19, 2007

This is a Windows command line tool to remove empty directories from almost any path that your workstation can see locally or through a file sharing network. It automatically protects directories marked with the hidden, system or read-only attributes. This is a nice companion to the DupeFind tool. This version is many times faster and also shows the number of files found in non-empty directories as it scans. Fully commented PowerBasic source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Reverse DNS Scanner

Download now.Download:
Size:
Updated:
rdns.zip
26,560 bytes
February 23, 2009

A simple tool to scan a block of IP addresses for reverse DNS entries. This is very useful for everyone running servers and providing user connections to make sure all of your IP addresses have correct reverse DNS. This is designed on purpose as a single-threaded application that waits for the DNS timeout on all IP addresses without reverse DNS information. This insures minimum impact when scanning remote networks. The fully commented PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Rename with Date

Download now.Download:
Size:
Updated:
rendate.zip
22,900 bytes
February 28, 2011

This tool renames a file or directory based on the last modified date of the target. This uses long file names to record the date information and is not compatible with the IPAD through a SMB/CIFS connection. Fully commented PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Screen Stack

Download now.Download:
Size:
Updated:
screen.zip
29,271 bytes
July 16, 2004

A screen save/restore tool able to save a stack with thousands of text screen images and restore them when requested. This program keeps a simple stack of text screen pages in a queue and is very useful for command line programs that mess up the display, or do not work in the currently selected screen resolution (number of lines on the display). The full PowerBasic for DOS source code is included in this distribution for your personal and educational use. All other rights are reserved.
(If you want to direct others to this file, please use this quick link.)

 

Smart Kill

Download now.Download:
Size:
Updated:
skill.zip
34,356 bytes
November 04, 2008

A Smart Kill Windows utility to scan the raw SMTP files on an IPAD email server to locate messages that contain your search text. This is much safer than a simple find/erase because all parts of the matching messages will be erased and the correct file locking methods are used. This can be used to help clean out the email directory from a denial of service attack or when a virus infected email client bombards your system. This works through any CIFS/SMB connection to the IPAD and will not conflict with IPAD email service while it is running. Fully commented PowerBasic/CC source code is included. Featured download for May 2005.
(If you want to direct others to this file, please use this quick link.)

 

Speaking

Download now.Download:
Size:
Updated:
speak.zip
42,345 bytes
June 05, 2008

A Windows command line or scheduler utility to speak text files and literal text using the Microsoft speech engine. Instructions to download the Microsoft speech engine are described in the documentation. This is a tool used in the IFX Group offices to issue voice reminders based on different conditions or scheduled events. This includes the fully commented source code which compiles with either PowerBasic/CC or PowerBasic/DLL without modification.
(If you want to direct others to this file, please use this quick link.)

 

Spyware Domain List Tool

Download now.Download:
Size:
Updated:
spy_not.zip
126,461 bytes
July 10, 2007

This is a tool to translate a public list of known spyware web sites into IPAD format for including into the BOOT.NAM on your DNS server. The list is very large (over 12,000 domains) and may cause extra work load on your IPAD if you have hardware over 5 years old. A DNS list this large is not compatible with older IPAD versions (5.52 or older) and can cause the web management interface to crash. It is important to note that the IFX Group does not maintain the master list of domain names, we just provide the format conversion tool. The fully commented PowerBasic/CC source code is included so you can freely modify to meet exact your needs.
(If you want to direct others to this file, please use this quick link.)

 

Unique File Name Tool

Download now.Download:
Size:
Updated:
uname.zip
26,357 bytes
November 18, 2005

This program will make sure that all of the files in a directory (including all subdirectories) have unique file names. This is useful for those with digital cameras and large collections of pictures with similar and sometimes meaningless machine-generated file names. Once all file names are unique, they may be freely organized or combined into any directory within the starting directory tree without conflict. The original file name is preserved, but long file name support is required. Complete PowerBasic source code is also included with a nice example of how to scan very full directories with many thousands of files in only a few seconds.
(If you want to direct others to this file, please use this quick link.)

 

Windows SWEEP

Download now.Download:
Size:
Updated:
winsweep.zip
19,339 bytes
March 21, 2011

This is a program inspired by the SWEEP utility created by Charles Petzold. It recursively performs the same command in every subdirectory below the starting directory. The original Petzold DOS version did not work with the excessively deep directory structures and long file names common in most modern Windows operating systems. The fully commented PowerBasic/CC source code is included.
(If you want to direct others to this file, please use this quick link.)

 

Please let us know if you find errors, make corrections, make updates, or have suggestions for improvements in any of our files.

Uninformed programmers may say that some form of C++ is the most powerful language for application development, but when you take into account the time required to write the program, the time required to debug and maintain the program and the support files required to run that program, nothing comes close to PowerBASIC.

 

 

 

 

TOP