ironman Posted November 22, 2004 Posted November 22, 2004 Hi guy's , I m using 2 cd's , the first contains XP and a few appz and the second contains office + appz .... the problem is that i getting directory error during installation ...here are my batch file , its looks ok to me ..... the path is right ...* im using WPI so here is the line in the config.jsprog[pn]=['kazaa Lite']cmd1[pn]=['systemdrive','install\\kazaa.cmd']dflt[pn]=['no']ordr[pn]=[20]pn++here is the kazaa.cmd : @echo offIF EXIST %systemdrive%\install\kazaa.cmd GOTO of22SET CDROM2=IF EXIST D:\install\kazaa.cmd SET CDROM2=D:IF EXIST E:\install\kazaa.cmd SET CDROM2=E:IF EXIST F:\install\kazaa.cmd SET CDROM2=F:IF EXIST G:\install\kazaa.cmd SET CDROM2=G:IF EXIST H:\install\kazaa.cmd SET CDROM2=H:IF EXIST I:\install\kazaa.cmd SET CDROM2=I:IF EXIST J:\install\kazaa.cmd SET CDROM2=J:IF EXIST K:\install\kazaa.cmd SET CDROM2=K:IF NOT EXIST %CDROM2%\install\kazaa.cmd GOTO nextECHO Please be patient while files are copied to your hard drive.xcopy %CDROM2%\install\kazaa %systemdrive%\install\Applications\kazaa /S /C /Q /H /YECHO.:of22ECHO.echo Installing kazaa Please Wait.....echo.start /wait %systemdrive%\install\Applications\kazaa\klitekpp210e.exe /VERYSILENTECHO.exit
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now