Jump to content

kenziii

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by kenziii

  1. I am using php and making a script filter to run script to create an empty file on desktop eg. ddd abcdef it will create an empty file called 'abcdef.txt' on my desktop. however, if I type 'abcdef' slowly, it will create 'ab.txt', 'abcde.txt', and 'abcdef.txt' on my desktop. how could I make sure it run script when I finish typing? is it possible to do like 'ddd "abcdef"' to make sure it does not create 'ab.txt' etc? Thanks for help in advanced.
×
×
  • Create New...