[help]need some vb.net code . 02-27-2011, 12:27 PM
#1
hello there ,
am New to vb.net , i have a littel probleme :
i need that the my vb.net gui opens a password recovery than save the password in a .txt
so here is the code that i use :
it doesn't work , it says that he cant find the file that i want to open
.
here is the simple batch code that i want to convert in vb.net :
note that the file that i want to open is in a folder named "recover" .
thanks for helping me .
am New to vb.net , i have a littel probleme :
i need that the my vb.net gui opens a password recovery than save the password in a .txt
so here is the code that i use :
Code:
shell( application.startuppath + "/recover/soft.exe /stext" & application.startuppath + "/recover/pass.txt" )it doesn't work , it says that he cant find the file that i want to open
.here is the simple batch code that i want to convert in vb.net :
Code:
start soft.exe /stext pass.txtnote that the file that i want to open is in a folder named "recover" .
thanks for helping me .


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)



.