Search found 2 matches

by DEGO
19 Jul 2019 00:18
Forum: DOS Batch Forum
Topic: simple script
Replies: 2
Views: 4850

Re: simple script

yes, now it works fine.

thanks.
by DEGO
17 Jul 2019 04:47
Forum: DOS Batch Forum
Topic: simple script
Replies: 2
Views: 4850

simple script

hi all, I have this script that is very easy: :: ::@echo off :: cls :: set instance = %1 set database = %2 :: set log_extension = log set setup_log_path = %CD%\%database% set setup_log_name = %~n0.%log_extension% set setup_log_file_path = %setup_log_path%\%setup_log_name% the ouput is : C:\Users\ce1...