TestMachine Posted February 14, 2012 Posted February 14, 2012 Seriously how do I manage this simple task? I'm not looking to open a txt file for reading and writing, I just want to run it so it pops up in NotePad.exe.
johnmcloud Posted February 14, 2012 Posted February 14, 2012 Are you serius? Read the FAQHowever, this is an example:RunWait(@COMSPEC & " /c Start C:test.txt", @TempDir, @SW_HIDE)
UEZ Posted February 14, 2012 Posted February 14, 2012 Try ShellExecute("Textfile.txt").Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
TestMachine Posted February 14, 2012 Author Posted February 14, 2012 (edited) Are you serius? Read the FAQ However, this is an example: RunWait(@COMSPEC & " /c Start C:test.txt", @TempDir, @SW_HIDE) Haha, yeah I was not sure if I was serious myself, I couldn't find it by searching the Help file nor the forums Thanks for the link to the FAQ! Try ShellExecute("Textfile.txt"). Br, UEZ Really neat, thanks! Edited February 14, 2012 by TestMachine
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