10 lines
234 B
Text
10 lines
234 B
Text
' LB has inbuilt 'name' command, but can also run batch files
|
|
|
|
nomainwin
|
|
|
|
name "input.txt" as "output.txt"
|
|
run "cmd.exe /c ren docs mydocs", HIDE
|
|
name "C:\input.txt" as "C:\output.txt"
|
|
run "cmd.exe /c ren C:\docs mydocs", HIDE
|
|
|
|
end
|