|
> -----Original Message----- > From: midrange-l-bounces@xxxxxxxxxxxx / Booth Martin > Sent: Friday, July 30, 2004 2:24 AM > > Is there a way to set an iSeries so that I don't have to sign onto every > session? I tried "bypass signon" but that only does 1/2 of the signons.. Booth, I just went through this myself a few weeks ago. CWBLOGON is what you're looking for. Here's how I implemented it: C:\AUTOEXEC.BAT: @If %username%==dbale H:\DBale\CWB4dbale.bat H:\DBale\CWB4dbale.bat: @echo off If not %username%==dbale goto End "c:\Program Files\IBM\Client Access\cwblogon.exe" QYOUR400 /u %username% /p YOURPASSWORD :End @echo on Notes: This is on Win2k, and H:\DBale is my private folder. hth, db
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.