Home
Product Feature Tour
  Beyond FTP
  Beyond Encryption
Features and Benefits
  Beyond FTP Server
  Beyond FTP Client
  Beyond Encryption
  Subscription Service
Product Screen Shots
  Beyond FTP
  Beyond Encryption
Lines of Business
  Government
  Education
  Banking
  Insurance
  Healthcare
Download
  Beyond FTP
  Beyond Encryption
  Current Release
Purchase
Support
Forums
Download White Papers
  Beyond FTP System Overview
  HIPAA Security
News
Customer Success Stories
  RewardsPlus of America
Upgrade Encryption
Give us Feedback
Register your Product
Search this Site
Company Profile
Contact Us
Awards
   

Su Doku Helper by Automated Programming Technologies, Inc.


FREE APT SuDoku Helper


Download the free APT SuDoku Helper to help solve SuDoku's or verify your solved SuDoku is correct.

What is a SuDoku?

   

Create an "ALPHA" release of software

This script creates an ALPHA release of two APT products.  It operates on an ad-hoc basis. 

The flow is essentially this:

  1. Collect all new files into the ALPHA directory and delete .BAK files.
  2. Synchronize the files with the ALPHA directory at APT's main site. The remote ALPHA directory acts as a mirror site.
  3. RUN the creation bat files to update the build directories.
  4. RUN the release builder for Beyond FTP and APTNet.

    Each step is checked for failure using a conditional.

   :Comment:#  Ignore anything after a "#" character on a line

  :MaxPerServer:5
  :
Instructions:Synchronize
  :
Archive:None
  :
Speed:+2
# Run five transfers at a time
# Only move new files
# Do not archive either the source or
# target
# Operate each transfer with a
# window of 3 messages

# Collect any new files into the local ALPHA directory.

  :Run: J:\ALPHA\MAKALPHA.BAT,,J:\ALPHA
 

  :DeleteFiles: j:\alpha\*.bak
 

  :IF: BAKDeletes CompletedOK  # BAK files deleted ok?

# Synchronize the local development directory with the mirror
# site at the main office.

 

    :From: j:\alpha\*.*
    :
To  : {Bingham}j:\alpha\*.*
 

    :From: j:\alpha\aptwft\*.*
    :
To  : {Bingham}j:\alpha\aptwft\*.*
   

    :IF: Outbound CompletedOK  #Outbound transfer ok?

# Update the build directories for Beyond FTP and APTNet

      :Run: J:\ALPHA\MAKEBFTP.BAT > j:\alpha\makebftp.log,,J:\ALPHA
 

        :IF: MakeBFTP CompletedOK  # Transfer alpha to BFTP
 

          :Run: J:\ALPHA\MAKEAPT.BAT > j:\alpha\makeapt.log,,J:\ALPHA
 

          :IF: MakeAPT CompletedOK #Transfer alpha to APT

# Build the ALPHA releases.  Note the last parameter which
# limits the build time to 5 minutes.  This prevents errors from
# clogging the system
 

             :Run: h:\vr7\vrelease.exe,"-L,h:\vr7\bftp\bftp.mdb
,release,bftpall,quietly",H:\VR7,5
 

             :IF: BFTP CompletedOK   #Build BFTP
 

                 :Run: h:\vr7\vrelease.exe,"-L,h:\vr7\winlan\aptwin.mdb
,release,aptlanw,quietly"
 

                :IF:APTNet CompletedOK  #Build APTNet
               
:End_If:
           
 :End_If:
        
 :End_If:
     
 :End_If:
  
 :End_If:
 :End_If:

 

Sales:
Sales Toll free: 800-877-8765
International Sales: +01 810-225-0588
Send mail to with questions or comments about this web site.
Copyright © 1999-2007 Automated Programming Technologies, Inc.
Last modified: October 23, 2007