Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: BATCH files  (Read 4528 times)

0 Members and 1 Guest are viewing this topic.

sobolev

  • Guest
BATCH files
« on: February 06, 2005, 06:26:51 AM »
while system expand operator in batch file
%TOOLS_PATH%\perl\perl %TOOLS_PATH%\rc_conv.pl ..\rsrc\rc\ppdlg.rc > %TEMP_FILE%

to

..\..\tools\perl\perl ..\..\tools\rc_conv.pl ..\rsrc\rc\ppdlg.rc 1>
temp.f

">" converted to "1>"

???