Search found 4 matches
- 18 Jul 2018 11:49
- Forum: DOS Batch Forum
- Topic: URGENT! Problem with script from testing machine to production
- Replies: 6
- Views: 4962
Re: URGENT! Problem with script from testing machine to production
Thanks everyone, I solved the problem. Basically I rewrote the script.
- 16 Jul 2018 11:57
- Forum: DOS Batch Forum
- Topic: URGENT! Problem with script from testing machine to production
- Replies: 6
- Views: 4962
Re: URGENT! Problem with script from testing machine to production
This is part of the script and IT WORKS in TEST, but not in PRODUCTION: setlocal EnableExtensions EnableDelayedExpansion set path=%1 set endname=%2 set acreate=%3 set docserver=%4 set vdruser=%5 set vdrpasswd=%6 set tickedId=%7 if not x%endname:file1_xxxx_=%==x%endname% ( %acreate% -S %docserver% -u...
- 16 Jul 2018 11:27
- Forum: DOS Batch Forum
- Topic: URGENT! Problem with script from testing machine to production
- Replies: 6
- Views: 4962
Re: URGENT! Problem with script from testing machine to production
Error is: exit not expected at this time... I cannot provide script example right now since I'm commuting
- 16 Jul 2018 10:54
- Forum: DOS Batch Forum
- Topic: URGENT! Problem with script from testing machine to production
- Replies: 6
- Views: 4962
URGENT! Problem with script from testing machine to production
Hi everyone, I have a problem with a script running on Windows 2008. The script is 2000 rows each made of 120 characters with basic commands. Whenever I run the script on test machine, everything works smoothly, but when I try and make it run on the production machine (same Windows version and setup...