-
Notifications
You must be signed in to change notification settings - Fork 6
Notable Features
-
Command history has been added in to allow up to 20 history lines to be remembered. Once the limit of 20 has been released the history will cycle thru. CTRL-B will reset the history pointer to zero entries.
-
The HELP key performs a screen to background command.
-
The BBS checks to make sure the AUXx: or CNN: device can be opened and tells the user if there is a problem.
-
Baud Calling times has been added in, kind of a throw in and will be changed, but for now, specify the time period a baud rate CAN call, like to allow a baud to call all the time enter 0 for start and 2359 for end. Start time must be a lower number than end time. As I stated this is not perfect and will be removed from the Config and a file will contain all the times a baud can't call. It will allow more flexibility.
-
AREXX port 'AmiExpress_Node.x', supports the following features:
- suspend - causes the BBS to close the serial port and iconify and wait for a resume command. If someone is ONLINE the BBS will wait until they logoff to reply to the suspend message, and then the BBS will suspend. This allows you to create a batch file that will automatically suspend the BBS and load your terminal program and once your finished with the terminal program put the BBS back up.
An example Arexx Program should be like this that the BBS will suspend:
/* The Suspend Command for AmiExpress V4.0 */
address 'AmiExpress_Node.1'
'suspend'
-
resume - this command is only used while the BBS is suspended.
-
shutdown - this command will cause the BBS to lower the users time ONLINE to 2 mins and tell the user that it has received an emergency shutdown notice. Once the user is off the BBS exits from memory.
NOTE: None of these features work without Arexx.
There will be lots of AREXX commands in the future, including node to node chatting..
-
Automatic Zmodem upload, if a user starts a Zmodem upload on the main prompt the BBS will detect this and enter the Zmodem upload routines.
-
SYSOP now has the ability to run a node in the background just for his local use. To do this just remove the device name from the Config file and the BBS will not use the serial port.
Original 3.36 Documentation written by Jens Langner (/X DocWriter). Original 4.0 Documentation written by The Outlaw (Andy). Updated in 2018 to include many previously undocumented v4.0 features and also to include the new v5.x configuration options by Darren Coles
-
Ami-Express-BBS-Software
- Introduction
- Copyright Information
- Requirements
- Ami-Express Version 5
- Installation of AmiExpress
- How to install Configs
- How to configurate Startup
- Setting up the /X FTP Server
- All ToolTypes Information
- The Standard Documentation
- Programlogic of AmiExpress
- Main Menu Commands
- SysCmd Documentation
- AmiExpress HOST Addresses
- MCI imbedded Control Sequence
- Connecting to QWK and FTN message networks
- Notable Features
- Note worthy of Mention
- Offline Mail Support
- Icon Script Language Support
- Trouble Shooting
- Future planned Enhancements