Hello everyone!
The environment is under cmd on an XP system. I use for /f %%i in ('dir/s/b/a-d c:\a.bat') do (start "" "%%i"), and under normal circumstances it works....
But when a.bat is on the desktop it won't open... I've searched the forum for a lot of related stuff, but still couldn't solve it myself. If anyone knows, please help. Thanks in advance!!
[ Last edited by uforange on 2010-3-31 at 20:17 ]
The environment is under cmd on an XP system. I use for /f %%i in ('dir/s/b/a-d c:\a.bat') do (start "" "%%i"), and under normal circumstances it works....
But when a.bat is on the desktop it won't open... I've searched the forum for a lot of related stuff, but still couldn't solve it myself. If anyone knows, please help. Thanks in advance!!
[ Last edited by uforange on 2010-3-31 at 20:17 ]


