1
Coding Snacks / Re: Script/batch file that copies two files from a drive(usb) to a location
« on: January 04, 2008, 09:38 AM »
wolf.b:
In regards to handling the command line arguments from the "regular" environment as opposed to the 4DOS environment, you can get the whole command line with this:
ECHO Command Line: %0 %*
And the parameter list with this:
ECHO Command Line Parameters: %*
Jim
Batches? We don't need no stinkin' batches!
In regards to handling the command line arguments from the "regular" environment as opposed to the 4DOS environment, you can get the whole command line with this:
ECHO Command Line: %0 %*
And the parameter list with this:
ECHO Command Line Parameters: %*
Jim
Batches? We don't need no stinkin' batches!