G
Guest
I'm working with MS-DOS batch files (.bat), and i'm trying to make them easy
to use for users.
if the copy.bat file is like this
rem copy.bat
echo coping from %1 to %2
copy %1name.txt %2name.txt
echo OK
how can I make a shortcut on the desktop (or alsewhere) where the user con
say the name of the file to operate on??
is there a way to make the shortcut's command line to ask for the %1 and %2,
before it executes copy.bat???
thanks
to use for users.
if the copy.bat file is like this
rem copy.bat
echo coping from %1 to %2
copy %1name.txt %2name.txt
echo OK
how can I make a shortcut on the desktop (or alsewhere) where the user con
say the name of the file to operate on??
is there a way to make the shortcut's command line to ask for the %1 and %2,
before it executes copy.bat???
thanks