Search found 239 matches

by pieh-ejdsch
05 Jun 2019 07:41
Forum: DOS Batch Forum
Topic: Check if a batch completed successfully (and was not closed by the user.
Replies: 8
Views: 7962

Re: Check if a batch completed successfully (and was not closed by the user.

Do you want to know if your file is still being read out or created? There is error correction and error detection. The detection can be done with a file comparison. You can make a copy gradually in the process and compare it with the original with FC. The next option is to count the characters befo...
by pieh-ejdsch
26 May 2019 11:13
Forum: DOS Batch Forum
Topic: Need help with command line string replacement
Replies: 3
Views: 5617

Re: Need help with command line string replacement

hello,
try this:

Code: Select all

@="cmd /c pushD \"C:\\Program Files (x86)\\Google\\Chrome\\Application\\\" & for /f \"tokens=1,2*delims=:.\" %%i in (\"%1\") do for /f \"tokens=1-3delims=?#\" %%a IN (\"%%i:// www.%%k\") DO (if \"%~x1\"==\".php\" (chrome.exe %%a#%%c?%%b) else (chrome.exe %1) )&popD "
by pieh-ejdsch
22 May 2019 13:36
Forum: DOS Batch Forum
Topic: win98cmd
Replies: 7
Views: 8244

Re: win98cmd

Hi carlos, from CD: security9_deu Microsoft Windows 2000 [Version 6.02.9200] (C) Copyright 1985-2000 Microsoft Corp. cmd.exe 249.104 bytes 19.06.2003 12:05 CRC32 96AE93D7 W2K_SP4_DE_cmd_exe.rar I actually found a bit (time). Well, gold dust. I had ordered this one at Microsoft. Windows Security Upda...
by pieh-ejdsch
13 May 2019 10:35
Forum: DOS Batch Forum
Topic: what regular of conversion of special characters under enable delayed expansion is
Replies: 2
Views: 4227

Re: what regular of conversion of special characters under enable delayed expansion is

Hallo sincos2007, there are a few more options: temp1.txt abc %%var1%% !^!!var2 ^!^!^mmm !^mmm !var3 !^!^!varNotdefined !.! _neverVar !^^!- specialC.cmd @echo off pushD "%~f0\.." :test1 setlocal set "var1 =expanded001 " set "var2 =expanded002 " set "var2 ^=002andEcspe " set "^=escapeOnly " set "^^=e...
by pieh-ejdsch
03 May 2019 14:55
Forum: DOS Batch Forum
Topic: En/Decryption of file with array variables.
Replies: 2
Views: 3279

Re: En/Decryption of file with array variables.

Hallo triggerer, For each new line that you read, you should delete the variable that provides the output encoding for the single letter. Otherwise you will get the previous out in the next out. Furthermore, you should pay attention to it, if the single character can not be de / encoded it may NOT b...
by pieh-ejdsch
01 May 2019 08:06
Forum: DOS Batch Forum
Topic: SET variable and MKDIR in one line? Automate a process
Replies: 7
Views: 6636

Re: SET variable and MKDIR in one line? Automate a process

The first loop is actually only intended to reuse another variable which is generated in a caller loop. Since you are now using a loop in the called function yourself, you basically do not need the first loop anymore. But since you get the message about the index only once, this variable will contin...
by pieh-ejdsch
01 May 2019 00:16
Forum: DOS Batch Forum
Topic: Hard link in batch
Replies: 11
Views: 12192

Re: Hard link in batch

Hallo nickodemos, does not it make sense to fold the folders with the links somewhere else than a directory deeper? An example of how the links are used as a summary in a seperate folder you can find here? with linked Folders Something else @echo off setlocal REM store current directory. Using separ...
by pieh-ejdsch
22 Apr 2019 06:01
Forum: DOS Batch Forum
Topic: Help with simple code
Replies: 1
Views: 2528

Re: Help with simple code

Hallo AlbRodriguez, this is certainly due to the number of lines. From 65534 lines you need a confirmation with the space bar for each of the next 65534 lines. The creation of a temporary file can not be avoided. But you can bypass the keypress. As many small files are created as are needed until th...
by pieh-ejdsch
21 Apr 2019 00:00
Forum: DOS Batch Forum
Topic: SET variable and MKDIR in one line? Automate a process
Replies: 7
Views: 6636

Re: SET variable and MKDIR in one line? Automate a process

Hallo TMC, I have to admit - I had to read the text five times to understand what you want. Now I'm behind it. You use a for /f loop to go through the table. Go to a sub. Work with the help of a second loop and do not need to define a variable extra. for /f "usebackQ tokens=1,* delims=," %%i in ("c:...
by pieh-ejdsch
18 Mar 2019 15:03
Forum: DOS Batch Forum
Topic: Get folder size to continue
Replies: 13
Views: 12728

Re: Get folder size to continue

nickodemos wrote:
16 Mar 2019 23:01

Code: Select all

Error creating '/cygdrive/d/SeasonPack/D:\SeasonPack\Worlds.Busiest.Cities.S01.DVDRip.x264-GHOULS.torrent': No such file or directory
This isn't a named fullpath!
check this line for double Quotes.
Phil
by pieh-ejdsch
14 Mar 2019 15:27
Forum: DOS Batch Forum
Topic: win98cmd
Replies: 7
Views: 8244

Re: win98cmd

as far as I know there is the cmd.exe only since the NT family. What I found was a CD with Windows 98 startup. The folder was for NT - but that was just some update CD. I think it was a service pack in which this file was to be found. My (virtual) Windows 98 has no cmd.exe but only a Command.exe. ht...
by pieh-ejdsch
14 Mar 2019 10:55
Forum: DOS Batch Forum
Topic: win98cmd
Replies: 7
Views: 8244

Re: win98cmd

Hello carlos,

You have a mail.

Phil
by pieh-ejdsch
13 Feb 2019 13:35
Forum: DOS Batch Forum
Topic: delete files in Folder with version-stamp
Replies: 4
Views: 4293

Re: delete files in Folder with version-stamp

Hello Chris1985, and why exactly do you want to change this creation time? Either you make a wrong file versioning, which always creates an even younger date of creation of a file, because this is newly created. Or they can properly version by backing up changed files leaving the original creation d...
by pieh-ejdsch
31 Jan 2019 07:53
Forum: DOS Batch Forum
Topic: Syntax error
Replies: 3
Views: 3955

Re: Syntax error

Hello Docfxit, Just call the right place in the script. Then the many comparisons are omitted. @echo off setlocal for /f "eol=Ctokens=2-6delims=cropfestivnawld®. " %%a in ('"WMIC os get caption"') do call :%%a%%b%%c%%d%%e if errorlevel 1 echo NOT used ... pause exit /b :WRT81- echo %0 exit /b 0 :W7P...
by pieh-ejdsch
28 Jan 2019 15:55
Forum: DOS Batch Forum
Topic: Made a auto-download using wget. I need some help in some things.....
Replies: 1
Views: 3394

Re: Made a auto-download using wget. I need some help in some things.....

Hallo DjDiabolik, if the ROMs all remain in the folder you can take the list to compare with existing files. if the file does not exist it will be downloaded. a counter counts the downloaded files up to one hundred. then it will be canceled. with wget the links can also be extracted wonderfully dire...