muralla Posted February 3, 2011 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
hannes08 Posted February 3, 2011 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]
MvGulik Posted February 3, 2011 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 ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now