Flasher

|
Posted: Mon Oct 22, 2012 02:06 Post subject: |
|
|
vbyen
Поменять
Code: | NF = FSO.CreateFolder(FSO.GetParentFolderName(File) & "\" & FSO.GetBaseName(File) & "\" )
WSH.Run """" & Proga & """ x """ & File & """ -o""" & NF & """ -y", 0, True | на
Code: | WSH.Run """" & Proga & """ x """ & File & """ -o""" & FSO.GetParentFolderName(File) & "\"" -y", 0, True |
|
|