Tools and tips to smooth legacy transitions

16.08.2006

Printername = AskName("Install", "Which printer do you want?")

Runline = StrCat("\\printserver\",printername)

Flag = ShellExecute(Runline,"", "",@NORMAL,"")

(Tip: Block access to the CEO's printer suite!)