Actually would be easier to just copy the WSA shortcut into the START folder in XP. I could start Extra that way also but I'm a bit... Hmmm.. OCD about which order my apps are on the taskbar. :) Yes, I recognize that it's irrational. :)
David W Neylon, Sr Consultant/Data Security Analyst Information Security Technology (480) 724-4644 [EMAIL PROTECTED] Wells Fargo Confidential This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Dave Salt Sent: Tuesday, July 18, 2006 8:56 AM To: [email protected] Subject: Re: Use of workstation agent >From: David W Neylon <[EMAIL PROTECTED]> >Reply-To: IBM Mainframe Discussion List <[email protected]> I have >used WSA on occasion for file transfer but I usually don't think to >start it. I used to have the same problem until I created a BAT file that starts both the WSA and the emulator at the same time. On WinXP, my BAT file looks like this: @ECHO OFF REM This BAT file launches the WSA and the host emulator. START /D"C:\Program Files\Personal Communications\WSA" WSA.EXE START /D"C:\Dave2\Vista\Vista32" vista32.exe standard.ses Syntax: START /D"path to program" progname parms You can put the file in any directory you want, just make sure it has a BAT extension; e.g. "Host + WSA.BAT". Then create a shortcut for it on your desktop. From then on, instead of clicking the icon that launches your emulator just click the icon that launches the BAT file. That way, you can never forget to launch the WSA. Dave Salt SimpList(tm) - The easiest, most powerful way to surf a mainframe! http://www.mackinney.com/products/SIM/simplist.htm ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

