Jump to content

EightPaws

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by EightPaws

  1. Have you tried using double quotes?Run, "C:\\Program Files\\JavaSoft\\JRE\\1.3.1_02\\bin\\javaw.exe -Xss64k -Xms4m -Xminf0.10 -Xmaxf0.25 -jar" "C:\\Program Files\\LimeWire\\2.3.3 Pro\\RunLime.jar"
  2. SetEnv, DirOut, C:\\Directory-Output.txt; Note: Run DOS batch file to extract the directory info RunWait, Cmd.exe /c Dir C:\\(dirname) /s /w > "%DirOut%" FileReadLine, Input,%DirOut%,4 StringMid, DirFiles,Input,0015,0006 This will read the 4th line of C:\Directory-Output.txt and variable %DirFiles% will contain the first 6 characters of the directory name.
×
×
  • Create New...