摘要:
一个简单问题:
如何修改用户登录界面?
thanks
day day up ! :shock:
pcas400 回复于:2004-02-27 11:03:47
你想怎么修改?
具体的请与我联系。
sean810 回复于:2004-02-27 11:10:52
不知道我的理解有没有错误。
你说的登陆画面是不是登陆400好出现的菜单。
如果是得话,可以在usrprf中修改。
使用指令:wrkusrprf
然后修改:......
摘要:
use exit programs to control the commands that are submitted via ftp and telnet.
这个exit program到底是指什么??
xuguopeng 回复于:2004-02-19 12:05:03
开始觉得exit prgram是初始菜单改为signoff,但是好象不对啊?
问题帖沉的真快呀!!
andrewleading_he 回复于......
如何從 AS/400 啟動 PC 程序或 從 PC 啟動 AS/400 程序?
1 從400上面啟動pc上程序:
【相关文章:
悠然自得--让WinXP自行修复故障 】 【扩展阅读:
为什么winxp的磁盘空间会不断减少】
【扩展信息:
windows 2000 释疑三则 】 windows 95,98, nt 上需有 rexecd (remote executing)daemon 程序, 用於接收外界指令, 在 as/400 使用指令 rumrmtcmd ,只定 pc 程序完整路徑, 例如:
"c:\program files\microsoft office\office\excel.exe"
runrmtcmd +
cmd(c:\program files\microsoft office\office\excel.exe) +
rmtlocname(149.45.0.78 *ip) +
rmtuser(user) rmtpwd(userpassword)
2 從pc 啟動400上程序:
pc 上有 rexec.exe 程式, 在 as/400 上需啟動 remote exection server: strtcpsvr server(*rexec)
rexec xxx.xxx.xxx.xxx -l qsysopr +
wrkactjob>c:\data\actjob.txt
xxx.xxx.xxx.xxx : as/400 ip address; -l is 小寫 l , for username
pc 動作 as/400
...
下一页 摘要:
请问:在系统中msgid为cpf开头的msg存放在那个msg file 中?
xuguopeng 回复于:2004-02-17 14:49:34
qcpfmsg
smileknight 回复于:2004-02-17 15:48:39
qcpfmsg
红像 回复于:2004-02-17 17:34:58
用dspmsgd detail(*basic) output(*print) 然后到splf里面找qcpfmsg,......