19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
#include <ftp/resinc.h>
|
|
|
|
FTP MENU
|
|
{
|
|
POPUP "Connect"
|
|
{
|
|
MENUITEM "Remote Host", CM_REMOTEHOST
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Exit Alt+F4", CM_EXIT
|
|
MENUITEM SEPARATOR
|
|
}
|
|
|
|
}
|
|
|
|
STRINGTABLE
|
|
{
|
|
STRING_VERSIONMSG, "FTP Interpreter v2.01 Copyright(c) 1996 Sean M. Kessler"
|
|
}
|