Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ICA Dos client re-start

Status
Not open for further replies.

kestrel1

Technical User
Jan 8, 2003
932
GB
Does anybody know if there is a way to get an ICA session in DOS to re-start when a user logs off. I have the session startinbg when the machine first boots, but I get returned to the DOS prompt when I log off. Do I need to put a line in the appsrv.ini file, or is the easiest way to restart the machine each time.
Thanks for any help in addvance.
 
I have managed to get the effect I want by adding the goto command in the autoexec.bat file.
If you have any other thoughts or a better solution please post it.
 
That's the way that you do it!

@Echo Off
...
...
...
:Loop
WFCLIENT App_Name
echo It is now safe to turn your PC off or
pause
Goto Loop

The ... are all your other commands, it's been that long since I set a Dos PC up, I may have the wrong program name! But you get the jist!

Cheers,
Carl.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top