special request for windows 98 users to help develop PEAR's pear.bat

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

In the effort to improve pear.bat for windows users, I would like to ask any windows 98 users that are still left to try this simple test:

open a MS-DOS prompt and type:

C:\> mkdir C:\test
C:\> mkdir C:\test\me
C:\> echo "echo %~d0%~p0" > C:\test\me\test.bat
C:\> \test\me\test.bat
C:\> cd \test\me
C:\test\me> test.bat

If you don't see as output:

C:\> echo C:\test\me\test.bat
C:\test\me\

for the first and

C:\test\me> echo C:\test\me\test.bat
C:\test\me\

that's a problem. Please mail me OFFLIST any results, positive or negative. (On windows XP, %~d# where # is a number will spit out the drive, and %~p# will spit out the full path, I would like to see if this works in windows 98 as well)

Many Thanks,
Greg

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux