Advertisement
frithb

Batch Epson

Mar 14th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.29 KB | None | 0 0
  1. ECHO Installing Epson Opos ADK Package >> %lf%
  2. start "" /wait "%~dp0Files\RCS Installer\epson240e\disk1\setup.exe" /a"%~dp0Files\RCS Installer\epson240e\disk1\Opos.reg" /s
  3. ECHO Error level %errorlevel% - %date% - %time% >> %lf%
  4. if not "%errorlevel%"=="0" exit /b %errorlevel%
  5. ECHO. >> %lf%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement