muralla 0 Posted February 3, 2011 Hi all. I want to create a .txt file with the name of the computer that executes the script (@computername).For example computer1.txt Can anyone help me to make it ¡¡¡ Regards Share this post Link to post Share on other sites
hannes08 39 Posted February 3, 2011 Hi muralla, Run("cmd /c echo . > " & @computername & ".txt") or: FileWriteLine(@computername & ".txt","") Regards, Hannes Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler] Share this post Link to post Share on other sites
MvGulik 86 Posted February 3, 2011 (edited) whatever Edited February 7, 2011 by MvGulik "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)"Believing what you know ain't so" ...Knock Knock ... Share this post Link to post Share on other sites