-
Delete the batch file after
works.... ty m8
-
Delete the batch file after
how?
-
Delete the batch file after
i need the command which delets the batch file after it has run... ive tryed the del c:/..../.../bat.bat and it does not work which command should i use??
-
hidden batch command
i want to use it hidden bez i am making a login scipt for differnt users i need to inset that
-
faulty color in SP2 boot screen
have u tryed a differnt color system?
-
hidden batch command
ty for the help
-
hidden batch command
i got a log file for that
-
hidden batch command
how do i run the batch files hidden or minamized?
-
Adobe Reader 7.0 Unattended
its worked for me i disasbleed that app and edied it first
-
FlashFXP (any version) silent.
ok.. first off u need to dl flashfxp (www.flashFXP.com) make a folder named flashfxp in in ur $1 it ill look like this $OEM$\$1\Install\Applications\flashfxp rename the file u dl to just flashfxp.exe add this to ur batch file ECHO Installing Flash FXP ECHO Please wait... start /wait %systemdrive%\install\Applications\flashfxp\flashfxp.exe /VERYSILENT /SP- /NORESTART" /f now it will work
-
delete the install after batch have run
works ty m8
-
delete the install after batch have run
how do i delete the folder install after the apps in it have bin installed with a command ive tryed ECHO Deleting install files ECHO Please wait... start /del %systemdrive%\install\ but it is not working how would i do that? ty
-
Adobe Reader 7.0 Unattended
i juse used this ECHO. ECHO Installing Adobe Reader 7 ECHO Please wait... start /wait %systemdrive%\install\Applications\AdobeReader7\AdbeRdr70_enu_full.exe -p"-s /v\"/qn\"" at it worked