You're right. The best is to use a pre configured Profile. If the Profile is in the same Location as the script then no path is required. . For a Profile stored in a specific location a fully qualified path can be used. Example: "C:\My Documents\Hosts\RUMBA.rsdm" Example: Sub Main EMStartSession "c:\temp\MyRUMBA.rsdm","SESSION1" 'Place emulation commands and script code here. EMDisconnectExit "SESSION1" End Sub
↧