Initial
This commit is contained in:
18
ftp/FTP.RC
Normal file
18
ftp/FTP.RC
Normal file
@@ -0,0 +1,18 @@
|
||||
#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"
|
||||
}
|
||||
Reference in New Issue
Block a user