View Single Post
  #9  
Old 22-02-2016, 08:20
ipman_98's Avatar
ipman_98 ipman_98 is offline
Registered User
 
Join Date: Feb 2016
Location: Sri Lanka
Posts: 26
Thanks: 17
Thanked 26 Times in 5 Posts
ipman_98 is on a distinguished road
Quote:
Originally Posted by rinaldo View Post
this string creates temporary files a bit everywhere

Code:
New String(10) {}(0) = "compress\arc a -ma9 -ds -lc1024 -ld1024 -di -i1 -ep1 -ed -r -hp -p"(1) = Me.password(2) = " -w.\ "

Code:
New String(10) {}(0) = "compress\arc a -ma9 -ds -lc1024 -ld1024 -di -i1 -ep1 -ed -r -hp -p"(1) = Me.password(2) = " -w.\Temp "

You do not need to enter the forced password if one does not want
Code:
If TextBox.Text = "" Then
Argument without pass
Else
Argument with pass
End If

ops! very nice ipman_98 continue like this
thanks. I didn't include that because like everyone use a password (most of the time). Fixed after you said & Temp problem is also updated.
Reply With Quote