Jump to content

Wpi Hakkında Yardım


cecman

Recommended Posts

wpi.cmd dosyasının içine bunu

%cdrom%\wpi yazan yeri silmen lazım

@ECHO OFF

REM Example, how to look for CDROM-drive. Must have wpi.ico at the root of the CD.
for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i:
echo Found CD-Rom as drive %CDROM%

REM Determine the WPI startup path.
REM if wpi should run off the cd the replace %~dp0 with %cdrom%.
set wpipath=%CDROM%\WPI\

REM Hide this command window.
%wpipath%Common\cmdow.exe @ /hid


REM Make WPI directory the current directory.
cd /d "%wpipath%"

REM Start WPI and wait for its end
wpi.hta

exit[/CODE]

sonra wpi.cmd den çalıştıra bilirsin

[b]Edit:bu şekilde harddiskte de kullanabilirsiniz[/b]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...