First fragment:
shell "move c:\podpora\*.602 c:\asistent\ > c:\podpora\nulafile"
Second frafgment:
fun$=" copy docas.sou "+HTM$
if HTM$<>"" then shell fun$
Both fragments work excellent under W98SE but not under WinXP.
Why? Are another problems with CMD.EXE an PB 3.5 ?
Thanks
Lubos
------------------
Lubos
A view on PowerBASIC
shell "move c:\podpora\*.602 c:\asistent\ > c:\podpora\nulafile"
Second frafgment:
fun$=" copy docas.sou "+HTM$
if HTM$<>"" then shell fun$
Both fragments work excellent under W98SE but not under WinXP.
Why? Are another problems with CMD.EXE an PB 3.5 ?
Thanks
Lubos
------------------
Lubos
A view on PowerBASIC
Comment