View Single Post
Old 03-26-2005, 12:36 PM  
SnypeTEST
Senior Member
 
Join Date: Feb 2003
Posts: 458
Default

try putting a \n at the end of your print statement.

<? print "1 2 3\n"; ?>

also, try this bat file..

@echo off
echo executing php
D:\ioFTPD\system\php.exe -f D:\ioFTPD\scripts\dupecheck\nuke.php
echo Finished
SnypeTEST is offline   Reply With Quote