like in windows cmd command "cd .."
i.e.
generalDir>
-scripts(bms here)
-files
-tools(quickbms.exe here)
-input
-output
run.bat
Code: Select all
tools\quickbms.exe scripts\script.bms files\file1.dat
Code: Select all
Open "." "..\input\file2.dat" 1
Code: Select all
tools\quickbms.exe scripts\script.bms files\file1.dat
Code: Select all
Open "." "..\input\file2.dat" 1