7 lines
41 B
Batchfile
Executable File
7 lines
41 B
Batchfile
Executable File
@echo off
|
|
%1
|
|
cd %3
|
|
%4 %5 %6 %7 %8 %9
|
|
%2
|
|
|