Some info & a problem sending thru website


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ] [ Home ]

Subject: Some info & a problem sending thru website
Name: Bob
Date: 6/8/2006 4:03:53 PM (GMT-7)
IP Address: 68.43.168.23
In Reply to: Re: Auto copy question posted by Bob
Message:

Ok this is weird the example I put in this post erased itself because of some of the weird characters I need a different way to post these.

You can have a floppy autoexec.bat file copy a batch file for you then run it as the last statement. Or you could run a batch that copy's itself & could contain flaws.

FileName.bat
@echo off
mode co80
if exist C:\startup\FileName.bat goto GO_RUN
copy a:\FileName.bat C:\startup\FileName.bat >NUL:

:GO_RUN
C:
CD C:\startup
FileName.bat >NUL:

'Your main program here

echo.
echo done

BTW try this
Bob

[ View FollowUps | Post Followup | E-Mail Sender | Main ]



Follow Ups:



Maximum of 100 messages displayed.

Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:
Upload some images for this post


[ Follow Ups ] [ Post Followup ] [ CPU-Central Message Board ]