Jump to content

koolzerro

Members
  • Posts

    7
  • Joined

  • Last visited

koolzerro's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you! Im at work now but ill have a look when i finish!
  2. and btw your method of parsing parameters is working only from cmd from context menu is not....
  3. is that complatated to get the path of a folder ?
  4. I still have a problem... to make you understand what im trying to do i have to tell you what im trying to do . Im working at a folder protect, when you right click on a folder and choose add to folder protect... to get that the folder path.
  5. I love your example... your example solved my problem... thank you very much.
  6. yeah... thats exactly what im trying to do but without onening another sentence of app.
  7. Lets say we have this code: If $CmdLine[0] = 0 Then MsgBox(64, "Result", "No parameter was entered!") Exit EndIf MsgBox(64, "Entry", $CmdLine[1]) if i compile the script i can sucessfully get the parameter parsed thru cmd but if i send the parameter again its opening another instance of my app... how can i make it to limit it to 1 instance but still parse parameters? I tried with "_Singleton" but if you limit the app to only one instance is not getting the parameters no more...
×
×
  • Create New...