Jump to content

kakashi

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by kakashi

  1. hi again i really appreciate your help ok the software.exe is already in the temp directory i tried Run("software.exe",@TempDir) but still nothing happened XZ the link helped me a lot though thanks
  2. hi avery thanks for the fast response i tried them all but still not working and the software didn't start at all is there any other way that i can open/run the installation wizard from temp folder?
  3. Hi everyone I want to install a software from \Temp Folder and i tried this FileInstall("software"@TempDir&"\software.exe" but i keep getting this message "Error: Error parsing function call." any ideas?
  4. hmm. it doesn't seem that bad how about if we try to do the same idea using autoit? i think it would be a nice idea i know .bat files are damn old fashion they're like old perverted files LOL lets see if someone would help us to do it using autoit i'll try to figure it out soon later~
  5. Hi Everyone, i have .bat script to lock folders and it's working so far, however the password can't be changed. so is there any idea how to make a script that change and edit the .bat file? and put some options besides password change like in the main menu three options (Lock Folder - Unlock Folder - Change Password) i hope that was understandable LOL here is the script @ECHO OFF title Folder Folder.LoCkEr if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Folder.LoCkEr goto MDLOCKER :CONFIRM echo Are you sure you want to lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Folder.LoCkEr "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to unlock folder set/p "pass=>" if NOT %pass%== Password Here goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Folder.LoCkEr echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Folder.LoCkEr echo Folder.LoCkEr created successfully goto End :End thanks in advance later~
  6. Error line 19 error opening the file what is the problem ><"
  7. Thanks a lot guy's you rock!!
  8. Hey guy's I never had problems with scripts before the only one that i couldn't understand is the Msgbox here is an example Unfortunately there is something wrong someware and I'm too stupid to know what is it LOL so please help me out if U can thanks a lot later~
×
×
  • Create New...