Files
Work/ftp/FTP.RC
2024-08-07 09:16:27 -04:00

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"
}