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

Author Topic: batch file help  (Read 3390 times)

0 Members and 1 Guest are viewing this topic.

luffy21

  • Guest
batch file help
« on: February 18, 2011, 11:11:50 AM »
How to make it work so you can type the path in which you want this .bat file to be copied e.g Program Files/

A.bat
-----

set AAAPath=%ProgramFiles%\
echo A
set AAAPath=use path
echo Write your path here:
set /P AAAPath="(default %AAAPath%): "

copy %0 "AAAPath"
run A.bat