View Single Post
Old 03-28-2014, 02:20 PM   #27
Vortex
Groupie
Vortex began at the beginning.
 
Vortex's Avatar
 
Posts: 171
Karma: 10
Join Date: Dec 2008
Device: Likebook Mars
Removing the "Start \wait" from infront of ""C:\Program Files\Program Files Portable\ubook\uBook.exe" %name%" make it work perfectly.
Quote:
REM echo off !unREM this when you're happy it works
setlocal ENABLEDELAYEDEXPANSION
set str=%1
set name=%str:HTMLZ=ZIP%
copy %1 %name%
"C:\Program Files\Program Files Portable\ubook\uBook.exe" %name%
del %name%
Vortex is offline   Reply With Quote