thimker11 Posted April 19, 2011 Posted April 19, 2011 Setup examples include Run("notepad.exe") I want to use a different editor which also takes command line with quotes. How can they be nested? In some languages, the single and double quotes can be employed for this. The command line I want to place in RUN() is D:\ProgD\NoteTabPro\NotePro.exe "D:\NotesTxt\text1.txt","D:\NotesTxt\text2.txt" i.e., full path to editor and two files in quotes. And can I follow that RUN() with others? thx
enaiman Posted April 19, 2011 Posted April 19, 2011 Did you try to do it this way? Run('D:\ProgD\NoteTabPro\NotePro.exe "D:\NotesTxt\text1.txt","D:\NotesTxt\text2.txt"') SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
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